{% extends "global/Page.html" %}
{% load otree static %}
{% block title %}
Results
{% endblock %}
{% block content %}
The number of correct answers is {{ player.correct }}.
You earned {{ Earnings }}.
The correct answer is:
Member A receives 2 first place votes and 1 second place vote.
Member B receives 2 second place votes and 1 third place vote.
Member C receives 1 first place and 2 third place votes.
The member will be elected is {{ Constants.sol1 }}
{% next_button %}
{% endblock %}