{% extends "global/Page.html" %} {% load otree %} {% block head_title %} Study {% endblock %} {% block styles %} {% endblock %} {% block content %}
{% formfield 'age' label="What is your age?" %}
{% formfield 'sex' label="What is your gender?" %}
{% formfield 'nationality' label="What is your nationality?" %}
{% formfield 'first_language' label="What is your first language?" %}
{% formfield 'education_level' label="What is your current education level?" %}
{% formfield 'program_language' label="What is the language of your study program?" %}
{% formfield 'nonogram_before' label="Have you played Nonogram before?" %}
{% formfield 'others_before' label="Have you played other similar puzzle games before, for example, Sudoku?" %}