{% extends "global/Page.html" %} {% block title %} {{ if player.round_number == 1 }} Practice {{ else }} Heading to Round One {{ endif }} {% endblock %} {% block content %}

{{ if player.round_number == 1 }} {{ if manager == 1 }}

Recall, in round one, you will perform a decoding task. Before you start Round One, you will have 30 seconds to practice for this task.

When you are ready to start, please press the “Next” button, and your task and the timer will start.

{{ else }}

Recall, in Round One, you and the other worker will each perform a slider task. Before you start Round One, you will have 30 seconds to practice for this task.

When you are ready to start, please press the “Next” button, and your task and the timer will start.

{{ endif }} {{ else }}

{{ if manager == 1 }}

Now that you are familiar with the decoding task that you will complete in Round One, please press the “Next” button to begin Round One. Your 3-minute timer will start immediately after.

Recall, you must successfully decode 3 letters in order to receive lira based on the number of correct sliders submitted by both workers.

{{ else }}

Now that you are familiar with the slider task that you will complete in Round One, please press the “Next” button to begin Round One. Your 3-minute timer will start immediately after.

Recall, the more correct sliders you submit, the more lira you earn.

{{ endif }} {{ endif }}

{% next_button %} {% endblock %}