{% extends "TREATMENT_01/AppsBaseStyles.html" %} {% load otree static %} {% block styles %} {% endblock %} {% block title %} Abschlussaufgabe {% endblock %} {% block content %}
Bitte kommen Sie jetzt zum Ende!
Verbleibende Zeit: 3:00
Ihre Pro- und Contra-Sammlung ist nun fertig.

Bitte nominieren Sie jetzt noch jeweils für die Pro- und Contra-Seite ein Argument, das Sie am meisten überzeugt, indem Sie die jeweilige Nummer im Eingabefeld notieren. Hierfür haben Sie 3 Minuten Zeit.

{% if participant.vars.pro_argument_counter > 0 %} {% endif %} {% if participant.vars.con_argument_counter > 0 %} {% endif %}
Nummer
Das überzeugendste Pro-Argument für mich: {% formfield player.MOST_CONV_PRO_ARG %}
Das überzeugendste Contra-Argument für mich: {% formfield player.MOST_CONV_CON_ARG %}
{% for i, argument in arguments_table %} {% if participant.vars.pro_argument_counter > i or participant.vars.con_argument_counter > i %} {% endif %} {% endfor %}
Nr. Pro Kündigung Nr. Contra Kündigung
{{ argument.number.0 }} {% if participant.vars.pro_argument_counter > i %}
{{ argument.pro }}
{% endif %}
{{ argument.number.1 }} {% if participant.vars.con_argument_counter > i %}
{{ argument.con }}
{% endif %}
{% next_button %} {% endblock %} {% block scripts %} {% endblock %}