Changes between Version 13 and Version 14 of BluePrintHumanIntelligenceTasks
- Timestamp:
- 04/05/11 16:14:28 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BluePrintHumanIntelligenceTasks
v13 v14 21 21 * Figure out how to specify a task, and provide a UI for defining tasks. 22 22 * Allow reading data for tasks from specified sources. 23 * Assign tasks to workers based on skills and / or measured performance, or let workers select tasks. 23 24 * Provide tasks to users in a web form. 24 * Assign tasks to workers based on skills and / or measured performance, or let workers select tasks.25 25 * Compare results of multiple workers on the same task. 26 26 * Decide when a task is sufficiently complete. … … 80 80 * Dispatch failed tasks and a sample of successful tasks to experts. 81 81 82 The task queue will be driven by the input data. 82 The task queue will be driven by the input data. Actually reading the data from a remote 83 source is "beyond the scope" of this project -- that would be a common process needed by 84 other Eden components as well. 83 85 84 86 ==== Assigning tasks to users ====