-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconsent.html
More file actions
21 lines (21 loc) · 1000 Bytes
/
consent.html
File metadata and controls
21 lines (21 loc) · 1000 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<div id="consent">
<p>
<h3>Consent form</h3>
</p>
<p>
I consent to participate in this session, which will involve 130 pairs of pictures I will have to rate by similarity on the Likert scale from 1 (very similar) to 7 (very different).
</p><p>
I understand that all data will be kept confidential by the researcher. My personal information will not be stored with the data. I am free to withdraw at any time without giving a reason.
</p><p>
I consent to the publication of study results as long as the information is anonymous so that no identification of participants can be made.
</p><p>
The study has received approval from the Research Ethics Committee by Department of Anthropology of the University of Durham.
</p>
<p>
<input type="checkbox" id="consent_checkbox" />
I have read and understand the explanations and I voluntarily consent to participate in this study.
<p/>
<p>
<button type="button" id="start"> Start </button>
</p>
</div>