Click or drag to resize
IUserAccessiableGetAnswers Method
Overload List
  NameDescription
Public methodCode exampleGetAnswers(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
Public methodCode exampleGetAnswers(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.
Public methodCode exampleGetAnswers(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.
Top
See Also