{% load otree static %} {{ block title }} Influence Survey {{ endblock }} {{ block content }}

Round {{ player.round_number }} / {{ C.NUM_ROUNDS }}

Score: {{ group.score }}

The correct answer was {{correct_answer}}! Please see how your group answered in the table bellow.

{{ player1_nickname }} {{ if player.id_in_group == 1 }} (you) {{ endif }} {% if player1_is_correct %} {% else %} {% endif %} {{ player2_nickname }} {{ if player.id_in_group == 2 }} (you) {{ endif }} {% if player2_is_correct %} {% else %} {% endif %}
{{ player3_nickname }} {{ if player.id_in_group == 3 }} (you) {{ endif }} {% if player3_is_correct %} {% else %} {% endif %} {{ player4_nickname }} {{ if player.id_in_group == 4 }} (you) {{ endif }} {% if player4_is_correct %} {% else %} {% endif %}

Influence Survey

Please answer the survey below by ranking the influence of yourself as well as each team members includeing the AI agent on your final answer.



Yourself

Least   {% if player.id_in_group == 1 %} {{ for choice in form.player1_influence }} {{ choice }} {{ endfor }} {% elif player.id_in_group == 2 %} {{ for choice in form.player2_influence }} {{ choice }} {{ endfor }} {% elif player.id_in_group == 3 %} {{ for choice in form.player3_influence }} {{ choice }} {{ endfor }} {% elif player.id_in_group == 4 %} {{ for choice in form.player4_influence }} {{ choice }} {{ endfor }} {% endif %}   Most

{% if player.id_in_group != 1 %}

{% player1_nickname %}

Least   {{ for choice in form.player1_influence }} {{ choice }} {{ endfor }}   Most

{% endif %} {% if player.id_in_group != 2 %}

{% player2_nickname %}

Least   {{ for choice in form.player2_influence }} {{ choice }} {{ endfor }}   Most

{% endif %} {% if player.id_in_group != 3 %}

{% player3_nickname %}

Least   {{ for choice in form.player3_influence }} {{ choice }} {{ endfor }}   Most

{% endif %} {% if player.id_in_group != 4 %}

{% player4_nickname %}

Least   {{ for choice in form.player4_influence }} {{ choice }} {{ endfor }}   Most

{% endif %}

AI Agent

Least   {{ for choice in form.ai_influence }} {{ choice }} {{ endfor }}   Most

Only press the Next button when you are ready to proceed.

{{ next_button }}
{{ endblock }}