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

QuestionInfoSubQuestion class

From Catglobe Wiki
Revision as of 10:46, 20 April 2026 by [email protected] (talk | contribs) (Created page with "{{CGscriptClass_Template|Name=<nowiki>QuestionInfoSubQuestion</nowiki>|Description=<nowiki>A sub-question (grid row) on a questionnaire question, with backward-compatible array indexing.</nowiki>|InheritsFrom=Array|Methods={{CGscriptMethods_Template|ReturnType=string|Name=<nowiki>ToString</nowiki>|Description=<nowiki>The string representation of the object.</nowiki>}} {{CGscriptMethods_Template|ReturnType=object|Name=<nowiki>this[] { get; }</nowiki>|Parameters= {{CGscrip...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

QuestionInfoSubQuestion


A sub-question (grid row) on a questionnaire question, with backward-compatible array indexing.

Parent class

Inherits from Array

Methods

  • string ToString() - The string representation of the object.
  • object this[] { get; }(int index "Index") - Backward-compatible indexer
  • Empty this[] { get; }(int index "Index", object value "Value to set") - Backward-compatible indexer

Properties

  • number Average { get; } - Average of the objects in the Array object. Can only use if all the elements are of type Number
  • int GridNumber { get; } - Zero-based index of this sub-question within its parent question
  • number Max { get; } - Largest of all the objects in the Array object. Can only use if all the elements are of type Number
  • number Min { get; } - Smallest of all the objects in the Array object. Can only use if all the elements are of type Number
  • string ObjectTypeName { get; } - The name of the type of object.
  • number Sum { get; } - Sum of all the objects in the Array object. Can only use if all the elements are of type Number
  • string Text { get; } - The localized text of the sub-question
  • TypeInformation TypeInformation { get; } - Get information about this class.