Difference between revisions of "QuestionnaireAnswerSheetExists"
(jrfconvert import) |
|||
(4 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
− | [[Category: | + | [[Category:Questionnaire_Functions]] |
− | + | [OBSOLETE - please use [[QAS_exists|QAS_exists]]. More detail at [[ConversionMethods|ConversionMethods]]] | |
====questionnaireAnswerSheetExists==== | ====questionnaireAnswerSheetExists==== | ||
Line 16: | Line 16: | ||
'''Arguments''' | '''Arguments''' | ||
− | ''pqId: Is the | + | ''pqId: number. Is the project questionnaire id 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.'' | + | ''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''' | '''Return type''' | ||
Line 27: | Line 27: | ||
bool b = questionnaireAnswerSheetExists(1234,345678); | bool b = questionnaireAnswerSheetExists(1234,345678); | ||
+ | |||
+ | print(b); | ||
'''Availability''' | '''Availability''' |
Latest revision as of 03:23, 13 May 2022
[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