{% extends "global/Page.html" %}
{% load otree %}
{% block title %}
以下の質問に回答をお願い致します。
{% endblock %}
{% block content %}
{% formfield player.gender %}
{% formfield player.school_year %}
{% formfield player.ecnomic_class %}
{% formfield player.q4 %}
{% next_button %}
{% endblock %}