{% extends "global/Base.html" %} {% load staticfiles otree %} {% load static %} {% block title %} Quiz {% endblock %} {% block content %}
Your previous answer was incorrect. This is your 2nd out of 3 attempts. Please try the same question again:
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.quiz2a 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.quiz2b label="How many points do you win in this round?" %} {% next_button %} {% endblock %}