{{ block styles }}
{{ endblock }}
- Your listing has 4 bedrooms and 4.2 ratings.
- Your set price should be greater than {{player.cost_version_1}}$.
This is the cost of cleaning and utilities
for each day someone stays at your place.
- You want to price your listing Monday, March 27th.

{% if player.instruction_version == 'b' %}
Here is the AI's price predicition for your place. Remember, the AI is uncertain about your booking cost.
| Day |
Algorithm Suggested Price |
{% for item in data %}
{% if item.day == 'Sun' %}
| Sun March 27th |
{{ item.price2 }} |
{% endif %}
{% endfor %}
{% endif %}
{% if player.instruction_version == 'c' %}
Here is the AI's price predicition for your place. Remember, the AI is uncertain about your booking cost.
| Day |
Algorithm Suggested Price |
Probability of Booking |
{% for item in data %}
{% if item.day == 'Sun' %}
| Sun March 27th |
{{ item.price2 }} |
{{ item.probability2 }} |
{% endif %}
{% endfor %}
{% endif %}
{% if player.instruction_version == 'd' %}
Here is the AI's price predicition for your place. Remember, the AI is uncertain about your booking cost.
| Day |
Algorithm Suggested Price Range |
Probability of Booking Range |
{% for item in data %}
{% if item.day == 'Sun' %}
| Sun March 27th |
{{ item.price_range2 }} |
{{ item.prob_range2 }} |
{% endif %}
{%endfor%}
{% endif %}
{% if player.instruction_version == 'e' %}
Here is the AI's price predicition for your place. Remember, the AI is uncertain about your booking cost.
| Day |
Algorithm Suggested Price Range |
{% for item in data %}
{% if item.day == 'Sun ' %}
| Sun March 27th |
{{ item.price_range2 }} |
{% endif %}
{%endfor%}
{% endif %}
Please enter your price in dollars $ amount
{{next_button id="id_submit_button" }}