From 8068c29867b678aba8ab2634b1a3ce822ff1ceba Mon Sep 17 00:00:00 2001 From: Josh de Leeuw Date: Wed, 1 Jun 2022 11:36:44 -0400 Subject: [PATCH] try rerecord feature --- examples/jspsych-html-video-response.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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]);