{% extends "global/Page.html" %} {% load staticfiles otree_tags %} {% block title %} Counting task - round {{ view.round_number }} {% endblock %} {% block content %}
Your task is to first find the largest number in each of the two boxes and then add up the two
numbers.
Submit your answer in the box below. The correct answer is !
| Box 1 | Box 2 | |
|---|---|---|
|
|
|
Tasks attempted so far: {{ player.finished_tasks.count }}
Tasks correct so far: {{ player.num_tasks_correct }}
{% endblock %} {% block scripts %} {% include 'includes/js_work_page.html' %} {% endblock %} {% block styles %} {% endblock %}