bool ContainsChoiceIter (Int32 inQuesIdx, Int32 inTopicIndex, object inValue, Int32 inIter)
Description
Relevant for single and multiple selection grid questions. Returns true if the value was selected in a specific topic in a specific iteration and false otherwise
Parameters
The following is a list of parameters the functions receives
| Parameter | Type | Description |
|---|---|---|
| inQuesIdx | Int32 | Question Index |
| inTopicIndex | Int32 | The selected Topic index |
| inValue | object | value to check |
| inIter | Int32 | The selected Iteration Index |
Return Type
bool
Overloads
List of overloads for this function
bool ContainsChoiceIter (Int32 inQuesIdx, Int32 inTopicIndex, object inValue, string inIter)
Parameters for overloads:
| Parameter | Type | Description |
|---|---|---|
| inQuesIdx | Int32 | Target question |
| inTopicIndex | Int32 | The selected Topic index |
| inValue | object | value to check |
| inIter | string | The selected Iteration Index |
Comments
Please sign in to leave a comment.