{{ block title }}Test Case {{ endblock }} {{ block content }}

You have a chance to do a test run before the real experiment. The map in this test case is different than what you will see in the actual experiment, but this gives you an idea of the experiment.

neighbors' prices
{% if player.instruction_version == 'b' %}
Price ($) Predicted Probability
of Booking
30 -
40 -
50 -
60 -
70 -
80 -
90, AI suggested -
100 -
120 -
140 -
150 -
{% endif %} {% if player.instruction_version == 'c' %} {% for item in data %} {% if item.day == 'Mon' %} {% endif %} {% endfor %}
Prices Predicted Probability
of Booking
{{ 100 }} -
120 -
{{ 140 }} -
160, AI suggested {{item.probability1}}
180 -
200 -
220 -
240 -
260 -
280 -
300 -
{% endif %} {% if player.instruction_version == 'd' %} Here is the AI's price prediction for your place. Remember, the AI is uncertain about your booking cost. {% for item in data %} {% if item.day == 'Mon' %} {% endif %} {%endfor%}
Day Algorithm Suggested Price Range Probability of Booking Range Select Price
{{ 120 }} {{ 70 }} "yes"
{% endif %} {% if player.instruction_version == 'e' %} Here is the AI's price prediction for your place. Remember, the AI is uncertain about your booking cost. {% for item in data %} {% if item.day == 'Mon' %} {% endif %} {%endfor%}
Day Algorithm Suggested Price Range
Mon Jan 22nd {{ item.price_range1 }}
{% endif %}

Please enter your price in dollars $ amount

{{ next_button }} {{endblock}}