Skip to content

Instantly share code, notes, and snippets.

@agassan
Created March 3, 2020 18:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save agassan/63ce29eaf87723852ba0a1652691ddd8 to your computer and use it in GitHub Desktop.
Save agassan/63ce29eaf87723852ba0a1652691ddd8 to your computer and use it in GitHub Desktop.
<!-- Bootstrap v3.0.3 -->
<link href="https://s3.amazonaws.com/mturk-public/bs30/css/bootstrap.min.css" rel="stylesheet" />
<section class="container" id="Survey" style="margin-bottom:15px; padding: 10px 10px; font-family: Verdana, Geneva, sans-serif; color:#333333; font-size:0.9em;">
<div class="row col-xs-12 col-md-12"><!-- Instructions -->
<div class="panel panel-primary">
<div class="panel-heading"><strong>Instructions</strong></div>
<div class="panel-body">
<p><strong><span style="color:#FF0000;">This survey should be taken if you have a small business and you&nbsp;are an owner of the company. Please make a selection for value offering presentation that best resonates for you and provide a detailed description on what to improve.</span></strong></p>
</div>
</div>
<section>
<fieldset>
<strong><label>1.&nbsp;</label> <span style="color: rgb(34, 34, 34); font-family: arial, sans-serif; font-size: 12.8px; line-height: 15.36px; background-color: rgb(255, 255, 255);">What design best resonates with you and why?</span> </strong>
<table style="width:100%">
<tr>
<td><div class="radio"><label><input name="question1" type="radio" value="Design 1" /> </label> <img src="https://picsum.photos/500/800"/></div></td>
<td><div class="radio"><label><input name="question1" type="radio" value="Design 2" /> </label> <img src="https://picsum.photos/500/800"/></div></td>
</tr>
</table>
</fieldset>
<div><label>Your feedback:</label><textarea class="form-control" cols="250" name="notes" rows="6"></textarea></div>
</section>
<!-- End Survey Body --></div>
</section>
<!-- close container -->
<style type="text/css">fieldset {
padding: 10px;
background:#fbfbfb;
border-radius:5px;
margin-bottom:5px;
}
</style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment