Int32 NumOfSelectedChoiceChoiceIter(Int32 inQuesIdx, Int32 inTopic, Int32 inIter)
Description
Relevant for multiple selection grid questions. Returns the amount of the answers that were selected in a specific topic and in a specific iteration
Parameters
The following is a list of parameters the functions receives
Parameter | Type | Description |
---|---|---|
inQuesIdx | Int32 | Question Index |
inTopic | Int32 | The topic index |
inIter | Int32 | The iteration index |
Return Type
Int32
Examples
List of overloads for this function
Int32 MySampleFunction (Int32 inQuesIdx, string inSample1)
Int32 MySampleFunction (Int32 inQuesIdx, string inSample1, bool inMyBool)
Int32 MySampleFunction (Int32 inQuesIdx, string inSample1, bool inMyBool, bool inShouldDo)
Parameters for overloads:
Parameter | Type | Description |
---|---|---|
inQuesIdx | Int32 | Target question |
inSample1 | string | Just an example parameter |
inMyBool | bool | Boolean that shows you what |
inShouldDo | bool | Boolean that shows you when |
Comments
Please sign in to leave a comment.