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