{% extends "global/Page.html" %} {% load otree static %} {% block styles %} {% endblock %} {% block title %} Practice Period {% endblock %} {% block content %}

Time: :


{% if player.perceived_similarity == 1 %} {% endif %} {% if player.perceived_similarity == 2 %} {% endif %} {% if player.perceived_similarity == 3 %} {% endif %} {% if player.perceived_similarity == 4 %} {% endif %} {% if player.perceived_similarity == 5 %} {% endif %} {% if player.perceived_similarity == 6 %} {% endif %} {% if player.perceived_similarity == 7 %} {% endif %}


You: Same Label

{% if player.position == 1 %} {% endif %} {% if player.position == 2 %} {% endif %} {% if player.position == 1 %}
{% endif %} {% if player.position == 2 %}
{% endif %}
Other: Different Label


Which label do you choose against CHOICE-other?

{% for choice in form.practice_submitted_choice %} {% endfor %}
Left Label Right Label
    {{ choice.tag }}


{% endblock %} {% block scripts %} {% endblock %}