IUserAccessiableAreAllAnswersVisible Method |
Relevant mainly for Questions that have no topics included. For those use AreAllTopicsVisible
Returs true if all the answers are visble in question inQuesIdx
Namespace: SurveyToGo.UserLogic.InterfacesAssembly: UserLogicInt.Pocket (in UserLogicInt.Pocket.dll) Version: 1.0.4.0
Syntax bool AreAllAnswersVisible(
int inQuesIdx
)
Parameters
- inQuesIdx
- Type: SystemInt32
Index of question
Return Value
Type:
Booleantrue/false
Examples
AreAllAnswersVisible(Qref(5)) will return true if all the answers in question 5 are visible.
See Also