@@ -150,7 +150,7 @@ async function experimentInit() {
instructions=newvisual.TextStim({
win:psychoJS.window,
name:'instructions',
text:'"This experiment uses an n-back paradigm. /n/nYou will be shown 100 words./n/nPress the /"S/" key if the word is the same as the word you saw "+str($nback)+" words ago, or the /"D/" key if it is different./n/nPress the space bar instead of /"S/" or /"D/" if you see an animal word./n/nPress the space bar to continue"',
text:'',
font:'Arial',
units:'norm',
pos:[0,0],height:0.1,wrapWidth:1.5,ori:0,
...
...
@@ -355,6 +355,7 @@ function startRoutineBegin(snapshot) {
frameN=-1;
continueRoutine=true;// until we're told otherwise
// update component parameters for each repeat
instructions.setText('"This experiment uses an n-back paradigm. /n/nYou will be shown 100 words./n/nPress the /"S/" key if the word is the same as the word you saw "+str($nback)+" words ago, or the /"D/" key if it is different./n/nPress the space bar instead of /"S/" or /"D/" if you see an animal word./n/nPress the space bar to continue"');
@@ -158,7 +158,7 @@ async function experimentInit() {
instructions=newvisual.TextStim({
win:psychoJS.window,
name:'instructions',
text:'"This experiment uses an n-back paradigm. /n/nYou will be shown 100 words./n/nPress the /"S/" key if the word is the same as the word you saw "+str($nback)+" words ago, or the /"D/" key if it is different./n/nPress the space bar instead of /"S/" or /"D/" if you see an animal word./n/nPress the space bar to continue"',
text:'',
font:'Arial',
units:'norm',
pos:[0,0],height:0.1,wrapWidth:1.5,ori:0,
...
...
@@ -362,6 +362,7 @@ function startRoutineBegin(snapshot) {
frameN=-1;
continueRoutine=true;// until we're told otherwise
// update component parameters for each repeat
instructions.setText('"This experiment uses an n-back paradigm. /n/nYou will be shown 100 words./n/nPress the /"S/" key if the word is the same as the word you saw "+str($nback)+" words ago, or the /"D/" key if it is different./n/nPress the space bar instead of /"S/" or /"D/" if you see an animal word./n/nPress the space bar to continue"');
<Paramname="text"updates="constant"val=""This experiment uses an n-back paradigm. \n\nYou will be shown 100 words.\n\nPress the \"S\" key if the word is the same as the word you saw "+str($nback)+" words ago, or the \"D\" key if it is different.\n\nPress the space bar instead of \"S\" or \"D\" if you see an animal word.\n\nPress the space bar to continue""valType="str"/>
<Paramname="text"updates="set every repeat"val=""This experiment uses an n-back paradigm. \n\nYou will be shown 100 words.\n\nPress the \"S\" key if the word is the same as the word you saw "+str($nback)+" words ago, or the \"D\" key if it is different.\n\nPress the space bar instead of \"S\" or \"D\" if you see an animal word.\n\nPress the space bar to continue""valType="str"/>