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