{% extends "global/Page.html" %}
{% load otree static %}
{% block title %}
Instruction 3/3: Scenarios
{% endblock %}
{% block content %}
Each round is a scenario question of the Assessment Task which shows the potential information you may receive about the drawn balls.
At the end of the experiment, we will check whether the actual information implemented by the computer matches with any of the {{num_rounds}} scenario questions.
If the actual information implemented by the computer MATCHES with any of the {{num_rounds}} scenario questions, your answer in that scenario question will be automatically used as your guess in the Assessment Task to determines your bonus based on the Bonus Rule.
If it does NOT MATCH, you will have to submit your guess manually in the Assessment Task, which determines your bonus based on the Bonus Rule.
Since anyone could be the actual one, you should treat every scenario question seriously.
Here is an example of scenario question to help you get familiar with the interface. The information in the actual tasks may vary.
By dragging the handle on the slider bar, the closer the handle to one box, the more likely you think the box is selected.
Suppose the following is the information about the drawn balls out of the selected box:
Given the info, 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.
| Box R |
|---|
|
|
|
% |
Once you click the next button, the comprehension check questions will start.