{{ block title }} {% if player.round_number != C.NUM_ROUNDS_PART_A %}
Part A: Summary of round {{ player.round_number }} out of {{ C.NUM_ROUNDS_PART_A }}
{% else %}
End of Part A
{% endif %} {{ endblock }} {{ block content }}

Your answer has been recorded.

{% if player.round_number != C.NUM_ROUNDS_PART_A %}

Press 'Next' to proceed to the next TIMED TASK.

{% else %}

THIS IS THE END OF PART A.

Press 'Next' to proceed to Part B.

{% endif %}


{{ next_button }}

{{ endblock }}