bool AnsweredChoiceIter(int inQuesIdx, int inChoiceIdx, int inIterIdx)
Description
Determines if a topic was answered in a grid question under a specific iteration
Parameters
The following is a list of parameters the functions receives
| Parameter | Type | Description |
|---|---|---|
| inQuesIdx | Int32 | Question Index |
| inChoiceIdx | Int32 | Topic Index |
| inIterIdx | Int32 | Iteration Index |
Return Type
bool
Overloads
List of overloads for this function
bool AnsweredChoiceIter(int inQuesIdx, int inChoiceIdx, String inFullIteration)
Parameters for overloads:
| Parameter | Type | Description |
|---|---|---|
| inQuesIdx | Int32 | Question Index |
| inChoiceIdx | Int32 | Topic Index |
| inFullIteration | String | Iterations Indexes (Nested Loops) |
Comments
Please sign in to leave a comment.