| IUserAccessiableGetAnswersChoice Method |
| Name | Description | |
|---|---|---|
| GetAnswersChoice(Int32, Int32) |
Relevant mainly for multiple selection grid questions. Returns an array of the answers that were selected in a specific topic
| |
| GetAnswersChoice(Int32, Int32, Boolean) |
Relevant mainly for multiple selection grid questions. Returns an array of the answers that were selected in a specific topic in a randomized order
| |
| GetAnswersChoice(Int32, Int32, Int32, Boolean) |
Relevant mainly for multiple selection grid questions. Returns a list of inMaxSize selected answers (or all of them if inMaxSize is larger than the number of selected answers) in a randomized order
|