{% extends "global/Page.html" %} {% load otree static %} {% block styles %} {% endblock %} {% block title %} Two Qualitative Questions {% endblock %} {% block content %}

How important is honesty to you?

{% formfield player.q2 label='' %}

Should PLAYER 1 be rewarded for honesty? How so?

{% formfield player.q3 label='' %} {% next_button %} {% endblock %}