{% extends "global/Page.html" %}
{% load otree static %}
{% block title %}
実験後アンケート(その2)
{% endblock %}
{% block content %}
今回の実験の感想を教えてください。
{% formfield player.feedback label='' %}
あなたは今、気分が良いですか?
{% formfield player.happy label='' %}
{% next_button %}
{% endblock %}