bool AreAllAnswsersVisible(Int32 inQuesIdx)
Description
Relevant mainly for Questions that have no topics included. For those use AreAllTopicsVisible
Returns true if all the answers are visible in question inQuesIdx
Parameters
The following is a list of parameters the functions receives
Parameter | Type | Description |
---|---|---|
inQuesIdx | Int32 | Question Index |
Return Type
bool
Examples
AreAllAnswersVisible(Qref(5)) will return true if all the answers in question 5 are visible.
Comments
Please sign in to leave a comment.