void SetQuestionAnswerFontScalePercent(int inQuestion, int inValue)
Description
Set the answers font size per input percentage.
NOTE: along with this function, the "Small Answer Text" property should be enabled (as "True") in the question's Advanced tab
Parameters
The following is a list of parameters the functions receives
Parameter | Type | Description |
---|---|---|
inQuestion | Int32 | Index of the Question |
inValue | Int32 | Percentage value |
Return Type
void
Comments
Please sign in to leave a comment.