Closed jodeleeuw closed 1 year ago
On an experiment page (/pages/admin/[experiment_id].js) we can add a code snippet that includes a jsPsych trial to save code. Eventually this could be expanded to include a generic JS statement (e.g., fetch(...)) if we allow not jsPsych usage.
/pages/admin/[experiment_id].js
fetch(...)
On an experiment page (
/pages/admin/[experiment_id].js
) we can add a code snippet that includes a jsPsych trial to save code. Eventually this could be expanded to include a generic JS statement (e.g.,fetch(...)
) if we allow not jsPsych usage.