Skip to content

Commit d4abe1c

Browse files
committed
Merge pull request #417 from IanEisenberg/two_stage_fix
fixed bug with image presentation in two stage task
2 parents 8ec9c09 + 0cb6af8 commit d4abe1c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

two_stage_decision/experiment.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ var change_phase = function() {
117117
curr_images = test_images
118118
curr_colors = test_colors
119119
curr_fs_stims = test_fs_stims
120-
curr_ss_stim = test_ss_stim
120+
curr_ss_stims = test_ss_stim
121121
exp_stage = 'test'
122122
} else {
123123
curr_images = practice_images
@@ -576,7 +576,7 @@ var start_test_block = {
576576
data: {
577577
trial_id: 'test_intro'
578578
},
579-
text: "<div class = centerbox><p class = center-block-text>Finished with practice. We will now start the test with new shapes and stages.</p><p class = block-text>Just like in the practice, each first-stage choice is primarily associated with one second-stage and each second-stage shape has a different chance of earning a point. Each second-stage shape's chance of earning a gold coin changes over the expeirment, so the best shape early on may not be the best shape later. In contrast, once you learn which stage a first-stage choice brings you to most of the time, it will stay the same for the whole experiment.</p><p class = block-text>Your task is to earn as many gold coins as possible. Press <strong>enter</strong> to begin.</p></div>",
579+
text: "<div class = centerbox><p class = block-text>Finished with practice. We will now start the test with new shapes and stages.</p><p class = block-text>Just like in the practice, each first-stage choice is primarily associated with one second-stage and each second-stage shape has a different chance of earning a point. Each second-stage shape's chance of earning a gold coin changes over the expeirment, so the best shape early on may not be the best shape later. In contrast, once you learn which stage a first-stage choice brings you to most of the time, it will stay the same for the whole experiment.</p><p class = block-text>Your task is to earn as many gold coins as possible. Press <strong>enter</strong> to begin.</p></div>",
580580
cont_key: [13],
581581
timing_response: 180000,
582582
timing_post_trial: 1000

0 commit comments

Comments
 (0)