Click or drag to resize
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.Interfaces
Assembly: UserLogicInt.Pocket (in UserLogicInt.Pocket.dll) Version: 1.0.4.0
Syntax
C#
bool IsAnyAnswerVisible(
	int inQuesIdx
)

Parameters

inQuesIdx
Type: SystemInt32
Index of question

Return Value

Type: Boolean
true/false
Examples
IsAnyAnswerVisible(Qref(5)) will return true if at least one of the answers in question 5 is visible.
See Also