Click or drag to resize
IUserAccessiableGetAnswersChoiceIter Method
Overload List
  NameDescription
Public methodCode exampleGetAnswersChoiceIter(Int32, Int32, Int32)
Relevant mainly for multiple selection grid questions. Returns an array of the answers that were selected in a specific topic in a specific iteration
Public methodCode exampleGetAnswersChoiceIter(Int32, Int32, String)
Relevant mainly for multiple selection grid questions within an iterated chapter. Returns a list of the selected answers in topic inTopic, in a specific nested loops iterations state.
Public methodCode exampleGetAnswersChoiceIter(Int32, 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 specific iteration in a randomized order
Public methodCode exampleGetAnswersChoiceIter(Int32, Int32, String, Boolean)
Relevant mainly for multiple selection grid questions within an iterated chapter. Returns a list of the selected answers in topic inTopic, in a specific nested loops iterations state. If needed, in a randomized order.
Public methodCode exampleGetAnswersChoiceIter(Int32, 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
Public methodCode exampleGetAnswersChoiceIter(Int32, Int32, String, Int32, Boolean)
Relevant mainly for multiple selection grid questions within an iterated chapter. Returns a list of the selected answers in topic inTopic, in a specific nested loops iterations state. If needed, in a randomized order and in a maximal array size.
Top
See Also