Difference between revisions of "QAS anonymize"
Line 2: | Line 2: | ||
==== QAS_anonymize ==== | ==== QAS_anonymize ==== | ||
− | + | Set QASs's user to Not specified. | |
+ | |||
+ | Same with QAS.UserResourceId = 0; | ||
'''Syntax''' | '''Syntax''' |
Revision as of 06:07, 16 July 2021
QAS_anonymize
Set QASs's user to Not specified.
Same with QAS.UserResourceId = 0;
Syntax
QAS_anonymize(array answerSheetIds)
Arguments
answerSheetIds: array answer sheet Id
Return type
Array qas that qas NOT anonymized.
Example
array answerSheetIds={28415738,28415739,28415740};
QAS_anonymize(answerSheetIds);