{% extends "global/Page.html" %} {% load staticfiles otree_tags %} {% block title %} 问卷 {% endblock %} {% block content %}

请在1-7之间选择最能说明你对机器人评价的数字


{{ formfield 'competent' label="能干程度" }} {{ formfield 'ignorant' label="无知程度" }} {{ formfield 'responsible' label="负责任程度" }} {{ formfield 'intelligent' label="聪明程度" }} {{ formfield 'sensible' label="理智程度" }} {% next_button %} {% endblock %}