{% extends "global/Page.html" %} {% load otree static %} {% block title %} Task {{round}} of {{num_questions}}
{% endblock %} {% block content %}
With probability {{player.lottery_probability}}% : Get $ {{ player.lottery_amount }}
With probability {{player.lottery_loss_prob}}% : Get $ 0

How much is the lottery above worth to you?

A {{ player.lottery_probability }}% chance of winning ${{ player.lottery_amount }} is worth as much to me as getting $ for sure.

{% next_button %}
{% endblock %}