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,
verbose = getOption('MTurkR.verbose'), ...)
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
.getOption('MturkR.verbose')
.request
.UpdateQualificationType
. Qualifications can then be used to assign Qualifications to workers with AssignQualification
and invoked as QualificationRequirements in RegisterHITType
and/or CreateHIT
operations.
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