IUserAccessiableSelectedAnswerTextIter Method |
Name | Description | |
---|---|---|
SelectedAnswerTextIter(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.
| |
SelectedAnswerTextIter(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.
| |
SelectedAnswerTextIter(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.
| |
SelectedAnswerTextIter(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.
|