{% extends "global/Page.html" %} {% load otree static %} {% block title %} The Task {% endblock %} {% block content %}

ABCDEFGHIJKLMNOPQRSTUVWXYZ

Given the task information above, please answer the following questions.

There are multiple pairs of Red Players and Blue Players playing the game simultaneously.
{% formfield player.man_task_q1 label="" %}
Your partner Red Player can also be the Red Player manager.
{% formfield player.man_task_q2 label=""%}
Suppose your partner Red Player sends you an accurate message, will you earn the most points if you believe, insure, or avert-risk?
{% formfield player.man_task_q3 label=""%}
Suppose your partner Red Player sends you an inaccurate message, will you earn the most points if you believe, insure, or avert-risk?
{% formfield player.man_task_q4 label=""%}
If you believe your partner Red Player's message, will your partner Red Player earn more points if he/she had sent a message that was accurate or inaccurate?
{% formfield player.man_task_q5 label=""%}

{% next_button %} {% endblock %}