{% extends "global/Page.html" %} {% load otree static %} {% block content %}

Quiz Question 4

{% if participant.group_assignment == C.GROUP_TRIANGLE %}
Do you always get points for the same colour of marbles as type A participants
of your own group, the triangle ▲ group?
{% elif participant.group_assignment == C.GROUP_SQUARE %}
Do you always get points for the same colour of marbles as type A participants
of your own group, the square ■ group?
{% endif %}
{% formfield player.question4_type_b %}
{% next_button %} {% endblock %}