{% extends "global/Page.html" %} {% load staticfiles otree_tags %} {% block title %} Page title {% endblock %} {% block content %}
| crt_question | player's answer | correct answer | Correct/Incorrect |
|---|---|---|---|
| crt_q1 | {{ player.crt_bat }} | {{ Constants.correct_answers.0 }} | {% if player.check_1 %} Correct {% else %} Incorrect {% endif %} |
| crt_q2 | {{ player.crt_widget }} | {{ Constants.correct_answers.1 }} | {% if player.check_2 %} Correct {% else %} Incorrect {% endif %} |
| crt_q3 | {{ player.crt_lake }} | {{ Constants.correct_answers.2 }} | {% if player.check_3 %} Correct {% else %} Incorrect {% endif %} |