mirror of
https://github.com/jspsych/jsPsych.git
synced 2025-05-10 11:10:54 +00:00
try rerecord feature
This commit is contained in:
parent
61514fa781
commit
8068c29867
@ -22,7 +22,8 @@
|
|||||||
<div style="width:20px; height:20px; border-radius: 20px; background-color:red; position: absolute; top:10%; left:10%; transform: translate(-50%, -50%);"></div>
|
<div style="width:20px; height:20px; border-radius: 20px; background-color:red; position: absolute; top:10%; left:10%; transform: translate(-50%, -50%);"></div>
|
||||||
</div>`,
|
</div>`,
|
||||||
show_done_button: false,
|
show_done_button: false,
|
||||||
recording_duration: 2000
|
recording_duration: 2000,
|
||||||
|
allow_playback: true
|
||||||
}
|
}
|
||||||
|
|
||||||
jsPsych.run([init_camera, record]);
|
jsPsych.run([init_camera, record]);
|
||||||
|
Loading…
Reference in New Issue
Block a user