Skip to content

A Guide for Creating Web pages for CrowdComputer

Pavel Kucherbaev edited this page Jul 23, 2013 · 18 revisions

Intro

CrowdComputer supports machine and human tasks. Human tasks should have a web-page, where a worker can do his/her job. These human tasks can be published on its internal crowdcomputer marketplace and on Amazon Mechanical TURK.

In this guide we will learn, how to create web-pages for human tasks.


Guide

In this guide we consider an example of creation a survey page, where we want to get a feedback of people using some product "X".

  1. Go to one of your lovely IDE and create a blank HTML page.
    `
`
2. In the body tag create a form for collecting a required information.

Feedback collection form

<textarea name='customer_feedback'/></textarea>
Clone this wiki locally