Skip to content

Commit 96d7f0d

Browse files
committed
Mod: changed the instructions to be more clear and follow the spatial
format
1 parent ef16a0f commit 96d7f0d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spatial_task_switching_with_cued_task_switching/experiment.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -644,7 +644,7 @@ var instructions_block = {
644644
},
645645
pages: [
646646
'<div class = centerbox>'+
647-
'<p class = block-text>In this experiment, across trials you will see a cue, either <i>left</i>, <i>first</i>, <i>right</i>, or <i>second</i>, followed by 2 numbers moving clockwise on the screen in 4 quadrants. '+
647+
'<p class = block-text>In this experiment, across trials you will see a cue, either <i>left</i>, <i>first</i>, <i>right</i>, or <i>second</i>, followed by 2 numbers in one of the 4 quadrants. '+
648648
'On any trial, one quadrant will have a cue, followed by 2 numbers.</p> '+
649649

650650
'<p class = block-text>The cue will instruct you which of the following 2 numbers, you must make a judgement on.</p>'+
@@ -1034,4 +1034,4 @@ spatial_task_switching_with_cued_task_switching_experiment.push(testNode);
10341034
spatial_task_switching_with_cued_task_switching_experiment.push(feedback_block);
10351035

10361036
spatial_task_switching_with_cued_task_switching_experiment.push(post_task_block);
1037-
spatial_task_switching_with_cued_task_switching_experiment.push(end_block);
1037+
spatial_task_switching_with_cued_task_switching_experiment.push(end_block);

0 commit comments

Comments
 (0)