Difference between revisions of "QAS anonymize"

From Catglobe Wiki
Jump to: navigation, search
(Created page with " ==== QAS_anonymize ==== Delete all user references for the qas and data '''Syntax''' QAS_anonymize(array answerSheetIds) '''Arguments''' answerSheetIds: array answer s...")
 
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
[[Category:Questionnaire_Functions]]
 +
==== QAS_anonymize  ====
  
==== QAS_anonymize  ====
+
Set QASs's user to Not specified.
  
Delete all user references for the qas and data
+
Same with QAS.UserResourceId = 0. Not delete sensitive, special or identified qas data  
  
 
'''Syntax'''
 
'''Syntax'''

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