QuestionGroupRoot class
Revision as of 06:10, 2 July 2020 by Administrator (talk | contribs)
QuestionGroupRoot
Information about question groups in questionnaire.
Parent class
Inherits from object
Methods
- QuestionGroupTree FindByName(string name "Question group name") - Find a question group by name
- QuestionGroupLeaf FindByQuestion(string label "Question label") - Find the question group that contains the given question
- Array of QuestionGroupTree GetChildGroups() - Return all child groups.
- Array of string GetPermutation() - Get a sequence of questions following the question group rules
- (From object) string ToString() - The string representation of the object.
Properties
- string ObjectTypeName { get; } - The name of the type of object.
- (From object) TypeInformation TypeInformation { get; } - Get information about this class.
Examples
QuestionGroupRoot is returned when calling Questionnaire_getQuestionGroups
number qnaireRId = 15644704;
QuestionGroupRoot root = Questionnaire_getQuestionGroups(qnaireRId);