Toggle menu
876
3.8K
30.2K
279.1K
Catglobe Wiki
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Question loadQuestionFromQuestionnaire function: Difference between revisions

From Catglobe Wiki
Created page with "{{CGscriptMethods_Template|ReturnType=Array of Question|Name=<nowiki>Question_loadQuestionFromQuestionnaire</nowiki>|Parameters= {{CGscriptParameters_Template|Type=int|Name=<n..."
(No difference)

Revision as of 02:28, 23 April 2024

  • Array of Question Question_loadQuestionFromQuestionnaire(int questionnaireId "Id of the questionnaire to load from. 0 to use context", string questionLabel "Label of the question to load", bool latestOnly "If user has multiple qas, only include last created", bool completedOnly "Limit by qas that is completed") - Load all question from questionnaire
  • Array of Question Question_loadQuestionFromQuestionnaire(int questionnaireId "Id of the questionnaire to load from. 0 to use context", string questionLabel "Label of the question to load", bool latestOnly "If user has multiple qas, only include last created", bool completedOnly "Limit by qas that is completed", int limitByQuestionnaireId "Limit by users that participated in this questionnaire", bool limitByCompletedQuestionnaireId "Limit by qas that is completed the limitByQuestionnaireId") - Load all question from questionnaire