{% extends "global/Page.html" %} {% load otree %} {% block title %}Task Results{% endblock %} {% block content %} {% if payoff_list == 1 %}
You have completed the task and solved {{ payoff_list }} problem correctly.
{% else %}Congratulations, you have completed the task. You solved {{ payoff_list }} problems correctly.
{% endif %} {% if treatment == 'AI' %}Thank you for your effort. Your performance will now be assessed and the algorithm will select the winner. {% else %}
Thank you for your effort. Your performance will now be assessed and a human will select the winner. {% endif %}
Please move on to the follow-up survey now.
{% next_button %} {% endblock %}