{% extends "global/Base.html" %} {% load staticfiles otree %} {% load static %} {% block title %} Quiz {% endblock %} {% block content %}

Attempt 1

Recall the following ways you can win points:

Suppose you are Participant N and you are placed in this configuration:

Nobody deletes any links from this configuration, and hence the round ends.

{% formfield player.quiz1a label="How many points do you win in this round?" %}

Suppose instead that you delete the link between yourself (N) and Participant K. Following your decision, Participant K deletes the link between Participant L and himself (K). Finally, Participant L deletes the link between himself and you (N).

As no links remain, the round ends.

{% formfield player.quiz1b label="How many points do you win in this round?" %} {% next_button %} {% endblock %}