{% load otree static %} {{ block title }} Influence Survey {{ endblock }} {{ block content }}
Round {{ player.round_number }} / {{ C.NUM_ROUNDS }}
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 %} |
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
{% if player.id_in_group != 1 %}{% player1_nickname %}
{% endif %} {% if player.id_in_group != 2 %}{% player2_nickname %}
{% endif %} {% if player.id_in_group != 3 %}{% player3_nickname %}
{% endif %} {% if player.id_in_group != 4 %}{% player4_nickname %}
{% endif %}AI Agent
Only press the Next button when you are ready to proceed.
{{ next_button }}