{% extends "global/Page.html" %} {% load otree static %} {% block styles %} {% endblock %} {% block content %}
{% if condition == 'aware' %}
You were in the K-aware condition — each round, K was drawn between {{ top_k_low }} and {{ top_k_high }} and shown during Stage 1.
{% else %}
You were in the K-blind condition — each round, K was drawn between {{ top_k_low }} and {{ top_k_high }} but not disclosed during Stage 1.
{% endif %}

Think back to how you allocated your {{ total_clicks }} clicks in Stage 1.

Describe your strategy: which candidates did you focus on, why, and how did you decide when to stop clicking on a candidate and move to another?

0 characters
{% endblock %} {% block scripts %} {% endblock %}