Group: Forum Members
Posts: 3,
Visits: 31
|
Hi,
I need a trial which will present 1 word (3000ms) and a pause between words (1000ms). Correct responses are C or V. According to our design, no matter whether the participant respond correctly or not, the entire trial should be 3000ms (the word should be 3000ms visible before the 1000ms pause). So, I write the script as follow (in the case of C = correct response), but the word disappears when the subject press C or V.
<trial memoConsonante> / validresponse = ("C", "V") / correctresponse = ("C") / stimulusframes = [1 = memorizar] / response = timeout (3000) / responseinterrupt = trial / posttrialpause = 1000
However, if the participant do respond to the stimuli, the 1000ms pause and next word be presented imediately, and the first word doesn't remain 3000ms in the screen.
Anybody can help me out? Thank you!
|