How to show results to participants? #2277
-
Hi all. I would like to show to participants the percentage of correct answers at the end of their performance in a raven test. Is there any way to do it? Any reference link? Thanks!! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Hi @ler93, have you seen the example of this in the "data aggregation" step of the jsPsych simple RT task tutorial? The trick is to use a dynamic parameter to present the percentage correct text to the participant (since this is information that you don't know in advance and need to generate during the experiment) and to use the jsPsych data manipulation functions inside your dynamic parameter function to get the trials you want to summarize and calculate the performance measures. I hope that helps. Let us know if you get stuck on this and need any further guidance. |
Beta Was this translation helpful? Give feedback.
Hi @ler93, have you seen the example of this in the "data aggregation" step of the jsPsych simple RT task tutorial? The trick is to use a dynamic parameter to present the percentage correct text to the participant (since this is information that you don't know in advance and need to generate during the experiment) and to use the jsPsych data manipulation functions inside your dynamic parameter function to get the trials you want to summarize and calculate the performance measures.
I hope that helps. Let us know if you get stuck on this and need any further guidance.