{% extends "global/Page.html" %} {% load otree static %} {% block title %} Quiz {% endblock %} {% block content %}

Question 1

If the number of donated B units is less than the number of players with vouchers who have B unit failure, will players without vouchers who have B unit failure get a donation?

{% formfield player.quiz1 label="" %}

Question 2

If the number of donated B units is more than the number of players with vouchers who have B unit failure, will players without vouchers who have B unit failure get a donation?

{% formfield player.quiz2 label="" %} {% next_button %} {% include Constants.instructions_template %} {% endblock %}