{% extends "global/Page.html" %} {% load otree static %} {% block title %} Questions about article 2 {% endblock %} {% block content %} {% formfield player.s2q1 %}
{% if player.media_treatment == 'counter' %} Sofia Cancio will definitely compete in the next election, because she believes everyone with strong political goals and beliefs should try to be the one to bring these into politics. {% endif %} {% if player.media_treatment == 'disc' %} Sofia Cancio will probably not compete in the next election, because she does not think she would be able to achieve her political goals. {% endif %} {% if player.media_treatment == 'neutral' %} The party will probably not compete in the next election, since their primary question, employment, is no longer a big concern. {% endif %}
{% formfield player.s2q2 %} {% next_button %} {% endblock %}