bool IsAnswerVisible(Int32 inQuesIdx, Int32 inAnswerIdx)
Description
Relevant mainly for Questions that have no topics included. For those use IsTopicVisible Returs true if an answer inAnserIdx is visble in question inQuesIdx
Parameters
The following is a list of parameters the functions receives
Parameter | Type | Description |
---|---|---|
inQuesIdx | Int32 | Question Index |
inAnswerIdx | Int32 | Index of the Answer |
Return Type
bool
Examples
IsAnswerVisible(Qref(5), 2) will return true if answer 2 is visible in question 5.
Comments
Please sign in to leave a comment.