Skip to content

Commit 523ced2

Browse files
committed
Do not use fullscreen and shift dot position slightly
1 parent c65363d commit 523ced2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

studies/efforttrain/efforttrain-cr.js

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
const fullscreen = true; // set to true for actual experiment
1+
const fullscreen = false; // set to false for actual experiment
22
const debug = false; // set to false for actual experiment
3-
const local = false; // set to false for actual experiment
3+
const local = true; // set to false for actual experiment
44
let redirect_url = "https://utorontopsych.az1.qualtrics.com/jfe/form/SV_elnuzIVjX3c6i1w"; // qualtrics url for surveys
55

66
if (local) {
@@ -484,8 +484,8 @@ var dot_motion = {
484484
},
485485
RDK_type: [1, 1], // type
486486
aperture_width: 610,
487-
aperture_center_x: [window.innerWidth / 2, window.innerWidth / 2],
488-
aperture_center_y: [window.innerHeight / 2, window.innerHeight / 2],
487+
aperture_center_x: [window.innerWidth / 2 - 20, window.innerWidth / 2 - 20],
488+
// aperture_center_y: [window.innerHeight / 2 + 15, window.innerHeight / 2 + 15],
489489
on_finish: function (data) {
490490
data.block = check_block(is_pre_training, is_training, is_post_training, is_practice);
491491
var current_points = 0;

0 commit comments

Comments
 (0)