{% 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.

Surgery I:
1. Number of procedure requirements (0 = least, 10 = highest): 5
2. Your assessment of anesthesia complexity (-5 = least complex, 5 = most complex): -5
3. Number of anesthesia set-up requirements (0 = least, 10 = highest): 5
{% formfield player.initial_judgement label="What is your forecast for the duration of this surgery?

I would advise the hospital that this surgery duration will be" %} minutes.

Please press "Next" to continue.

{% next_button %} {% endblock %}