Click or drag to resize
IUserAccessiableNotAnswered Method
Relevant for all Questions Returns true if question inQuesIdx was not answered but was skipped

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

Parameters

inQuesIdx
Type: SystemInt32
Index of question

Return Value

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