Skip to content

Commit

Permalink
updating probability
Browse files Browse the repository at this point in the history
  • Loading branch information
kylemrupp committed Sep 24, 2024
1 parent 3f3f9a8 commit 80e6194
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion private/load_events.m
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
elseif block == 2
timing(i).chance = [0.5,0.2,0.2,1]; % left, up, up,right since rtbox has 2 options for up
elseif block == 3
timing(i).chance = [0.75,0.75,0.75,0.75]; % left, up,up, right
timing(i).chance = [1,1,1,1]; % left, up,up, right
end

timing(i).max_rt = timing(i).dur;
Expand Down

0 comments on commit 80e6194

Please sign in to comment.