Click or drag to resize
IUserAccessiableGetAnswersIter Method
Overload List
  NameDescription
Public methodCode exampleGetAnswersIter(Int32, Int32)
Relevant for all questions that are within an iterated chapter. Returns a list of the selected answers in a specific itreation depending on the question type. For example for a Single Choice question it would rerutn the selected answer (equivalent to AnswerIter(inQuesIdx, inIter)). For a Multiple Selection question it would return a list of all the selected answers
Public methodCode exampleGetAnswersIter(Int32, String)
Relevant for all questions that are within an iterated chapter. Returns a list of the selected answers in a specific nested loops iterations state, depending on the question type. For example, for a Multiple Selection question it would return a list of all the selected answers.
Public methodCode exampleGetAnswersIter(Int32, Int32, Boolean)
Relevant for all questions that are within an iterated chapter. Returns a list of the selected answers in a specific itreation depending on the question type in a randomized order. For example for a Single Choice question it would rerutn the selected answer (equivalent to AnswerIter(inQuesIdx, inIter)). For a Multiple Selection question it would return a list of all the selected answers in a randomized order.
Public methodCode exampleGetAnswersIter(Int32, String, Boolean)
Relevant for all questions that are within an iterated chapter. Returns a list of the selected answers in a specific nested loops iterations state, if needed, in a randomized order. For example, for a Multiple Selection question it would return a list of all the selected answers.
Public methodGetAnswersIter(Int32, Int32, Int32, Boolean)
Public methodCode exampleGetAnswersIter(Int32, String, Int32, Boolean)
Relevant for all questions that are within an iterated chapter. Returns a list of the selected answers in a specific nested loops iterations state, if needed, in a randomized order in a maximal array size. For example, for a Multiple Selection question it would return a list of all the selected answers.
Top
See Also