Toggle menu
862
3.8K
30.2K
279.1K
Catglobe Wiki
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

QAS anonymize: Difference between revisions

From Catglobe Wiki
No edit summary
No edit summary
Line 2: Line 2:
==== QAS_anonymize  ====
==== QAS_anonymize  ====


Delete all user references for the qas and data
Set QASs's user to Not specified.
 
Same with QAS.UserResourceId = 0;


'''Syntax'''
'''Syntax'''

Revision as of 05: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);