{% extends "global/Page.html" %} {% load staticfiles otree_tags %} {% block title %} Results {% endblock %} {% block content %}
| Question | Your answer | Correct answer | Answered correctly? |
|---|---|---|---|
| {{ p.question }} | {{ p.submitted_answer }} | {{ p.solution }} | {{ p.is_correct }} |