Click or drag to resize
IUserAccessiableAnswered Method (Int32)
Relevant for all Questions Returns true if question inQuesIdx was answered and not skipped

Namespace: SurveyToGo.UserLogic.Interfaces
Assembly: UserLogicInt.Pocket (in UserLogicInt.Pocket.dll) Version: 1.0.4.0
Syntax
C#
bool Answered(
	int inQuesIdx
)

Parameters

inQuesIdx
Type: SystemInt32
Index of question

Return Value

Type: Boolean
true/false
Examples
Answered(Qref(5)) will return true if question 5 has an answer selected/set.
See Also