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

Final questions

Next, we would like to ask you some questions about your political views and your perception of your Twitter friends. We hear a lot of talk these days about liberals and conservatives. Here is a scale on which the political views that people might hold are arranged from extremely liberal to extremely conservative. Where would you place yourself, the people you follow on Twitter and the people who follow you on this scale?

{% for choice in form.debrief_ideology %} {% endfor %} {% for choice in form.debrief_ideologyTwitterFollowers %} {% endfor %} {% for choice in form.debrief_ideologyTwitterFollow %} {% endfor %}
Extremely liberal Liberal Slightly liberal Moderate Slightly conservative Conservative Extremely conservative
{{ form.debrief_ideology.label }}{{ choice }}
{{ form.debrief_ideologyTwitterFollowers.label }}{{ choice }}
{{ form.debrief_ideologyTwitterFollow.label }}{{ choice }}

Thank you for participating in our experiment. We are currently piloting the interface and would like your feedback. The questions below are optional, but your answers would be very useful in refining our research design. You will be entered into the lottery as described regardless of your answers below. Thank you!

Could you tell us if any of these factors play a role to influence your decision to select @{{selected_publisher}} over the other five recommendations we gave you in the study?

{% for choice in form.debrief_why_publisher_slant %} {% endfor %} {% for choice in form.debrief_why_publisher_popularity %} {% endfor %} {% for choice in form.debrief_why_publisher_truthsworthy %} {% endfor %} {% for choice in form.debrief_why_publisher_own_close %} {% endfor %} {% for choice in form.debrief_why_publisher_own_far %} {% endfor %} {% for choice in form.debrief_why_publisher_peers_close %} {% endfor %} {% for choice in form.debrief_why_publisher_peers_far %} {% endfor %}
{{ form.debrief_why_publisher_slant.label }}{{ choice }}
{{ form.debrief_why_publisher_popularity.label }}{{ choice }}
{{ form.debrief_why_publisher_truthsworthy.label }}{{ choice }}
{{ form.debrief_why_publisher_own_close.label }}{{ choice }}
{{ form.debrief_why_publisher_own_far.label }}{{ choice }}
{{ form.debrief_why_publisher_peers_close.label }}{{ choice }}
{{ form.debrief_why_publisher_peers_far.label }}{{ choice }}
{% formfield "debrief_why_publisher" %} {% formfield "debrief_why_publisher_any_other" %} {% formfield "debrief_tweet_scale" %} {% formfield "debrief_tweet_question" %} {% formfield "debrief_tweet_why" %} {% formfield "debrief_retweet_scale" %} {% formfield "debrief_retweet_scale_selected" %} {% formfield "debrief_instructions" %} {% formfield "debrief_summary_stat" %} {% formfield "debrief_technical_glitches" %}

{% next_button %}

{% endblock %} {% block scripts %} {% endblock %}