jsPsych/examples/external_html/simple_consent.html
2016-12-09 21:25:56 -05:00

5 lines
296 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" class='jspsych-btn'>Start Experiment</button>