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

Parameters

inQuesIdx
Type: SystemInt32
Index of question
inAnserIdx
Type: SystemInt32
Index of an answer

Return Value

Type: Boolean
true/false
Examples
IsAnswerVisible(Qref(5), 2) will return true if answer 2 is visible in question 5.
See Also