More actions
No edit summary |
No edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 2: | Line 2: | ||
==== QAS_anonymize ==== | ==== QAS_anonymize ==== | ||
Set QASs's user to Not specified. | |||
Same with QAS.UserResourceId = 0. Not delete sensitive, special or identified qas data | |||
'''Syntax''' | '''Syntax''' |
Latest revision as of 05:25, 16 July 2021
QAS_anonymize
Set QASs's user to Not specified.
Same with QAS.UserResourceId = 0. Not delete sensitive, special or identified qas data
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);