{% extends "global/Page.html" %} {% load otree %} {% block styles %} {% endblock %} {% block title %} Questionnaire {% endblock %} {% block content %}
Consider the following choice situation.
| L | R | ||||
|---|---|---|---|---|---|
| U | {% if player.roles_reversed == 0 %} 200 {% endif %} {% if player.roles_reversed == 1 %} 260 {% endif %} | {% if player.roles_reversed == 0 %} 170 {% endif %} {% if player.roles_reversed == 1 %} 200 {% endif %} | |||
| {% if player.roles_reversed == 0 %} 260 {% endif %} {% if player.roles_reversed == 1 %} 200 {% endif %} | {% if player.roles_reversed == 0 %} 230 {% endif %} {% if player.roles_reversed == 1 %} 170 {% endif %} | ||||
| D | {% if player.roles_reversed == 0 %} 170 {% endif %} {% if player.roles_reversed == 1 %} 230 {% endif %} | {% if player.roles_reversed == 0 %} 230 {% endif %} {% if player.roles_reversed == 1 %} 140 {% endif %} | |||
| {% if player.roles_reversed == 0 %} 200 {% endif %} {% if player.roles_reversed == 1 %} 170 {% endif %} | {% if player.roles_reversed == 0 %} 140 {% endif %} {% if player.roles_reversed == 1 %} 230 {% endif %} | ||||
1. Rank the four possible outcomes according to your preferences. Assign 1 to your most preferred outcome, assign 2 to your second-most preferred outcome, and so on. If you are indifferent between two or more outcomes, assign the same number to all of them. Note that the ranking does not affect your earnings in any way.
| You prefer... | Most | Least | ||
|---|---|---|---|---|
| 1 | 2 | 3 | 4 | |
| {{ field.label }} | {% for choice in field %}{{ choice.tag }} | {% endfor %}
2. Provide your best estimate of a randomly selected interaction partner's ranking of the four possible outcomes. Assign 1 to his or her most preferred outcome, assign 2 to his or her second-most preferred outcome, and so on. If you believe that your interaction partner is indifferent between two or more outcomes, assign the same number to all of them. Note that the ranking does not affect your earnings in any way.
| Your interaction partner prefers... | Most | Least | ||
|---|---|---|---|---|
| 1 | 2 | 3 | 4 | |
| {{ field.label }} | {% for choice in field %}{{ choice.tag }} | {% endfor %}