{% extends "global/Page.html" %} {% load otree static %} {% block title %} 実験後アンケート(その1) {% endblock %} {% block content %} 次の質問に答えてください。

ゲーム内のチャットに表示されていたあなたのニックネームを教えてください。 {% formfield player.name label='' %} あなたの年齢を教えてください。 {% formfield player.age label='' %} あなたの性別を教えてください。 {% formfield player.gender label='' %} {% next_button %} {% endblock %}