Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
judgments of learning
#1
I need to have participants make judgments of learning (JOLs) after they answer each question. Ideally, they would answer a question and on the next screen they would get a JOL which asks them about their confidence in their answer on the previous screen. My question blocks look like the ones below. Basically, they see the passage above the question, then the question below the passage, and then the response choices. I would like to have a JOL occur after every question, but I still need to keep the questions in a random order.  Is there a way to accomplish what I want without setting up a question block for every question?

This is my current question block that doesn't include the JOLs between questions:

    "Acupuncture_e_questions": {
  "type" : "basic",
  "stimuli": [{"which":["Acupuncture-Easy-Manipulation","A_E_C_1"],"location":[2,8]},
            {"which":["Acupuncture-Easy-Manipulation","A_E_C_2"],"location":[2,8]},
            {"which":["Acupuncture-Easy-Manipulation","A_E_C_3"],"location":[2,8]},
            {"which":["Acupuncture-Easy-Manipulation","A_E_P_1"],"location":[2,8]},
            {"which":["Acupuncture-Easy-Manipulation","A_E_P_2"],"location":[2,8]},
            {"which":["Acupuncture-Easy-Manipulation","A_E_P_3"],"location":[2,8]},
            {"which":["Acupuncture-Easy-Manipulation","A_M_C_1"],"location":[2,8]},
            {"which":["Acupuncture-Easy-Manipulation","A_M_C_2"],"location":[2,8]},
            {"which":["Acupuncture-Easy-Manipulation","A_M_C_3"],"location":[2,8]},
            {"which":["Acupuncture-Easy-Manipulation","A_H_C_1"],"location":[2,8]},
            {"which":["Acupuncture-Easy-Manipulation","A_H_C_2"],"location":[2,8]},
            {"which":["Acupuncture-Easy-Manipulation","A_H_C_3"],"location":[2,8]},
            {"which":["Acupuncture-Easy-Manipulation","A_H_P_1"],"location":[2,8]},
            {"which":["Acupuncture-Easy-Manipulation","A_H_P_2"],"location":[2,8]},
            {"which":["Acupuncture-Easy-Manipulation","A_H_P_3"],"location":[2,8]}],
  "responses":["A_E_C_1_R","A_E_C_2_R","A_E_C_3_R","A_E_P_1_R","A_E_P_2_R","A_E_P_3_R","A_M_C_1_R","A_M_C_2_R","A_M_C_3_R","A_H_C_1_R","A_H_C_2_R","A_H_C_3_R","A_H_P_1_R","A_H_P_2_R","A_H_P_3_R"],
  "duration": 60,
  "countdown_visible": true,
  "stimulus_pattern": {"order": "random"}
},


This would do what I want, but I'm really trying to avoid coding this for 135 questions (3 conditions, each with 3 sets of 15 questions):

"Acupuncture_A_E_C_1_question": {
  "type" : "basic",
  "stimuli": [{"which":["Acupuncture-Easy-Manipulation","A_E_C_1"],"location":[2,8]},
           "Post-JOL-Q"],
  "responses":["A_E_C_1_R","JOL-Post"],
  "duration": 60,
  "countdown_visible": true
}


Thanks!
Reply
#2
Hello, thank you for your post!

I think what you are looking for is paired/yoked trials using the "alternate_random" block ordering property (https://docs.findingfive.com/en/grammar/...lock#order), where trials are paired and then randomized from across 2 or more trial templates. There is a primer for this you can find here: https://docs.findingfive.com/en/designs/...red-trials.

I hope this helps!
Reply
#3
Perfect. Thank you.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)