{% extends "global/Page.html" %} {% load staticfiles otree_tags %} {% load staticfiles %} {% load otree static otree_tools %} {% block title %} More precisely, how many good news did you read about? How many bad news? {% endblock %} {% block content %} {% tracking_time %} {% tracking_focus %}

{{ form.num_positive_facts_choice.errors }} {{ form.num_negative_facts_choice.errors }} You should count each unique event only once, even if you have read about it in multiple newspapers. If you're exactly right, you will earn ${{ score_bonus }}. ${{ score_penalty }} will be subtracted for each point of difference between your answers and the correct ones. Note that the computer knows which fact you have read about and will compute your payments based on this. Do not worry about the stories you could not read.


There were positive facts:



There were negative facts:



{% next_button %}
{% endblock %} {% block scripts %} {% endblock %} {% block styles %} {% endblock %}