bool ContainsChoice (Int32 inQuesIdx, Int32 inTopicIndex, object inValue)
Description
Relevant for single and multiple selection grid questions. Returns true if the value was selected in a specific topic 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 |
Return Type
bool
Comments
Please sign in to leave a comment.