IsAnswerVisible

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.
Was this article helpful?
0 out of 0 found this helpful
Have more questions? Submit a request

Comments

0 comments

Please sign in to leave a comment.