Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
randomize stimuli
#1
Hello,
I need to randomize the order of all of my stimuli.
I have 6 conditions. There are two response options, "ACCEPTABLE" and "UNACCEPTABLE".
I have randomized the order of the 6 conditions/blocks and randomized the stimuli within each block. 
However, I would like the participants to see a random order of the stimuli, from all 6 blocks. 
Im hoping that explanation makes sense! I've copied some of my code below.

In Templates:
"TestTrialsQC":{
    "type": "basic",
    "visible": "true",
    "stimuli": ["1063QC", "1064QC", "1065QC", "1066QC", "1067QC", "1068QC", "1069QC", "1070QC", "1071QC"],
    "stimulus_pattern": {"order": "random"},
    "responses": ["ACCEPTABLE", "ACCEPTABLE", "ACCEPTABLE", "ACCEPTABLE", "ACCEPTABLE", "ACCEPTABLE", "ACCEPTABLE", "ACCEPTABLE", "ACCEPTABLE"]

},
  "TestTrialsQI":{
    "type": "basic",
    "visible": "true",
    "stimuli": ["1072QI", "1073QI", "1074QI", "1075QI", "1076QI", "1077QI", "1078QI", "1079QI", "1080QI", "1081QI"],
    "stimulus_pattern": {"order": "random"},
    "responses": ["UNACCEPTABLE", "UNACCEPTABLE", "UNACCEPTABLE", "UNACCEPTABLE", "UNACCEPTABLE", "UNACCEPTABLE", "UNACCEPTABLE", "UNACCEPTABLE", "UNACCEPTABLE", "UNACCEPTABLE", "UNACCEPTABLE"] 

In Procedure:
"TestTrialsQC": {
      "trial_templates": ["TestTrialsQC"],
      "stimulus_pattern": {"order": "random"}

"block_sequence": [{"$randomize": ["PracticeBlock", "TestTrialsCC","TestTrialsCI", "TestTrialsNC", "TestTrialsNI", "TestTrialsQC","TestTrialsQC"]}]
Reply


Messages In This Thread
randomize stimuli - by czeidan - 02-10-2021, 07:21 PM
RE: randomize stimuli - by Ting - 02-10-2021, 10:39 PM
RE: randomize stimuli - by czeidan - 02-11-2021, 11:07 AM
RE: randomize stimuli - by Ting - 02-11-2021, 12:25 PM
RE: randomize stimuli - by czeidan - 02-22-2021, 04:26 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)