{% extends "global/Page.html" %} {% load otree static %} {% block title %} Round {{ round_number }} {% endblock %} {% block content %} {% if player.activeness == 1 %} In this round, you are matched with a ACTIVE client. This means that he/she may NOT always follow your recommended solution. {% endif %} {% if player.activeness == 2 %} In this round, you are matched with a PASSIVE client. This means that he/she will always follow your recommended solution. {% endif %} Please choose one of the six accuracy levels below to conduct the diagnosis.

The client will NOT be able to observe your accuracy level.

{% for choice in form.precision_choice %} {% endfor %}
Diagnostic Accuracy {{ choice }}
Cost of Diagnosis in Tokens 0 1 4 9 16 25


{% next_button %} {% endblock %}