{% extends "global/Page.html" %} {% load otree static %} {% block title %} Handedness Questionnaire {% endblock %} {% block content %}
| {{ " " }} | {{ "Left Hand" }} | {{ "Either Hand" }} | {{ "Right Hand" }} |
|---|---|---|---|
| {{ field.label }} | {% for choice in field %}{{ choice }} | {% endfor %}