Response feedback

The participant has to choose an answer on a 5-point Likert scale. Later I want to show him his answer. I haven’t figured out how to implement this. I created a Response Parameter but it does not appear when I try to select Parameter in the Event Editor.

This can be done, though using a Response parameter is probably not the best approach. I suggest you use a Text parameter. Then, in the event that collects the response, add 5 feedbacks:

  • If response is “1”, set your text parameter to “1”.

etc.

An advantage to this approach is that you can set the text parameter to anything. For example, if “1” indicates “weak”, you can set the text parameter to (“1, weak”).