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

You answered {{ questions_correct }} out of {{ Constants.num_rounds }} questions correctly. Please raise your hand to let the experimenter know that you have finished. After most people have finished this quiz, the experimenter will explain the questions. Before that, please stay on this page and compare your answers with the correct ones.

{% 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 }}


Please read the instructions again before we start the experiment.




{% next_button %} {% endblock %}