Difference between revisions of "Question loadQuestionFromQuestionnaire function"

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

Latest revision as of 04: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