first commit
This commit is contained in:
commit
73fc2121bf
30 changed files with 13308 additions and 0 deletions
19
Task1/NewRound.html
Normal file
19
Task1/NewRound.html
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
{{ 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 }}
|
||||
Loading…
Add table
Add a link
Reference in a new issue