{% extends "global/Page.html" %}
{% load otree %}
{% block title %}
Questionnaire about the task
{% endblock %}
{% block content %}
Below we have outlined 4 possible scenarios. Please describe how socially appropriate you think each behavior would be.
{% formfield player.ScenarionAA %}
{% formfield player.ScenarionAB %}
{% formfield player.ScenarionBA %}
{% formfield player.ScenarionBB %}
{% next_button %}
{% endblock %}