{{ block title }}Controller Decision{{ endblock }} {{ block content }} {% if treatment == 'humanAI_judge' %}
Check and adjust deduction points determined by predefined algorithmic rule for each player in your subgroup.
{% elif treatment == 'humanAI_judge_llm' %}Check and adjust deduction points determined by ChatGPT for each player in your subgroup.
{% else %}Assign deduction points (0-5) to each player in your subgroup.
{% endif %} {% for g_id, group_items in pgg_groups.items %}| Participant | Contribution | {% if show_ai_reasoning %}AI suggestion | AI reasoning | {% endif %}Deduction |
|---|---|---|---|---|
| Player {{ item.player.id_in_subsession }} | {{ item.player.contribution }} | {% if show_ai_reasoning %}{{ item.player.ai_punishment_decision }} | {{ item.player.ai_punishment_reasoning }} | {% endif %}{% formfield item.field label="" %} |