{% extends "global/Page.html" %} {% load otree static %} {% block title %} Instruction 3/3: Scenarios {% endblock %} {% block content %}

EXAMPLE


Here is an example of scenario question.

By dragging the handle on the slider bar, the closer the handle to one box, the more likely you think the box is selected.

Example
Suppose you see the following information about the set of balls drawn out of the selected box.

Possible fraction of
among the number of draws out of Box L VS Box R

What is the percentage chance that the selected box is Box L vs Box R?

Click on the slider bar then drag to assess.

Box L

There is % chance that Box L was selected.

There is % chance that Box R was selected.

There is 10% chance that Box M was selected.

Box R

{% next_button %}

{% include Constants.instructions_template %} {% endblock %}