I need to present participants with a table at the end of a test that will give them customized feedback on how they performed. I already have piped data that gives them their overall score, but I need to present them with whether they answered correctly on each question.
I know I could give this feedback after each question, but due to the experimental design, participants need to see this information in a table after the test is completed.
It would look something like this:
Question 1: Correct (or image of a check mark)
Question 2: Incorrect (or image of an X)
I can’t find a way to do this using the options for scoring/piping as they are currently set up. Is there an approaching using embedded data or js that I might be missing?