Difference between revisions of "QAS reset"

From Catglobe Wiki
Jump to: navigation, search
(QAS_reset)
(QAS_reset)
Line 12: Line 12:
 
answerSheetIds is an array expression. It is the Questionnaire Answer Sheet IDs of current Questionnaire.  
 
answerSheetIds is an array expression. It is the Questionnaire Answer Sheet IDs of current Questionnaire.  
  
'''Return type''
+
'''Return type'''
  
 
array of answer sheet ids where the function could not reset  
 
array of answer sheet ids where the function could not reset  

Revision as of 03:33, 28 March 2012



QAS_reset

This function is to reset a list of Questionnaire Answer Sheets

Syntax

QAS_reset(array answerSheetIds)

Arguments answerSheetIds is an array expression. It is the Questionnaire Answer Sheet IDs of current Questionnaire.

Return type

array of answer sheet ids where the function could not reset

Examples

array answerSheetIds={28415738,28415739,28415740};

QAS_reset(answerSheetIds);

Availability

Version 5.9.5