IUserAccessiableIsAnswerVisible Method |
Relevant mainly for Questions that have no topics included. For those use IsTopicVisible
Returs true if an answer inAnserIdx is visble in question inQuesIdx
Namespace: SurveyToGo.UserLogic.InterfacesAssembly: UserLogicInt.Pocket (in UserLogicInt.Pocket.dll) Version: 1.0.4.0
Syntax bool IsAnswerVisible(
int inQuesIdx,
int inAnserIdx
)
Parameters
- inQuesIdx
- Type: SystemInt32
Index of question - inAnserIdx
- Type: SystemInt32
Index of an answer
Return Value
Type:
Booleantrue/false
Examples
IsAnswerVisible(Qref(5), 2) will return true if answer 2 is visible in question 5.
See Also