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

Parameters

inQuesIdx
Type: SystemInt32
Index of question

Return Value

Type: Boolean
true/false
Examples
AreAllAnswersVisible(Qref(5)) will return true if all the answers in question 5 are visible.
See Also