{% 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 more token you allocate to one school choice, the more likely you think you would win the seat if you applied to School A.
What is the percentage chance that the selected box is Box L vs Box R?
Click on the slider bar then drag to assess.
% |
---|
You allocated token to school A.
You allocated token to school A.
There is % chance that you believeBox R was selected.
There is 10% chance that Box M was selected.
% |
---|
{% next_button %}
{% include Constants.instructions_template %} {% endblock %}