IUserAccessiableGetAnswerCount Method |
Returns the number of answers in a non-grid questions
Namespace: SurveyToGo.UserLogic.InterfacesAssembly: UserLogicInt.Pocket (in UserLogicInt.Pocket.dll) Version: 1.0.4.0
Syntax int GetAnswerCount(
int inQuesIdx
)
Parameters
- inQuesIdx
- Type: SystemInt32
Target Question
Return Value
Type:
Int32Integer
Examples If I want to get the number of options possible in a question (5), I can use this function:
GetAnswerCount(5);
See Also