CreateHIT
or RegisterHITType
.GenerateQualificationRequirement(qual, comparator, value, preview = NULL,
qual.number = NULL, format = "REST")
value
. One of <
,<=< code="">,>
,>=
,==
,=<>
FALSE
.qual.req
parameter of CreateHIT
or RegisterHITType
. The function accepts three required parameters: qual
, comparator
, and value
. qual
must be a valid QualificationTypeId for either a built-in QualificaitonType (see ListQualificationTypes
) or a custom QualificationType (e.g., one created with CreateQualificationType
). Multiple QualificationRequirements can be generated in one call --- that is, if a requester intends to impose multiple QualificationRequirements on a single HITType, those requirements must be specified in a single call to GenerateQualificationRequirements
. Once attached to a HITType, only workers who meet all of the specified QualificationRequirements can complete assignments for a HIT of that HITType.CreateHIT
RegisterHITType
a <- ListQualificationTypes()[6,2] # Number of HITs Approved
b <- GenerateQualificationRequirement(a,">","90")
Run the code above in your browser using DataLab