bool SetAnswerCodeIter(int inQuesIdx, String inCode, int inIteration)
Description
Set a special code answer (Click Here to learn about 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 |
inCode | String | Code of special code answer |
inIteration | Int32 | Iteration Index |
Return Type
bool
Overloads
List of overloads for this function
bool SetAnswerCodeIter(int inQuesIdx, String inCode, String inFullIteration)
Parameters for overloads:
Parameter | Type | Description |
---|---|---|
inQuesIdx | Int32 | Question Index |
inCode | String | Code of special code answer |
inFullIteration | String | Iterations Indexes (Nested Loops) |
Comments
Please sign in to leave a comment.