{% extends "global/Page.html" %}
{{ block title }}
Results{{ endblock }}
{% block content %}
Your participation in this session is now complete.
Task {{player.random_task}} is randomly chosen to determine your payment.
{{ if player.show == 1 }}
And the robot predicts 10 plots correctly.
{{ endif }}
{{ if player.show == 2}}
And you predicts {{participant.plot_correct_task2}} plots correctly.
{{ endif }}
{{ if player.show == 3 }}
And you predicts {{participant.plot_correct_task3}} plots correctly.
{{ endif }}
{% next_button %}
{% endblock %}