{% extends "global/Page.html" %}
{% load staticfiles otree_tags %}
{% block title %}
Quiz
{% endblock %}
{% block content %}
{% formfield player.know_strategy with label="If you are the vintner, will you know the highest wholesale price, which the supermarket is willing to accept?" %}
{% formfield player.different_price with label="If you are the supermarket, can you accept a wholesale price, which is different from the highest wholesale price you are willing to accept?" %}
{% formfield player.vintner_revenue with label="Suppose the vintner offered a wholesale price of € 16.00 and the supermarket accepted. What was the vintners revenue?"%}
{% formfield player.vintner_payoff with label="Suppose the vintner reached a revenue of € 1,000. What was the vintners real payoff?"%}
{% next_button %}
{% include Constants.instructions_template %}
{% endblock %}