{% 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 %}
Below are the facts you just selected. Please click on the facts that you read about several times, if any. You will earn ${{ recall_bonus }} per repetition correctly remembered and lose ${{ recall_penalty }} per fact that you selected but was not repeated or 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 how many times, and will compute your payments based on this.


{% for field in form %} {% endfor %}

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