rules_crowdcoding | R Documentation |
A ruleset that prioritizes coding the entire set as fast as possible using
multiple coders. When a coder requests a unit, the server will prioritize
units that have been coded by least other coders. After sorting by least
coded units, the units are presented in the original order as uploaded to the
server (i.e. the order used in create_units
). Note that you can
use this to specify priorities, or to randomize the order.
rules_crowdcoding(can_seek_backwards = TRUE, units_per_coder = NULL)
can_seek_backwards |
Boolean. Should the coder be allowed to go back to previous unit and edit them? |
units_per_coder |
Number. The number of units presented to an individual crowd coder |
A rules object
## to create the rules argument in create_job
rules <- rules_crowdcoding()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.