bool IsCodesAnswerIter(int inQuesIdx, int inIter)
Description
Determines if the selected answer under a specific iteration, is a "special code" answer. To learn more on "Special Code Answers", click here.
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 | Int32 | Iteration Indexes (Nested Loops) |
Comments
Please sign in to leave a comment.