{% extends "global/Page.html" %} {% load otree static %} {% block title %} Situation {{ player.round_number }} of {{ Constants.num_rounds }} {% endblock %} {% block content %}
{{ player.question_label }}
{{ player.question_shame }} {% formfield player.answer_shame %} not likely                        very likely

{{ player.question_guilt }} {% formfield player.answer_guilt %} not likely                        very likely

{% next_button %} {% endblock %} {% block styles %} {% endblock %}