{% extends "global/Page.html" %} {% load otree %} {% block title %}Your Rank Estimate{% endblock %} {% block content %}

Based on your performance in the {% if is_control %}guessing{% else %}memory{% endif %} task, what do you think your rank is among the 250 participants?

Please select one option below.

{% for rank, low, high in ranks %} {% endfor %}
{{ formfield_errors 'rank_estimate' }}
{% next_button %}
{% endblock %}