{% extends "global/Page.html" %} {% load staticfiles otree_tags %} {% load staticfiles %} {% load otree static otree_tools %} {% block title %} Which of the following facts have you read about? {% endblock %} {% block content %} {% tracking_time %} {% tracking_focus %}
You will earn ${{ recall_bonus }} per correct fact remembered and lose ${{ recall_penalty }} per fact that you selected but was not reported about. But you cannot lose earning from other sections here: at worst, you will earn $0.0 from this task. Again, remember 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.


{% for field in form %} {% if forloop.counter|divisibleby:2 %} {% endif %} {% endfor %}

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