{{ block title }}Round {{ round_number }} — Feedback{{ endblock }} {{ block content }}
Round {{ round_number }} of 5 — Results & AI Feedback
Round Summary
AI Recommendation PA Choice Team Decision (SA)
{{ ai_recommendation }} {{ pa_choice }} {{ sa_choice }} {% if sa_choice == ai_recommendation %}
✓ Aligned with AI {% else %}
≠ Diverged from AI {% endif %}
{% if is_high %}
Performance Gap Analysis (Δw)

Δw measures the weighted distance between the team's choice and the AI's optimal recommendation. A value of 0 means perfect alignment; higher values indicate greater divergence.

Purchasing Criteria Gap (PA)
Δw = {{ dw_pa }}
{% if dominant_pa %}
Dominant gap: {{ dominant_pa }}
{% else %}
No gap — optimal choice!
{% endif %}
CSR Criteria Gap (SA)
Δw = {{ dw_sa }}
{% if dominant_sa %}
Dominant gap: {{ dominant_sa }}
{% else %}
No gap — optimal choice!
{% endif %}
{% endif %}
🤖 AI System Feedback
{% if is_high %} {% for paragraph in feedback_paragraphs %}

{{ paragraph }}

{% endfor %} {% else %}

{{ feedback_text }}

{% endif %}
{% if round_number == 4 %} This was the last feedback round. The final round will be followed by a short survey. {% else %} Round {{ next_round_number }} will begin next. Click Continue when ready. {% endif %}
{{ next_button }}
{{ endblock }}