Boolean IsTopicAnswerVisible(int32 inQuesIdx, Int32 inTopicIdx, Int32 inAnswerIdx)
Description
Relevant for Single/Multiple Choice Grid Questions.
Will return True/False to determine whether the specific Answer for a specific topic in a Question was shown/hidden
Parameters
The following is a list of parameters the functions receives
Parameter | Type | Description |
---|---|---|
inQuesIdx | Int32 | Question Index |
inTopicIdx | Int32 | The topic Index |
inAnswerIdx | Int32 | The Answer Index |
Return Type
Boolean
Example
IsTopicAnswerVisible (QRef(20),2, 5) - Will return true/false if Answer index 5 for topic index 2 in Question index 20 was shown/hidden
Comments
Please sign in to leave a comment.