IUserAccessiableAnswered Method (Int32) |
Relevant for all Questions
Returns true if question inQuesIdx was answered and not skipped
Namespace: SurveyToGo.UserLogic.InterfacesAssembly: UserLogicInt.Pocket (in UserLogicInt.Pocket.dll) Version: 1.0.4.0
Syntax bool Answered(
int inQuesIdx
)
Parameters
- inQuesIdx
- Type: SystemInt32
Index of question
Return Value
Type:
Booleantrue/false
Examples
Answered(Qref(5)) will return true if question 5 has an answer selected/set.
See Also