{% extends "global/Page.html" %} {% load otree static %} {% block title %}Final Bonus Draw{% endblock %} {% block content %}
Part II Bonus
{% if player.hl_is_selected %}

The question randomly selected for you is Question {{ player.hl_chosen_row }}.

★ Congratulations! You won an extra bonus of ${{ player.hl_won_prize }}.

{% else %}

Sorry, you didn't win the bonus in this part.

{% endif %}

Part III: Lottery Selection

We have randomly selected one lottery from the 9 choices you completed in Part III, with each choice having an equal probability of being chosen.

Selected: Choice {{ drawn_round }}

Gameplay for this round: {% if play_type == "轉盤" %}Spinner{% elif play_type == "拉霸" %}Slot Machine{% else %}Drawing a Number{% endif %}

Please click the button once to draw the prize.

{{ form.payoff_clicked }}
{% endblock %}