{% extends "global/Base.html" %} {% load staticfiles otree_tags %} {% block title %} Page title {% endblock %} {% block content %}

Übersicht

{% for p in player_in_all_rounds %} {% endfor %}
Runde Zahl richtig? Aufgabe richtig?
{{ p.subsession.round_number }} {% if p.load_correct %} Ja {% else %} Nein {% endif %} {% if p.default_correct %} Ja {% else %} Nein {% endif %}

Anzahl richtig gemerkter Zahlen: {{ total_payoff_load }}.

Anzahl richtig gelöster Aufgaben: {{ total_payoff_default }}.

{% next_button %} {% endblock %}