Assignment

When a HITs are answered, they’ll be retrieved as assignments. Direct interaction with this class is not necessary, as it will be interpreted via a Response object.

Module author: Michael Romero <michaelrom@zillowgroup.com>

class opencrowd.model.base.assignment.Assignment(assignment)

An assignment represents a worker’s answers. An assignment is created when an opencrowd server, project, or task updates itself. The HITs are pulled from Amazon, and the results attached are parsed into assignments and stored. Assignments will be further used in the Response object. Direct interaction is not necessary.