{% extends "global/Page.html" %} {% load otree %} {% block title %} Questionnaire {% endblock %} {% block content %}


Please fill out the following questionnaire. Please read each question carefully and answer it truthfully.

Once you have answered all questions, please press the "Next" button on your screen. The experiment will continue as soon as all participants have completed the questionnaire.



{% formfield player.q_age %}
{% formfield player.q_female %}
{% formfield player.q_work %}
{% formfield player.q_news %}
{% formfield player.q_degree %}

There is no right or wrong answer to the following questions. Your response should only reflect your own preferences.

Please tell us, in general, how much do you agree with the following statement.
Use a scale from 1 to 7, where 1 means I completely disagree and 7 means I completely agree.


{% formfield player.q_risk_aversion_1 %}
{% formfield player.q_risk_aversion_2 %}
{% formfield player.q_risk_aversion_3 %}
{% formfield player.q_risk_aversion_4 %}
{% formfield player.q_risk_aversion_5 %}
{% formfield player.q_risk_aversion_6 %}
{% formfield player.q_algo_aversion_1 %}
{% formfield player.q_algo_aversion_2 %}
{% formfield player.q_algo_aversion_3 %}
{% formfield player.q_tech_anxiety_1 %}
{% formfield player.q_tech_anxiety_2 %}
{% formfield player.q_tech_anxiety_3 %}
{% formfield player.q_tech_anxiety_4 %}

For the following questions, please indicate the statement, which best describes your answer.


{% formfield player.q_finance_1 %}
{% formfield player.q_finance_2 %}
{% formfield player.q_finance_3 %}

There is no right or wrong answer to the following questions. Your response should only reflect your own preferences.

Please decide for each of the six lotteries whether you want to accept (that is, play the lottery) or reject it (and receive nothing).


{% formfield player.q_loss_aversion_1 %}
{% formfield player.q_loss_aversion_2 %}
{% formfield player.q_loss_aversion_3 %}
{% formfield player.q_loss_aversion_4 %}
{% formfield player.q_loss_aversion_5 %}
{% formfield player.q_loss_aversion_6 %}
{% formfield player.q_cs_study %}
{% formfield player.q_coding_skill %}
{% formfield player.q_subscr %}


{% next_button %} {% endblock %}