bool ContainsAnyIter(Int32 inQuesIdx, object inValue)
Description
Relevant mainly for Multiple Selection Questions that are part of an iteration Returns true if the inValue was selected in the inQuesIdx question as one of the answers in at least one of the iterations
Parameters
The following is a list of parameters the functions receives
Parameter | Type | Description |
---|---|---|
inQuesIdx | Int32 | Question Index |
inValue | object | The value to check |
Return Type
bool
Overloads
List of overloads for this function
bool ContainsAnyIter (Int32 inQuesIdx, string inValue)
Parameters for overloads:
Parameter | Type | Description |
---|---|---|
inQuesIdx | Int32 | Target question |
inValue | string | The value to check |
Comments
Please sign in to leave a comment.