{% extends "global/Page.html" %}
{% load otree %}
{% block title %}
Questionnaire: Page 2
{% endblock %}
{% block content %}
2. Please explain how you counted your assigned number in the number counting task. For example, did you count the number line by line, row by row, or using some other method? Please also explain how your number counting changed over time.
{% formfield player.serv_2 label="" %}
3. Please answer which option you would have chosen if you, instead of the computer, had been able to decide whether to reduce the earnings from spending time in the Game screen?
{% formfield player.serv_3 label="" %}
4. Please explain the reasoning behind your answer to the hypothetical question 3.
{% formfield player.serv_4 label="" %}
5. On what basis did you switch between the Task screen and the Game screen? How frequently did you play Tetris? Do you feel that playing Tetris affected your productivity when returning to the Task screen? Please explain.
{% formfield player.serv_5 label="" %}
| 6. {{ form.serv_6.label }} |
| Very Smooth |
{% for choice in form.serv_6 %}
{{ choice }} |
{% endfor %}
Very Frustrating |
7. Answer the following questions relating to Question 6.
(a) How did your feelings toward your two teammates affect your work on counting numbers? Please explain.
{% formfield player.serv_7a label="" %}
| (b) {{ form.serv_7b.label }} |
| Completely Agree |
{% for choice in form.serv_7b %}
{{ choice }} |
{% endfor %}
Completely Disagree |
| (c) {{ form.serv_7c.label }} |
| Completely Agree |
{% for choice in form.serv_7c %}
{{ choice }} |
{% endfor %}
Completely Disagree |
| 8. {{ form.serv_8.label }} |
| Very Clear |
{% for choice in form.serv_8 %}
{{ choice }} |
{% endfor %}
Very Unclear |
9. Were there surprises in the experiment? Please explain.
{% formfield player.serv_9 label="" %}
10. Please write any comments you may have in this blank space.
{% formfield player.serv_10 label="" %}
{% next_button %}
{% endblock %}