bool IsAnyTopicVisible (Int32 inQuesIdx)
Description
Returns true if at least one of the topics in question inQuesIdx is visible, otherwise returns false
Relevant mainly for Questions that have topics included.
Parameters
The following is a list of parameters the functions receives
Parameter | Type | Description |
---|---|---|
inQuesIdx | Int32 | Question Index |
Return Type
bool
Return Type
IsAnyTopicVisible(QRef(5)) will return true if at least one of the topics of question 5 is visible.
Comments
Please sign in to leave a comment.