repeat practice trials after incorrect response
hi,
during the practice phase of my experiment, if the subject responds incorrectly, i want to show an "error" message, and then repeat the same trial again and again until he/she responds correctly.
the only way i can think to implement this, is to jump from the practice trial (#2) to a trial showing the "error" feedback (#100) and from there back to the practice trial (#2) again.
this doesn't work. the jump from the error trial back to the practice trial doesn't happen. maybe because it's a backwards jump (from trial 100 to trial 2) or maybe because it's a "double" jump, i don't know. i tried using both the jump and the skip functions, but neither works.
i can't use the incorrect.txt solution because it will interfere with the experiment phase (after the practice phase)
any ideas?
thanks,
michal
yup, definitely can't back jump
I ran into the same problem with trying to backwards jump trials. I wish this were possible - esp. when you want subjects to be able to repeat the trial as many times as is necessary to submit the correct answer. Theoretically, you could just keep inserting identical trials, one after the other, but there is also a limit to how many trials direct RT can hold (99, I think?). [COLOR=darkred][nope--editor's note see below][/COLOR]
But simply inserting identical trials does work.
One question for Jarvis24. What does the "!" after the "2" mean? I am unclear what "rt:57>2!,43", as opposed to just "rt:57>2,43" would do. [COLOR=#8b0000][yikes! see editor's note see below][/COLOR]