I would like to have a HIT that requires users to be in the US or Canada. I use command line tools, but it seems that any qualification is considered mandatory - I want a logical or. Is it possible?
For example, in the .properties
file I have:
# Worker_NumberHITsApproved > 100 qualification.1:00000000000000000040 qualification.comparator.1:GreaterThan qualification.value.1:100 # Worker_PercentAssignmentsApproved > 95% qualification.2:000000000000000000L0 qualification.comparator.2:GreaterThan qualification.value.2:95 # Worker_Locale qualification.3:00000000000000000071 qualification.comparator.3:EqualTo qualification.locale.3:US
All three qualifications are required. Suppose I want to require the first two, and then the locale is either US
or CA
Is there any syntax for this?
itzy source share