Skip to content

Commit

Permalink
Merge pull request #3150 from ayugioh2003/main
Browse files Browse the repository at this point in the history
fix broken "eye-tracking-with-webgazer" demo page
  • Loading branch information
jodeleeuw authored Oct 12, 2023
2 parents b78dcc6 + cc3b1a1 commit cd53e7e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/demos/eye-tracking-with-webgazer.html
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@
}

var begin = {
type: jsPsychHtmKeyboardResponse,
type: jsPsychHtmlKeyboardResponse,
stimulus: `<p>The next screen will show an image to demonstrate adding the webgazer extension to a trial.</p>
<p>Just look at the image while eye tracking data is collected. The trial will end automatically.</p>
<p>Press any key to start.</p>
Expand All @@ -142,7 +142,7 @@
}

var show_data = {
type: jsPsychHtmKeyboardResponse,
type: jsPsychHtmlKeyboardResponse,
stimulus: function() {
var trial_data = jsPsych.data.getLastTrialData().values();
var trial_json = JSON.stringify(trial_data, null, 2);
Expand Down

0 comments on commit cd53e7e

Please sign in to comment.