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

19
Task1/CaptchaFailed.html Normal file
View file

@ -0,0 +1,19 @@
{{ extends "_static/global/Page.html" }}
{{ load otree static }}
{{ block title }}
Bot Detection Failed
{{ endblock }}
{{ block styles}}
{{ endblock }}
{{ block scripts}}
{{ endblock }}
{{ block content }}
<p>
You failed the transcription task three times. <br>
You will not be able to continue the experiment.
</p>
{{ endblock }}