{% extends "global/Page.html" %} {% load otree %} {% block title %} Results {% endblock %} {% block content %}
You answered {{ questions_correct }} out of {{ Constants.num_rounds }} questions correctly.
Random Question: {{ question_random }}
| Question | Your answer | Correct answer | Answered correctly? | Random Answer |
|---|---|---|---|---|
| {{ p.question }} | {{ p.submitted_answer }} | {{ p.solution }} | {{ p.is_correct }} | {{ p.random_answer }} |