Void SetAnswerColor(int inQuesIndex, int inAnswerIndex, String inHtmlColor)
Description
Set the color of the answer's text, dynamically during the interview
Parameters
The following is a list of parameters the functions receives
Parameter | Type | Description |
---|---|---|
inQuesIndex | Int | the question index |
inAnswerIndex | Int | the index of the answer |
inHtmlColor | string | A string of a Hexadecimal value representing the HTML color |
Return Type
Void
Example
SetAnswerColor(QRef(10), 2, "#FF0000") will set the color of answer 2 in question 10 to Red
Comments
Please sign in to leave a comment.