{% extends "global/Page.html" %} {% load otree static %} {% block title %} Comprehension Questions {% endblock %} {% block content %}
{% 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?" %}
{% 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?" %}