Changes between Version 18 and Version 19 of BluePrintHumanIntelligenceTasks
- Timestamp:
- 04/05/11 23:03:11 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BluePrintHumanIntelligenceTasks
v18 v19 159 159 ==== Registration and training of workers ==== 160 160 161 Basic registration is already available, and there is support for volunteer signup that we 162 can customize. Administrators can list skills they're interested in and volunteers can say 163 what skills they have. We'll need to add whatever fields we want for performance tracking. 164 161 165 There are two parts to training: 162 166 * Using the HIT system. This will be "our" part of the training. … … 168 172 === Some suggested subsets for GSoC === 169 173 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 174 This 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. 173 181 174 * Implement the task queue. This is the core of the project. 182 175 183 176 184 ----