{% 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"%}

Choose the quality of your product.

Also, submit the price you would like to choose and submit the guess for price and quality the other Seller 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 price you will choose

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

Guess price 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 %}

Choose the quality of your product.

Also, submit the price you would like to choose and submit the guess for price 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.#} {#

#} {#
#}

Guess quality other Seller will choose

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

Choose your quality

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

Guess price you will choose

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

Guess price 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:


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