{% extends "global/Page.html" %} {% load staticfiles otree_tags %} {% block title %} Motive Questionnaire {% endblock %} {% block content %}
Below are a number of questions about your motives in the puzzle-pieces task. Please answer each question on a scale from 1 to 7 (1 = to a small extent, 7 = to a large extent).
Question 1:
{% formfield player.motive_1 with label="To what extent did you try to earn as many points as possible in the task?" %}
Question 2:
{% formfield player.motive_2 with label="To what extent did you try to earn more points than the other participants in the task?" %}
Question 3:
{% formfield player.motive_3 with label="To what extent did you try to make fair decisions in the task?" %}
Question 4:
{% formfield player.motive_4 with label="To what extent did you feel that you deserved less points than the other participants?" %}
Question 5:
{% formfield player.motive_5 with label="To what extent did you adjust your decisions to the choices of the other participants?" %}
Question 6:
{% formfield player.motive_6 with label="To what extent did you try to make sure that the other participants would earn less points than you?" %}
Question 7:
{% formfield player.motive_7 with label="To what extent did you try to make sure that all three participants (including you) would earn an equal amount of points?" %}
Question 8:
{% formfield player.motive_8 with label="To what extent did you feel that you were entitled to earn more points than the other participants?" %}
{% next_button %} {% endblock %}