By MartinaThiele - 3/31/2015
Hi all,
I use the adaptive n-back script and added additional n-back level (max. N=10). Participants can access N=5, but the script won't provide N=6 although participants reach 95% in both modalities...
I followed the instructions for additional n-back levels that were given in the script and re-checkt my script again but found no errors. Since I did not wrote the script myself, I have no clue where to look for the mistake.
Can somebody please check my script or have any hints? The file is attached!
Thank you very much! Martina
|
By Dave - 3/31/2015
> Participants can access N=5, but the script won't provide N=6 [...]
********************* editable parameters ********************* /StartN = 1 the starting N !Note: if the starting N changes other changes need to be made, /LastN = 4 the last N run /LastPracticeN = 3 last N tested in Practice (default is 3) /NumberTestBlocks = 15 Number of test blocks run (default is 15) /Debugmode = 0 Debugmode = 1, target alerts are presented Debugmode = 0, target alerts are turned-off (default) <values> /StartN = 1 /LastN = 5 <=== YOU NEED TO ADJUST THIS VALUE! /LastPracticeN = 3 /NumberTestBlocks = 15 /Debugmode = 0 </values>
|
By MartinaThiele - 3/31/2015
Gosh... that's really obvious... :(
THANKS A LOT! :) Hopefully, this will solve the problem!
Martina
|
|