Skip to content

Instantly share code, notes, and snippets.

@agassan
Created February 18, 2020 20:46
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/35ff3c240329f406397646f8a2e34816 to your computer and use it in GitHub Desktop.
Save agassan/35ff3c240329f406397646f8a2e34816 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 that best resonates with and provide a detailed description of how you understood it or/and provide recommendations 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 value offerering resonates best for you and why?</span> </strong>
<div class="radio"><label><input name="question1" type="radio" value="Chemtech helps manufacturing companies to increase revenue by streamlining production." /> </label> <span style="color: rgb(34, 34, 34); font-family: arial, sans-serif; font-size: 12.8px; line-height: 15.36px;">Chemtech helps manufacturing companies to increase revenue by streamlining production.</span></div>
<div class="radio"><label><input name="question1" type="radio" value="Chemtech helps manufacturing companies to increase revenue by maximizing manufacturing productivity" /> </label> <span style="color: rgb(34, 34, 34); font-family: arial, sans-serif; font-size: 12.8px; line-height: 15.36px;">Chemtech helps manufacturing companies to increase revenue by maximizing manufacturing productivity</span></div>
<div class="radio"><label><input name="question1" type="radio" value="Chemtech helps manufacturing companies to increase revenue by maximizing manufacturing efficiency" /> </label> <span style="color: rgb(34, 34, 34); font-family: arial, sans-serif; font-size: 12.8px; line-height: 15.36px;">Chemtech helps manufacturing companies to increase revenue by maximizing manufacturing efficiency</span></div>
</fieldset>
<div><label>Notes/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