Dear all
I´ve created an assessment survey with different question types (array, ranking, multiple choice with pictures etc.) In this context, I´d like to create feedback elements for each question.
I already succeeded at creating a text for each question that informs the participant whether he answered the question correctly.
Code:
<font color="#008000">{if(a456_1.NAOK=="A3" AND a456_2.NAOK=="A1" AND a456_3.NAOK=="A5" AND a456_4.NAOK=="A4" AND a456_5.NAOK=="A2","You chose answer correctly","")} </font> <font color="#FF0000"> {if(a456_1.NAOK=="A3" AND a456_2.NAOK=="A1" AND a456_3.NAOK=="A5" AND a456_4.NAOK=="A4" AND a456_5.NAOK=="A2","","Incorrect. The correct order is France, Germany, Poland, Iceland, Bosnia and Herzegowina.")} </font>
I´m still struggeling with finding a solution on how to show this text at the right time.
By now the feedback text is already popping up before the participant clicked the "next" button.
This version is very error prone because the participant could change his answer again before clicking on the next button because he already gets the correct solution displayed.
I´d like to show the feedback on
the same page as the respective question , directly below the question after the participant clicked the "next" button ((like in the picture attached below).
Because for a helpul feedback, the participant should still be able to see which answers he has selected (or in this example his solution of the ranking task).
Do you know how this is possible? Do I need to adjust/extend my code?
Thanks a lot for your ideas and your support
PS: I know that it might be a solution to sum up all feedback and show the prospective answers on a summary page in the end of the survey but I´d prefer to give feedback directly on the same page of each question if somehow possible.
Please find below the survey. This might be helpful.
Many thanks in advance
Mariaa