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.

QuestionnaireAnswerSheetExists

From Catglobe Wiki
Revision as of 02:23, 13 May 2022 by Administrator (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

[OBSOLETE - please use QAS_exists. More detail at ConversionMethods]

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: number. Is the project questionnaire id which is being checked if the user has an answer sheet.

userId: number. Is the user id 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);

print(b);

Availability

Version 5.5