Skip to content
Discussion options

You must be logged in to vote

Hi @rbruno1, to do this, it helps to have some way of linking the response that you're scoring (the trivia question answer) with the confidence rating, since these two responses are stored as separate trials. What I would do is edit your confidence rating trial so that it also stores the response accuracy from the previous trial. This will make it easier to get accuracy summaries for the different confidence ratings. I think one way to do this is by making the data parameter for the confidence rating trial into a function:

var AnimalsTrials = {
  timeline: [
    {
      type: jsPsychHtmlButtonResponse,
      stimulus: jsPsych.timelineVariable('stimulus'),
      choices: ['True', 'False'],

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@rbruno1
Comment options

Answer selected by rbruno1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants