{{ 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 %}

Group {{ g_id }}

{% if show_ai_reasoning %} {% endif %} {% for item in group_items %} {% if show_ai_reasoning %} {% endif %} {% endfor %}
Participant ContributionAI suggestion AI reasoningDeduction
Player {{ item.player.id_in_subsession }} {{ item.player.contribution }}{{ item.player.ai_punishment_decision }} {{ item.player.ai_punishment_reasoning }}{% formfield item.field label="" %}
{% endfor %} {{ next_button }} {{ endblock }}