Click or drag to resize
IUserAccessiableAnswerChoiceIter Method
Overload List
  NameDescription
Public methodCode exampleAnswerChoiceIter(Int32, Int32, Int32)
Relevent mainly for single choice grid and numeric choice grid questions, that were included inside a loop chapter. Returns a DVar value type, of the index (in a single choice grid) or the text (in a numeric grid) of the answer coded for inChoiceIdx in inQuesIdx, during iteration inIter.
Public methodCode exampleAnswerChoiceIter(Int32, Int32, String)
Relevent mainly for single choice grid and numeric choice grid questions, that were included inside a loop chapter. Returns a DVar value type, of the index (in a single choice grid) or the text (in a numeric grid) of the answer coded for inChoiceIdx in inQuesIdx, during a specific nested loops iterations state.
Top
See Also