void ResetAnswerText(int inQuesIdx)
Description
Resets the answer text
Parameters
The following is a list of parameters the functions receives
Parameter | Type | Description |
---|---|---|
inQuesIdx | int | Question index |
Return Type
void
Overloads
List of overloads for this function
void ResetAnswerText(Int32 inQuesIdx, int inAnswerIdx)
Parameter | Type | Description |
---|---|---|
inQuesIdx | Int | Question index |
inAnswerIdx | int | The answer index |
Comments
Please sign in to leave a comment.