{% extends "global/Page.html" %} {% load otree_tags %} {% block title %} Questions about the transcription task {% endblock %} {% block content %}
1. Imagine that you could do this kind of transcription task as a side-job (= bijbaantje)? How many euros per hour would you minimally want to earn to do this job?
Please fill in the number of euros you would minimally want to earn per hour in the field below.
{% formfield player.checkmoney with label='' %} euros per hour
2. How difficult did you find the transcription task?
(1 = Not difficult at all, 7 = Very difficult)
{% formfield player.checkdifficult with label='' %}
3. How annoying did you find the transcription task?
(1 = Not annoying at all, 7 = Very annoying)
{% formfield player.checkannoying with label='' %}
4. How boring did you find the transcription task?
(1 = Not boring at all, 7 = Very boring)
{% formfield player.checkboring with label='' %}
5. How much effort did it require to do the transcription task?
(1 = No effort at all, 7 = A lot of effort)
{% formfield player.checkeffort with label='' %}
6. How much time did it take to complete the transcription task?
(1 = Hardly any time, 7 = A lot of time)
{% formfield player.checktime with label='' %}
{% next_button %}
{% endblock %}