{{ extends 'global/Page.html' }} {{ block title }} {{ endblock }} {{ block content }}
Question 2 is chosen
{{ if player.co_method == "Self checkout" }}•
Self checkout
is assigned.
• If the checkout process is completed within {{ if player.treatment_group == 1 }}{{ C.TIMELIMIT_EASY_MEDIUM }}{{ endif }}{{ if player.treatment_group == 3 }}{{ C.TIMELIMIT_EASY_MEDIUM }}{{ endif }}{{ if player.treatment_group == 2 }}{{ C.TIMELIMIT_DIFF_MEDIUM }}{{ endif }}{{ if player.treatment_group == 4 }}{{ C.TIMELIMIT_DIFF_MEDIUM }}{{ endif }} seconds, you will receive an extra ${{ C.BONUS_PAY }} bonus.
• You need to enter {{ player.information_scenario1 }} for {{ C.N_ITEMS }} items.
• Items in the product table are {{ player.table_scenario1 }}.
{{ endif }} {{ if player.co_method == "Cashier checkout" }}•
Cashier checkout
is assigned.
• If the checkout process is completed within {{ if player.treatment_group == 1 }}{{ C.TIMELIMIT_EASY_MEDIUM }}{{ endif }}{{ if player.treatment_group == 3 }}{{ C.TIMELIMIT_EASY_MEDIUM }}{{ endif }}{{ if player.treatment_group == 2 }}{{ C.TIMELIMIT_DIFF_MEDIUM }}{{ endif }}{{ if player.treatment_group == 4 }}{{ C.TIMELIMIT_DIFF_MEDIUM }}{{ endif }} seconds, you will receive an extra ${{ C.BONUS_PAY }} bonus.
• A “simulated” cashier will enter the information of the {{ C.N_ITEMS }} items for you.
• The cashier takes {{ player.cashier_time_stmt_scenario1 }} to complete all {{ C.N_ITEMS }} items.
{{ endif }}Please click the button below to enter the checkout game.