{% extends "global/Page.html" %} {% load otree static %} {% block title %} Handedness Questionnaire {% endblock %} {% block content %}
Instructions: Answer the ten questions below regarding which hand you prefer to use in a number of different situations. Please check one box for each question, indicating whether you prefer to use the left hand, either hand, or right hand for that task. Only select the 'Either Hand' button if one hand is truly no better than the other. Please answer all questions, and even if you have had little experience with a particular task, try imagining doing that task and select a response.
{% for field in form %} {% for choice in field %} {% endfor %} {% endfor %}
{{ " " }} {{ "Left Hand" }} {{ "Either Hand" }} {{ "Right Hand" }}
{{ field.label }} {{ choice }}

{% next_button %} {% endblock %}