{% extends "global/Page.html" %}
{% load otree static %}
{% block title %} Instruction 3/3: Scenarios {% endblock %}
{% block content %}
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.
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 %}