{{ block title }}
Result of the AI usage
{{ endblock }}
{{ block global_styles }}
{{ endblock }}
{{ block content }}
The randomly drawn threshold is {{ player.random_threshold_final }} points.
{{ if player.BDM_result_final == 1 }} Your bid in scenario {{ player.scenario }} was high enough, you can use the AI! {{ if player.random_threshold_final < 250 }}
You have thus spent {{ player.random_threshold_final }} points for using the AI system. The remaining {{ player.spec_endowment_final }} points of the extra amount will be paid to you at the end of the experiment.
{{ else }}You have thus spent {{ player.random_threshold_final }} points for using the AI system. You have used up the whole extra amounts.
{{ endif }} {{ else }} Your bid in scenario {{ player.scenario }} was too low, you cannot use the AI.You would have been willing to spend {{ player.BDM_final }} points for the use of the AI system. The amount will not be subtracted from you, and you will be paid the full extra amount of {{ player.spec_endowment_final }} points at the end of the experiment.
{{ endif }}