{% extends "global/Page.html" %} {% load otree static %} {% block title %} Comprehension Questions {% endblock %} {% block content %}
Please answer the following questions. You are required to answer all questions correctly in order to proceed to the actual experiment. Hints will be provided when your answer is incorrect. You can find the instruction of the experiment at the bottom of the page.

Consider the situation in which Retailer A orders 80 and Retailer B orders 100. You have a capacity of 100 products and a wholesale price is 1 token per product.

{% formfield player.q11 label = "Q1: What is the maximum sum of products that you can allocate?" %}

{% formfield player.q12 label = "Q2: If you allocate 40 products to Retailer A and 60 to Retailer B, how many tokens can you earn in total?" %}


Consider the situation in which Retailer A orders 40 and Retailer B orders 20. You have a capacity of 100 products and a wholesale price is 1 tokens per product.

{% formfield player.q21 label = "Q3: What is the maximum sum of products that you can allocate" %}

{% formfield player.q22 label = "Q4: If you allocate 40 products to retailer A and 20 to retailer B, how many tokens can you earn in total?" %}


{% next_button %}

Instructions


{% include Constants.instructions_template %} {% endblock %}