{% block title %} WTP Summary {% endblock %} {% block content %}

Below is a summary of the computed Willingness to Pay (WTP) values across all scenarios.

Positive values mean the participant prefers the option preferred by John. Negative values mean the participant prefers the alternative.

{% for s in summaries %} {% endfor %}
Scenario Original Label Fake Label WTP (Learns) WTP (Doesn't Learn) Category
{{ s.title }} {{ s.original_label }} {{ s.fake_label }} {{ s.Trad_wtp_display }} {{ s.ES_wtp_display }} {{ s.category }}
{% if last_good and second_good %}
Selected Scenarios for Follow-up

Last Good: {{ last_good.title }} ({{ last_good.category }})

Second Good: {{ second_good.title }} ({{ second_good.category }})

{% elif last_good %}

Last Good: {{ last_good.title }} ({{ last_good.category }})

No second scenario with a different classification was found.

{% else %}

No scenarios with a valid (non-Bad) classification were found.

{% endif %}
{% endblock %}