{% extends "global/Page.html" %} {% load staticfiles otree %} {% load i18n %} {# ****************************************************************************************************************** #} {# *** STYLES *** #} {# ****************************************************************************************************************** #} {% block styles %} {% endblock %} {# ****************************************************************************************************************** #} {# *** TITLE *** #} {# ****************************************************************************************************************** #} {% block title %} {% endblock %} {% block content %}
For the remaining part of the survey, we will ask questions that require your responses using sliders. For this part, we would like you to get some practice using sliders. Suppose that Bob's optimal guess on the number of raining days for the next 30 days is 6 days, and he believes that the probability that the number of actual raining days in the next 30 days falls in between 3 days and 9 days is 75%
1. Please move the slider to indicate Bob's optimal guess on the number of days that will be raining in the next 30 days
{{ formfield_errors 'slider_prac' }}2. Please move the slider to indicate how certain Bob is that the actual number of raining days in the next 30 days is between 3 days and 9 days
{{ formfield_errors 'slider_prac_uncer' }} {% next_button %} {% endblock %}