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

You answered {{ questions_correct }} out of {{ num_questions }} questions correctly.

{% for p in player_in_all_rounds %} {% endfor %}
Question Your answer Correct answer Answered correctly?
{{ p.question }} {{ p.submitted_answer }} {{ p.solution }} {{ p.is_correct }}
{% next_button %} {% endblock %}