first commit

This commit is contained in:
duartegoncalvesds 2026-03-12 21:05:38 +00:00
commit 73fc2121bf
30 changed files with 13308 additions and 0 deletions

42
Finish/Comments.html Normal file
View file

@ -0,0 +1,42 @@
{{ 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 }}