This is an old revision of the document!
The function answers()
shows the participant's responses to an individual question. A print preview of the questionnaire can be created with the help of this function.
void answers(string questionID, [array items])
Note: The function answers()
is still being developed. It only supports selected question types up to this point (selection, text input, fully labeled scale among others). The question display in print preview can still be changed in the further stages of development.
Note: By default, answers()
only shows items that have been answered – or in a selection question – only options that have been selected. Use answersOption()
to adjust this.
Note: A respondent's answers can only be shown after they have been transmitted to the survey sever using the “Next” button. Therefore, do not use the answers()
function on the same page as the question is asked.
Tip: Use answersPrint()
in order to show multiple, or all questions in the questionnaire.
answers('AB01'); answers('AB02'); answers('AB03');