Amazon MTurk Data Collection Template


/ Published in: HTML
Save to your folder(s)

Great little template for data collection HITs.


Copy this code and paste it in your HTML
  1. <h3>Collect the following information for the URL linked below:</h3>
  2. <div class="highlight-box">
  3. <ul>
  4. <li>Blog Author's Name</li>
  5. <li>Blog Author's Email (if you cannot find this, link to the contact page)</li>
  6. <li>Blog Author's Twitter Account</li>
  7. </ul>
  8. </div>
  9. <p>URL to Search:&nbsp;<b><a href="${url}">${url}</a></b></p>
  10. <p><strong>NOTE: If you do not provide accurate information for these three fields, you WILL NOT have your HIT approved. Please pay attention to details so we can pay you...thanks!</strong></p>
  11. <p>Blog Author Name:</p>
  12. <p><input type="text" size="100" id="name" name="name" /></p>
  13. <p>Blog Author Email:</p>
  14. <p><input type="text" size="100" id="email" name="email" /></p>
  15. <p>Blog Author Twitter:</p>
  16. <p><input type="text" size="100" id="twitter" name="twitter" /></p>
  17. <p><style type="text/css">
  18. <!--
  19. .highlight-box { border:solid 0px #98BE10; background:#FCF9CE; color:#222222; padding:4px; text-align:left; font-size: smaller;}
  20. -->
  21. </style></p>

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.