{% extends "global/Page.html" %}
{% load otree %}
{% block title %}
Part 3
{% endblock %}
{% block content %}
{{ if player.feedback_interval == 5 }}
The average performance of people who ranked in the top 10 is:
{{ endif }} {{ if player.feedback_interval == 4 }}The average performance of people who ranked between 11-20 is:
{{ endif }} {{ if player.feedback_interval == 3 }}The average performance of people who ranked between 21-30 is:
{{ endif }} {{ if player.feedback_interval == 2 }}The average performance of people who ranked between 31-40 is:
{{ endif }} {{ if player.feedback_interval == 1 }}The average performance of people who ranked in the bottom 41-50 is:
{{ endif }}Please fill the table with the slider.