{{ extends 'global/Page.html' }} {{ block title }} {{ endblock }} {{ block content }}

Survey - Part 2:

Imagine you are grocery shopping and have {{ C.N_ITEMS }} items in your cart. Your goal is to complete the checkout process within a limited time frame. At the checkout area, you will have the choice between using a self-checkout or a cashier-checkout. The table below presents six questions, which differ in the scenario (2nd column) and the available checkout time (3rd column). For example, under question #1, you need to find and enter {{ player.information_scenario1 }} from a product table {{ player.table_scenario1 }}, and you must finish checking out 5 items within {{ player.timelimit_q1sec }} seconds. For each question, you will need to indicate your preferences for using self-checkout and cashier-checkout on a scale from 0% to 100% using a slider (4th column). You will need to click on the gray bar to activate the slider.

After completing the survey, one of the six questions will be randomly chosen, and you will be assigned to a checkout option (self or cashier) based on your preference for that question. If self-checkout option is assigned, you will need to enter the product information yourself, similar to the practice. If cashier-checkout is assigned, you don’t need to do anything - a “simulated” cashier will enter the product information for you. Note that the cashier takes some time to process all {{ C.N_ITEMS }} items, as specified in the table below (last column).

Regardless of which checkout option is assigned to you, if the checkout process is completed within the specified time (3rd column), you will earn an extra bonus of ${{ C.BONUS_PAY }}. Therefore, please take time and provide your honest preference for all six questions, as your answer will affect your performance and reward.

Checkout Preferences Survey
Question Scenario Descriptions Available checkout time for 5 items Self Checkout How likely (0-100%) are you to use
self-checkout vs. cashier-checkout?
(Click on each slider to answer)
Cashier Checkout Cashier's processing time for {{ C.N_ITEMS }} items
1 Scenario 1:
  • Enter

    {{ player.information_scenario1 }}

  • Items are

    {{ player.table_scenario1 }}

  • {{ player.timelimit_q1 }} Self-checkout
    %


    Cashier-checkout
    %
    {{ player.cashier_time_stmt_scenario1 }}
    2 {{ player.timelimit_q2 }} Self-checkout
    %


    Cashier-checkout
    %
    3 {{ player.timelimit_q3 }} Self-checkout
    %


    Cashier-checkout
    %
    4 Scenario 2:
  • Enter

    {{ player.information_scenario2 }}

  • Items are

    {{ player.table_scenario2 }}

  • {{ player.timelimit_q4 }} Self-checkout
    %


    Cashier-checkout
    %
    {{ player.cashier_time_stmt_scenario2 }}
    5 {{ player.timelimit_q5 }} Self-checkout
    %


    Cashier-checkout
    %
    6 {{ player.timelimit_q6 }} Self-checkout
    %


    Cashier-checkout
    %











































































































































































































































































    {{ endblock }}