{% extends "global/Page.html" %} {% load otree %} {% block title %} Twitter News Study {% endblock %} {% block content %}

Section II. Political Interest, Polarization and Knowledge

Next, we would like to ask you some additional questions about your political views.

{% formfield player.followsPolitics %} {% formfield player.voteLikely %} {% formfield player.closeParty %}

We would like to get your feelings toward the two major political parties in the U.S. and towards the president. After you read the name of a political party or person, please rate it on a scale from 0 to 10, where 0 means you strongly dislike that party or person and 10 means that you strongly like that party or person. Ratings between 5 and 10 mean that you like the party or person. Ratings between 0 and 5 mean that you dislike the party or person. You would rate the party or person at the 5 degree mark if you don't feel particularly warm or cold toward the party or person.

{{form.errors}} {% for choice in form.thermometerDemocratic %} {% endfor %} {% for choice in form.thermometerRepublican %} {% endfor %} {% for choice in form.thermometerBiden %} {% endfor %} {% for choice in form.thermometerTrump %} {% endfor %}
0 1 2 3 4 5 6 7 8 9 10
{{ form.thermometerDemocratic.label }}{{ choice }}
{{ form.thermometerRepublican.label }}{{ choice }}
{{ form.thermometerBiden.label }}{{ choice }}
{{ form.thermometerTrump.label }}{{ choice }}

Of the following news events, which ones do you think are true, and which ones do you think are false?

{% for choice in form.trueBidenCovid %} {% endfor %} {% for choice in form.trueBidenFacebook %} {% endfor %} {% for choice in form.trueBeatty %} {% endfor %} {% for choice in form.trueMerkel %} {% endfor %} {% for choice in form.trueShooting %} {% endfor %}
True False Don't know
{{ form.trueBidenCovid.label }}{{ choice }}
{{ form.trueBidenFacebook.label }}{{ choice }}
{{ form.trueBeatty.label }}{{ choice }}
{{ form.trueMerkel.label }}{{ choice }}
{{ form.trueShooting.label }}{{ choice }}
{% next_button %}

{% endblock %}