{% extends "global/Page.html" %} {% load otree %} {% load staticfiles otree_tags%} {% block title %} Quality Round {{player.round_number}} {% endblock %} {% block styles %} {% endblock %} {% block content %} {%if player.role == "Leader"%}

You are Seller B. Choose the quality of your product.

Also, submit a guess for quantity and quality the other Seller will choose and the quantity you will choose.

{{ form.vh.errors }} {{ form.vl_guess_1.errors }} {{ form.ph_guess_1.errors }} {{ form.pl_guess_1.errors }}
{#
#} {#

#} {# Move the handle or type the quality of your product (left slider).#} {#

#} {##} {#

#} {# You must also guess the value of quality of your competitor (right slider).#} {#

#} {##} {#

#} {# Once you have chosen the quality of your product and guess your competitor's quality, you can calculate the prices#} {# and demand for your product in the calculator located at the bottom of the page.#} {#

#} {#
#}

Choose your quality

({{ Constants.min_quality_high }} to {{ Constants.max_quality_high }})

Guess quality other Seller will choose

({{ Constants.min_quality_low }} to {{ Constants.max_quality_low }})

Guess quantity you will choose

({{ Constants.min_price_high }} to {{ Constants.max_price_high }})

Guess quantity the other Seller will choose

({{ Constants.min_price_low }} to {{ Constants.max_price_low }})

Simulate your payoff based on the values chosen in the left: {#

Your price:

#} {#

#} {#

Your competitor's price:

#} {#

#}

Your revenue:

Your cost:

Your payoff:

Other participant's payoff:


{% else %}

You are seller B. Choose the quality of your product.

Also, submit the quantity you would like to choose and submit the guess for quantity and quality the other Seller will choose.

{{ form.vh_guess_1.errors }} {{ form.vl.errors }} {{ form.ph_guess_2.errors }} {{ form.pl_guess_2.errors }}
{#
#} {#

#} {# Move the handle or type the quality of your product (left slider).#} {#

#} {##} {#

#} {# You must also guess the value of quality of your competitor (right slider).#} {#

#} {##} {#

#} {# Once you have chosen the quality of your product and guess your competitor's quality, you can calculate the prices#} {# and demand for your product in the calculator located at the bottom of the page.#} {#

#} {#
#}

Choose your quality

({{ Constants.min_quality_low }} to {{ Constants.max_quality_low }})

Guess quality other Seller will choose

({{ Constants.min_quality_high }} to {{ Constants.max_quality_high }})

Guess quantity you will choose

({{ Constants.min_price_low }} to {{ Constants.max_price_low }})

Guess quantity other seller will choose

({{ Constants.min_price_high }} to {{ Constants.max_price_high }})

Simulate your payoff based on the values chosen in the left: {#

Your price:

#} {#

#} {#

Your competitor's price:

#} {#

#}

Your revenue:

Your cost:

Your payoff:

Other participant's payoff:


{% endif %} {% next_button %} {% endblock %} {% block scripts %} {% endblock %}