{% extends "global/Page.html" %} {% block title %}Guess your chance of winning a seat in school A {% endblock %} {% block content %}
This is round {{ player.round_number }}: belief task A
You are student {{ player.id_in_group }}
You and other students' score distribution is the following:
Student ID | Score Distribution | ||
---|---|---|---|
1/3 Chance | 1/3 Chance | 1/3 Chance | |
Student 1 | 100 | 90 | 75 |
Student 2 | 100 | 90 | 75 |
Student 3 | 95 | 80 | 65 |
Student 4 | 95 | 80 | 65 |
Student 5 | 85 | 70 | 60 |
Student 6 | 85 | 70 | 60 |
What is the percentage chance that you would win a school B or get rejected?
Click on the slider bar then drag to assess.
Please make a bet on school B as well
{% endblock %}