bool IsCodesAnswerIter(int inQuesIdx, int inIter)
Description
Determines if a question was answered with a "Special Code" answer (Click Here to learn on Special Codes answers) under a specific iteration.
Parameters
The following is a list of parameters the functions receives
| Parameter | Type | Description |
|---|---|---|
| inQuesIdx | Int32 | Question Index |
| inIter | Int32 | Iteration Index |
Return Type
bool
Overloads
List of overloads for this function
bool IsCodesAnswerIter(int inQuesIdx, String inFullIteration)
Parameters for overloads:
| Parameter | Type | Description |
|---|---|---|
| inQuesIdx | Int32 | Question Index |
| inFullIteration | String | Iterations Indexes (Nested Loops) |
Comments
Please sign in to leave a comment.