{% extends "global/Page.html" %} {% load staticfiles otree_tags %} {% load humanize %} {% load i18n %} {#--- SCRIPTS --------------------------------------------------------------------------------------------------------#} {% block scripts %} {% endblock %} {#--- STYLES ---------------------------------------------------------------------------------------------------------#} {% block styles %} {% endblock %} {#--- TITLE ----------------------------------------------------------------------------------------------------------#} {% block title %} {% trans "Questionnaire" %} {% endblock %} {#--- CONTENT --------------------------------------------------------------------------------------------------------#} {% block content %}
{% blocktrans trimmed %} Please answer the following questions. {% endblocktrans %} {% if controlquestions_correct %}
{% blocktrans trimmed %} The game can only start when each player of the group has correctly answered all questions. {% endblocktrans %} {% endif %}
{% for item, id, question, answer0, answer1, correct in cq %} {% endfor %} {% for item, id, question, answer0, answer1, answer2, answer3, correct in cq1 %} {% endfor %}
Q{{ id }}: {{ question }}
Q{{ id }}: {{ question }}
{% next_button %}
{% endblock %}