{% extends "global/Page.html" %} {% load otree static %} {% block title %} Stage 2 (of 2): Predicting Surgery Durations | Surgery {{ round_number }} (of 20) {% endblock %} {% block content %} Now that you have reviewed the 30 historical surgery durations, we ask that you help the hospital system predict the durations for 20 future surgeries by answering a question.

Treatment 1:
Your initial prediction: {{ initial_judgement }}
The prediction of the hospital system: 239 minutes
Your final prediction: {% formfield player.second_judgement label=""%}
Treatment 2:
Your initial prediction: {{ initial_judgement }}
The prediction of the hospital system 1: 237 minutes
The prediction of the hospital system 2: 240 minutes
The prediction of the hospital system 3: 241 minutes
Your final prediction: {% formfield player.second_judgement label=""%}
Treatment 3:
Your initial prediction: {{ initial_judgement }}
The prediction of the hospital system 1: 237 minutes
The prediction of the hospital system 2: 240 minutes
The prediction of the hospital system 3: 241 minutes
The prediction of the hospital system 4 (average of system 1-3): 239 minutes
Your final prediction: {% formfield player.second_judgement label=""%}

Please make your final prediction for the duration of surgery {{ round_number }} in minutes and press "Next" to continue.

{% endblock %}