jsPsych/examples/external_page.html
Josh de Leeuw a7e02369ea formatting
2013-11-12 10:23:16 -05:00

12 lines
413 B
HTML

<div id="consent">
<p>
This is a demo experiment, with this minimal consent form being loaded
as an external html document. To continue, click the checkbox below
and hit "Start Experiment".
</p>
<p>
<input type="checkbox" id="consent_checkbox" />
I agree to take part in this study.
</p>
<button type="button" id="start">Start Experiment</button>
</div>