{{ block title }} Result of the AI usage - round 1 {{ endblock }} {{ block content }}
{{ if player.treatment_order == 'A' }}

In round 1, the randomly drawn threshold is {{ player.random_threshold_treatment }} points.

{{ else }}

In round 1, the randomly drawn threshold is {{ player.random_threshold_baseline }} points.

{{ endif }} {{ if player.treatment_order == 'A' }}

{{ if player.BDM_result_treatment == 1 }} Your bid in round 1 was high enough, you can use the AI! {{ if player.random_threshold_treatment < 2500 }}

You have thus spent {{ player.random_threshold_treatment }} points for using the AI system. The remaining {{ player.spec_endowment_treatment }} points of the extra amount will be paid to you at the end of the experiment.

{{ else }}

You have thus spent {{ player.random_threshold_treatment }} points for using the AI system. You have used up the whole extra amounts.

{{ endif }} {{ else }} Your bid was too low, you cannot use the AI in round 1.

You would have been willing to spend {{ player.BDM_treatment }} 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_treatment }} points at the end of the experiment.

{{ endif }} {{ else }}

{{ if player.BDM_result_baseline == 1 }} Your bid in round 1 was high enough, you can use the AI! {{ if player.random_threshold_baseline < 2500 }}

You have thus spent {{ player.random_threshold_baseline }} points for using the AI system. The remaining {{ player.spec_endowment_baseline }} points of the extra amount will be paid to you at the end of the experiment.

{{ else }}

You have thus spent {{ player.random_threshold_baseline }} points for using the AI system. You have used up the whole extra amounts.

{{ endif }} {{ else }} Your bid was too low, you cannot use the AI in round 1.

You would have been willing to spend {{ player.BDM_baseline }} 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_baseline }} points at the end of the experiment.

{{ endif }} {{ endif }}


{{ endblock }}