UpdateQualificationType
.CreateQualificationType(name, description, status, keywords = NULL,
retry.delay = NULL, test = NULL, answerkey = NULL,
test.duration = NULL,
validate.test = FALSE, validate.answerkey = FALSE,
auto = NULL, auto.value = NULL, keypair = credentials(),
print = getOption('MTurkR.print'),
browser = getOption('MTurkR.browser'),
log.requests = getOption('MTurkR.log'),
sandbox = getOption('MTurkR.sandbox'),
validation.test = getOption('MTurkR.test'))
UpdateQualificationType
.UpdateQualification
GenerateAnswerKey
.test
parameter should be validated against the relevant MTurk schema prior to creating the QualificationType (operation will fail if it does not validate, and will return validation information). Default is answerkey
parameter should be validated against the relevant MTurk schema prior to creating the QualificationType (operation will fail if it does not validate, and will return validation information). Default FALSE
.credentials
.TRUE
.FALSE
.TRUE
. See readlogfile
for details.FALSE
.FALSE
.UpdateQualificationType
. Qualifications can then be used to assign Qualifications to workers with AssignQualification
and invoked as QualificationRequirements in RegisterHITType
and/or CreateHIT
operations.
Note that when browser=TRUE
, specifying this operation with test
(and, optionally, answer
) parameters may produce unintended behavior due to constraints on the length of the URL imposed by some web browsers.
createqual()
is an alias.GetQualificationType
DisposeQualificationType
UpdateQualificationType
SearchQualificationTypes
qual1 <- CreateQualificationType(name="Worked for me before",
description="This qualification is for people who have worked for me before",
keywords="Worked for me before",sandbox=TRUE)
qual1
Run the code above in your browser using DataLab