experiment-template/Finish/Comments.html
duartegoncalvesds 73fc2121bf first commit
2026-03-12 21:05:38 +00:00

42 lines
824 B
HTML

{{ extends "_static/global/Page.html" }}
{{ block title }}
Comments
{{ endblock }}
{{ block styles}}
{{ endblock }}
{{ block scripts}}
{{ endblock }}
{{ block content }}
<p>
We would like to know more about your thought process when doing the task.
Namely,
<br>
- How did you decide which option to choose?
<br>
- What was important in guessing how your opponent chose?
<br>
- How sure were you that you were choosing well?
<br>
<br>
Any feedback you have will be useful for us.
</p>
{{ formfields }}
<p>
Click 'Next' to complete the task. You must do this to receive your payment.
<br>
<br>
Thank you for participating.
</p>
{{ next_button }}
{{ endblock }}