{% extends "global/Page.html" %} {% load otree static %} {% block title %} Please answer the following questions
{% endblock %} {% block content %}

Please answer these questions truthfully. Your answers to these questions will not affect your bonus payment.

{% if session_type == 'risk' %}

Did you use a calculator to help answer any of the lottery choice questions?

{% endif %} {% if session_type == 'beliefs' %}

Did you employ a calculator to help answer any of the earlier questions?

{% endif %} {% form.used_calc %}

For any of the previous estimation questions, did you do a search before giving an answer, e.g., by looking up relevant information on the internet?

{% form.looked_up_answer %}
{% next_button %}
{% endblock %}