Changes between Version 18 and Version 19 of BluePrintHumanIntelligenceTasks


Ignore:
Timestamp:
04/05/11 23:03:11 (14 years ago)
Author:
Pat Tressel
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BluePrintHumanIntelligenceTasks

    v18 v19  
    159159==== Registration and training of workers ====
    160160
     161Basic registration is already available, and there is support for volunteer signup that we
     162can customize. Administrators can list skills they're interested in and volunteers can say
     163what skills they have. We'll need to add whatever fields we want for performance tracking.
     164
    161165There are two parts to training:
    162166 * Using the HIT system. This will be "our" part of the training.
     
    168172=== Some suggested subsets for GSoC ===
    169173
    170 This can be split into three main parts:
    171  * Task specification. This is tricker than it seems: A truly general specification means we
    172    need
     174This are several pieces that can probably be done independently:
     175 * Implement the task queue. This is the "backbone" of the project.
     176 * Task definition seems like it could be paired naturally not just with the UI for for
     177   setting up tasks, but also with generating the task presentation forms, since they're
     178   based on the task definition.
     179 * Performance evaluation and feedback might be paired with training, especially if we
     180   use actual tasks as part of training.
    173181
    174 * Implement the task queue. This is the core of the project.
     182
    175183
    176184----