|
Post by hanabomb on Jan 9, 2021 19:30:09 GMT
Hello, I am new to PsyToolKit, and I just downloaded the Task Switching experiment from the library. I am having trouble randomizing the block order (letter block, numbers block, and mixed block) for the task switching experiment. I tried using "blockorder," but I get this error message, "You are defining a blockorder, but you list a blockname that does not exist." Please help, thank you!
|
|
|
Post by destinygonzales on Jan 12, 2021 3:17:32 GMT
What might help is to make sure that for every task you create a respective block. Then when you list the block in your blockorder, make sure you include the correct blockname. Here is an example from my experiment:
task FamiliarityTaskOne #### present earworm table MyMelodies set $mysound @2 sound $mysound delay &earworm silence @2 #### rate earworm familiarity keys 0 1 2 3 4 show bitmap FamiliarityRating readkey 1 5000 clear screen delay &my_delay_interval save BLOCKNAME BLOCKORDER TASKNAME KEY RT $mysound
block FamiliarityBlockOne bitmap FamiliarityInstructions delay 1500 tasklist FamiliarityTaskOne 1 all_before_repeat end
blockorder fixed FamiliarityBlockOne #earworm1 TrainingWMBlockInstructions WMBlockOne
|
|