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

19 lines
No EOL
521 B
HTML

{{ extends "_static/global/Page.html" }}
{{ load otree static }}
{{ block title }}
Main Task
{{ endblock }}
{{ block content }}
<div>
<p>
You will now make choices {{ C.NUM_PAYMENT_ROUNDS }} rounds.<br>
One of these rounds will be randomly selected to <b>determine your bonus payment</b> at the end of the task. <br>
You will not receive feedback.
</p>
</div>
<div style="justify-content: center; align-items: center; text-align: center;">
{{ next_button }}
</div>
{{ endblock }}