increase test duration for getting clearer video files

This commit is contained in:
Josh de Leeuw 2022-05-29 15:30:24 -04:00
parent 1e2df37f8f
commit 2b3694a61a

View File

@ -37,7 +37,7 @@
return html; return html;
}, },
choices: "NO_KEYS", choices: "NO_KEYS",
trial_duration: 500, trial_duration: 2000,
extensions: [{ extensions: [{
type: jsPsychExtensionRecordVideo type: jsPsychExtensionRecordVideo
}] }]