<Paramname="Begin JS Routine"updates="constant"val="//small fix to access text in the textbox online&#10;if ((textbox._pixi.text === corrAns)) {&#10; thisFeedback = "Correct!";&#10;} else {&#10; thisFeedback = "Incorrect";&#10;}&#10;trials.addData("correctAns", thisFeedback);&#10;psychoJS.experiment.addData('textbox.text', textbox._pixi.text);&#10;&#10;//reset the text in the textBox&#10;textbox._pixi.text = 'Type a response'"valType="extendedCode"/>