{{ block title }} Round {{ subsession.round_number }} {{ endblock }} {{ block content }}
This app shows how you can chain methods like .in_all_rounds()
with group.get_players(), player.get_others_in_group(),
etc, to get the history of other players in different ways.
My current partner: player {{ partner.id_in_subsession }}
| Round | contribution |
|---|---|
| {{ p.round_number }} | {{ p.contribution }} |
| Round | Player | contribution |
|---|---|---|
| {{ p.round_number }} | {{ p.id_in_subsession }} | {{ p.contribution }} |