SetAnswerColor

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

Was this article helpful?
0 out of 0 found this helpful
Have more questions? Submit a request

Comments

0 comments

Please sign in to leave a comment.