{% extends "global/Page.html" %} {% load otree static %} {% block title %} Round {{round_number}} {% endblock %} {% block content %} {% if player.round_number == 1 %} Because this is the first round, you will not receive any information about the average rating of the expert. Please click "Next" to continue. {% else %}
In this round, the average rating on your matched expert is:

{{ view_rating }}



(1 the worst, 5 the best)



{% endif %} {% next_button %} {% endblock %}