IUserAccessiableGetAnswers Method |
Name | Description | |
---|---|---|
GetAnswers(Int32) |
Relevant for all questions.
Returns a list of the selected answers depending on the question type.
For example for a Single Choice question it would rerutn the selected answer (equivalent to Answer(inQuesIdx)).
For a Multiple Selection question it would return a list of all the selected answers
| |
GetAnswers(Int32, Boolean) |
Relevant for all questions.
Returns a list of the selected answers depending on the question type in a randomized order.
For example for a Single Choice question it would rerutn the selected answer (equivalent to Answer(inQuesIdx)).
For a Multiple Selection question it would return a list of all the selected answers in a randomized order.
| |
GetAnswers(Int32, Int32, Boolean) |
Relevant for all questions.
Returns a list of inMaxSize selected answers (or all of them if inMaxSize is larger than the number of selected answers) depending on the question type in a randomized order.
For example for a Single Choice question it would rerutn the selected answer (equivalent to Answer(inQuesIdx)).
For a Multiple Selection question it would return a list of inMaxSize selected answers in a randomized order.
|