Click or drag to resize
IUserAccessiableSelectedAnswerTextIter Method
Overload List
  NameDescription
Public methodCode exampleSelectedAnswerTextIter(Int32, Int32)
Relevent mainly for single choice questions, that were included inside a loop chapter. Returns the text of the answer that was coded in inQuesIdx, during iteration inIter.
Public methodCode exampleSelectedAnswerTextIter(Int32, String)
Relevent mainly for single choice questions, that were included inside a loop chapter. Returns the text of the answer that was coded in inQuesIdx, during a specific nested loops iterations state.
Public methodCode exampleSelectedAnswerTextIter(Int32, Int32, Boolean)
Relevent mainly for single choice questions, that were included inside a loop chapter. Returns the text of the answer that was coded in inQuesIdx, during iteration inIter. If inUseOtherSpecText = true, and the selected answer of inQuesIdx during iteration inIter was "Other Specify", Returns the additional text entered for that answer.
Public methodCode exampleSelectedAnswerTextIter(Int32, String, Boolean)
Relevent mainly for single choice questions, that were included inside a loop chapter. Returns the text of the answer that was coded in inQuesIdx, during a specific nested loops iterations state. If inUseOtherSpecText = true, and the selected answer of inQuesIdx during iterations state inIter was "Other Specify", Returns the additional text entered for that answer.
Top
See Also