Difference between revisions of "QuestionnaireAnswerSheetExists"

From Catglobe Wiki
Jump to: navigation, search
(jrfconvert import)
 
Line 1: Line 1:
[[Category:HelpBooks]]
+
[[Category:Questionnaire_Functions]]
 

 

  

Revision as of 09:49, 22 March 2011



questionnaireAnswerSheetExists

Checks if a answer sheet exists by its user id and questionnaire id.

Syntax

questionnaireAnswerSheetExists (pqId, userId)

or when we know the user context:

questionnaireAnswerSheetExists (pqId)

Arguments

pqId: Is the uniqueId for the questionnaire which is being checked if the user has an answer sheet.

userId: Is the user which is being checked in regards to finding whether he has an answer sheet for the questionnaire.

Return type

bool

Examples

bool b = questionnaireAnswerSheetExists(1234,345678);

Availability

Version 5.5