void ResetAnswerTextProps(int inQuesIndex, int inAnswerIndex)
Description
Reset HTML properties that were dynamically set to an answer during the interview, back to the default settings as in the script.
Parameters
The following is a list of parameters the functions receives
Parameter | Type | Description |
---|---|---|
inQuesIndex | int | the question index |
inAnswerIndex | int | the answer index |
Return Type
void
Comments
Please sign in to leave a comment.