jsPsych/tests&examples/external_html/simple_consent.html
2015-02-19 10:47:30 -05:00

5 lines
276 B
HTML

<p>This is a demo consent form. Click the checkbox below to indicate the you
would like to participate in the 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>