{{ extends "global/Page.html" }} {% block scripts %} {% endblock %} {% block styles %} {% endblock %} {{ block title }} Work Period Decision {{ endblock }} {{ block content }}

You have completed the first part of the work period. You may use the 2 remaining minutes (120 seconds) in any proportion you choose to complete work that either:

(1) increases your own total output for the period, or
(2) increases the total output of another employee in your group (of your choosing) for the period.

Please indicate how many seconds (out of 120) you wish to allocate to completing work for each option. If you choose to allocate time to the second option, please also select the employee in your group whose total output you wish to increase with any work completed during this time.

{% formfield player.p4_self_time %}   seconds to complete work that increases your total output
{% formfield player.p4_help_time %}   seconds to complete work that increases the total output of another employee
  If allocating time to the second option, which employee’s total output would you like to increase with any work completed during this time?
  {{if player.employee_label == 'A'}}


{{elif player.employee_label == 'B'}}


{{elif player.employee_label == 'C'}}


{{elif player.employee_label == 'D'}}


{{endif}}



Your total time for part 2 must add up to 120 seconds.
 

Your total time for part 2 must add up to 120 seconds. Please also choose an Employee whose total output you wish to increase with work completed during the time you have allocated for this purpose.
 

Please choose an Employee whose total output you wish to increase with work completed during the time you have allocated for this purpose.
 
{{ endblock }}