{% extends "global/Page.html" %} {% load staticfiles otree %} {% block title %} Trial Tasks - Results {% endblock %} {% block content %}

Solutions to your task:

Question Your Answer Correct Answer
43 × 2 = {{ task0m }} 86
C, I, H, A, N : {{ task0c }} CHINA
G, O, D : {{ task0a }} DOG

You solved correctly a total number of {{ correct }} tasks out of three.

In this case, your gross earnings from Part 1 would be: {{ correct }} correct answers × {{ Constants.q_points }} = {{ income }} ECU .

Remember no income is awarded for the trial tasks. This is just a practice example.


{% next_button %}
{% endblock %}