@@ -283,7 +283,7 @@ async function experimentInit() {
text=newvisual.TextStim({
win:psychoJS.window,
name:'text',
text:'This shape should be a 5 cm square.\nComponent size (5*x_scale, 5*y_scale) set every repeat.\nThe circle should have a visual angle of 10 degrees.\nPress space to continue',
text:"This shape should be a 5 cm square.\nComponent size (5*x_scale, 5*y_scale) set every repeat.\nThe circle should have a visual angle of 10 degrees using\nsize (10 * visual_angle * x_scale, 10 * visual_angle * y_scale)\nPress space to continue'",
font:'Arial',
units:'norm',
pos:[0,(-0.8)],height:0.075,wrapWidth:1.5,ori:0,
...
...
@@ -910,6 +910,7 @@ function blind_spotRoutineEnd(snapshot) {
varvisual_angle;
varvalidCount;
varangle_text;
var_key_resp_allKeys;
varrectangleComponents;
functionrectangleRoutineBegin(snapshot){
...
...
@@ -938,6 +939,7 @@ function rectangleRoutineBegin(snapshot) {
@@ -291,7 +291,7 @@ async function experimentInit() {
text=newvisual.TextStim({
win:psychoJS.window,
name:'text',
text:'This shape should be a 5 cm square.\nComponent size (5*x_scale, 5*y_scale) set every repeat.\nThe circle should have a visual angle of 10 degrees.\nPress space to continue',
text:"This shape should be a 5 cm square.\nComponent size (5*x_scale, 5*y_scale) set every repeat.\nThe circle should have a visual angle of 10 degrees using\nsize (10 * visual_angle * x_scale, 10 * visual_angle * y_scale)\nPress space to continue'",
font:'Arial',
units:'norm',
pos:[0,(-0.8)],height:0.075,wrapWidth:1.5,ori:0,
...
...
@@ -915,6 +915,7 @@ function blind_spotRoutineEnd(snapshot) {
varvisual_angle;
varvalidCount;
varangle_text;
var_key_resp_allKeys;
varrectangleComponents;
functionrectangleRoutineBegin(snapshot){
...
...
@@ -943,6 +944,7 @@ function rectangleRoutineBegin(snapshot) {
<Paramval="This shape should be a 5 cm square.&#10;Component size (5*x_scale, 5*y_scale) set every repeat.&#10;The circle should have a visual angle of 10 degrees.&#10;Press space to continue"valType="str"updates="constant"name="text"/>
<Paramval="This shape should be a 5 cm square.&#10;Component size (5*x_scale, 5*y_scale) set every repeat.&#10;The circle should have a visual angle of 10 degrees using&#10;size (10 * visual_angle * x_scale, 10 * visual_angle * y_scale)&#10;Press space to continue'"valType="str"updates="constant"name="text"/>