diff --git a/examples/jspsych-html-video-response.html b/examples/jspsych-html-video-response.html index 3229f3b1..77bc2849 100644 --- a/examples/jspsych-html-video-response.html +++ b/examples/jspsych-html-video-response.html @@ -22,7 +22,8 @@
`, show_done_button: false, - recording_duration: 2000 + recording_duration: 2000, + allow_playback: true } jsPsych.run([init_camera, record]);