Click or drag to resize
IUserAccessiableGetAnswerCount Method
Returns the number of answers in a non-grid questions

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

Parameters

inQuesIdx
Type: SystemInt32
Target Question

Return Value

Type: Int32
Integer
Examples
If I want to get the number of options possible in a question (5), I can use this function: GetAnswerCount(5);
See Also