{% extends "global/Page.html" %} {% load otree %} {% block title %} Control Questions {% endblock %} {% block content %} {% if player.sum_correct == 8 %}
{{ q1_helptext }}
{{ q2_helptext }}
{{ q3_helptext }}
{% endif %} {% if player.q4_correct == 0 %} {{ q4_label }} {% formfield player.q4_answer_2 %}{{ q4_helptext }}
{% endif %} {% if player.q5_correct == 0 %} {{ q5_label }} {% formfield player.q5_answer_2 %}{{ q5_helptext }}
{% endif %}{{ q6_helptext }}
{% endif %} {% if player.q7_correct == 0 %} {{ q7_label }} {% formfield player.q7_answer_2 %}{{ q7_helptext }}
{% endif %} {% if player.q8_correct == 0 %} {{ q8_label }} {% formfield player.q8_answer_2 %}{{ q8_helptext }}
{% endif %}