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