Skip to content

Commit

Permalink
Fixed prompt bug
Browse files Browse the repository at this point in the history
  • Loading branch information
celstark committed Dec 6, 2024
1 parent dec584d commit d91fda5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cont_omst.html
Original file line number Diff line number Diff line change
Expand Up @@ -447,7 +447,7 @@
var debrief_block = {
type: jsPsychHtmlKeyboardResponse,
trial_duration: 500,
stimulus: prompt['ty'],
stimulus: prompts['ty'],
on_finish: function (data) {
let validtrials=jsPsych.data.get().filterCustom(function(trial) {
return trial.resp !== null;
Expand Down

0 comments on commit d91fda5

Please sign in to comment.