{% extends "global/Page.html" %} {% load otree %} {% block title %} Original grade: You got {{ orig_correct }} out of {{ Constants.num_rounds }} questions correct. {% endblock %} {% block content %}
You got {{ orig_correct }} out of {{ Constants.num_rounds }} questions correct. Note that the computer randomly assigned a correct or incorrect to TWO of your answers.
As a result, there is some chance that the final score shown above is indeed your correct score, but there is also some chance that the shown score is lower than your actual score, and some chance that the shown score is higher than your actual score.
Given the original grade and the above information, please provide your best guess for the following questions. You may earn up to an additional $2 bonus payment if your guesses are accurate.
{% formfields %} {% next_button %} {% endblock %}