Difference between revisions of "QAS anonymize"

From Catglobe Wiki
Jump to: navigation, search
 
(One intermediate revision by the same user not shown)
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. Not delete sensitive, special or identified qas data  
  
 
'''Syntax'''
 
'''Syntax'''

Latest revision as of 06: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);