{% extends "global/Page.html" %} {% load otree static %} {% block title %} Questions about article 1 {% endblock %} {% block content %}
{% if player.media_treatment == 'neutral' %} Statement 1: The governing party believes the country has unemployment under control
Statement 2: The governing party has no criticism from the opposition party relating to unemployment {% endif %} {% if player.media_treatment == 'disc' %} Statement 1: Filippo Bianchi feels that Giulia is too emotional to understand that the government has unemployment under control
Statement 2: Filippo Bianchi does not mention Giulia or her party {% endif %} {% if player.media_treatment == 'counter' %} Statement 1: Filippo Bianchi agrees with the employment policies of Giulia Alfonsi, that she enforced when her party was governing
Statement 2: Filippo Bianchi thinks all employment policies from the old government should be replaced {% endif %}
{% formfield player.s1q1 %} {% formfield player.s1q2 %} {% next_button %} {% endblock %}