Detailed feedback after a loop

Hello, I’m making an artificial language learning experiment to see if a method of feedback (immediate or delayed) impacts memory. The thing is I have to provide the feedback in which the participants have to be told if they were right or wrong and what was the correct answer. I have managed for the immediate feedback, but I do not know how to do it for the whole block of trials in a loop. I need it to show as a list of the items they have seen (preferably in the order they have seen it) with feedback (wrong/right) and the correct answer. I have looked at the tutorial about making feedback after a block, but it only instructs on how to give out results in numbers (mean/reaction time etc.).
Please help, I am useless at coding and cannot figure it out on my own.