{% extends "global/Page.html" %} {% load otree static %} {% block title %} Survey 1 {% endblock %} {% block content %} {% include Constants.survey_template %}

First part:


Among the following questions, please choose one from A or B.
{% formfield 'risk1' %} {% formfield 'risk2' %} {% formfield 'risk3' %} {% formfield 'risk4' %} {% formfield 'risk5' %} {% formfield 'risk6' %} {% formfield 'risk7' %} {% formfield 'risk8' %} {% formfield 'risk9' %} {% formfield 'risk10' %}

Second part:


Among the following questions, please choose one from A or B.
{% formfield 'time_preference_today1_1' %} {% formfield 'time_preference_today1_2' %} {% formfield 'time_preference_today1_3' %} {% formfield 'time_preference_today1_4' %} {% formfield 'time_preference_today1_5' %} {% formfield 'time_preference_today1_6' %} {% formfield 'time_preference_today1_7' %}
Among the following questions, please choose one from A or B.
{% formfield 'time_preference_today5_1' %} {% formfield 'time_preference_today5_2' %} {% formfield 'time_preference_today5_3' %} {% formfield 'time_preference_today5_4' %} {% formfield 'time_preference_today5_5' %} {% formfield 'time_preference_today5_6' %} {% formfield 'time_preference_today5_7' %}
Among the following questions, please choose one from A or B.
{% formfield 'time_preference_tomorrow9_1' %} {% formfield 'time_preference_tomorrow9_2' %} {% formfield 'time_preference_tomorrow9_3' %} {% formfield 'time_preference_tomorrow9_4' %} {% formfield 'time_preference_tomorrow9_5' %} {% formfield 'time_preference_tomorrow9_6' %} {% formfield 'time_preference_tomorrow9_7' %}
Among the following questions, please choose one from A or B.
{% formfield 'time_preference_tomorrow30_1' %} {% formfield 'time_preference_tomorrow30_2' %} {% formfield 'time_preference_tomorrow30_3' %} {% formfield 'time_preference_tomorrow30_4' %} {% formfield 'time_preference_tomorrow30_5' %} {% formfield 'time_preference_tomorrow30_6' %} {% formfield 'time_preference_tomorrow30_7' %}
{# #} {# #} {# #} {# #} {# #} {#
#} {# 您更偏向于选择:#} {# {% formfield 'time_preference_today1_1' %}#} {# {% formfield 'time_preference_today1_2' %}#} {# {% formfield 'time_preference_today1_3' %}#} {# {% formfield 'time_preference_today1_4' %}#} {# {% formfield 'time_preference_today1_5' %}#} {# {% formfield 'time_preference_today1_6' %}#} {# {% formfield 'time_preference_today1_7' %}
#} {# 您更偏向于选择:#} {# {% formfield 'time_preference_tomorrow9_1' %}#} {# {% formfield 'time_preference_tomorrow9_2' %}#} {# {% formfield 'time_preference_tomorrow9_3' %}#} {# {% formfield 'time_preference_tomorrow9_4' %}#} {# {% formfield 'time_preference_tomorrow9_5' %}#} {# {% formfield 'time_preference_tomorrow9_6' %}#} {# {% formfield 'time_preference_tomorrow9_7' %}#} {#
#} {# 您更偏向于选择:#} {# {% formfield 'time_preference_today5_1' %}#} {# {% formfield 'time_preference_today5_2' %}#} {# {% formfield 'time_preference_today5_3' %}#} {# {% formfield 'time_preference_today5_4' %}#} {# {% formfield 'time_preference_today5_5' %}#} {# {% formfield 'time_preference_today5_6' %}#} {# {% formfield 'time_preference_today5_7' %}
#} {# 您更偏向于选择:#} {# {% formfield 'time_preference_tomorrow30_1' %}#} {# {% formfield 'time_preference_tomorrow30_2' %}#} {# {% formfield 'time_preference_tomorrow30_3' %}#} {# {% formfield 'time_preference_tomorrow30_4' %}#} {# {% formfield 'time_preference_tomorrow30_5' %}#} {# {% formfield 'time_preference_tomorrow30_6' %}#} {# {% formfield 'time_preference_tomorrow30_7' %}#} {#
#} {% next_button %} {% endblock %}