{% 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 }} | 1 | {% if player.crt_bat == 1 %} Correct {% else %} Incorrect {% endif %} |
| crt_q2 | {{ player.crt_widget }} | 5 | {% if player.crt_widget == 5 %} Correct {% else %} Incorrect {% endif %} |
| crt_q3 | {{ player.crt_lake }} | 47 | {% if player.crt_lake == 47 %} Correct {% else %} Incorrect {% endif %} |