{% extends "global/Page.html" %} {% load otree static %} {% block title %} Schooltime Final Answer Page {% endblock %} {% block content %} Words:
Mouse over the field to see the answers. Click to choose an answer. You may have to scroll down to see everything. None means no answer given. Remember, the correct answer is different than the three words in the problem.
{% for p in group.get_players %}Player {{p.id_in_group}} chose {{p.pair_choice}} with a confidence of {{p.confidence_first_answer}}%
Player {{p.id_in_group}} guessed {{p.guess1}} with a confidence of {{p.confidence1}}%
Player {{p.id_in_group}} guessed {{p.guess2}} with a confidence of {{p.confidence2}}%
Player {{p.id_in_group}} guessed {{p.guess3}} with a confidence of {{p.confidence3}}%
Player {{p.id_in_group}} chose {{p.pair_choice}} with a confidence of {{p.confidence_first_answer}}%
Player {{p.id_in_group}} guessed {{p.guess1}} with a confidence of {{p.confidence1}}%
Player {{p.id_in_group}} guessed {{p.guess2}} with a confidence of {{p.confidence2}}%
Player {{p.id_in_group}} guessed {{p.guess3}} with a confidence of {{p.confidence3}}%
Your final choice: