{{ block content }}

Summary

  • Recall: You earn 100 points for {% if participant.group_assignment == C.GROUP_TRIANGLE %} {{subsession.session.winning_color_triangle}} {% elif participant.group_assignment == C.GROUP_SQUARE %} {{subsession.session.winning_color_square}} {% endif %} marbles and 0 points for {% if participant.group_assignment == C.GROUP_TRIANGLE %} {{subsession.session.winning_color_square}} {% elif participant.group_assignment == C.GROUP_SQUARE %} {{subsession.session.winning_color_triangle}} {% endif %} marbles.
  • At the start of every block, the two urns are shuffled anew and then remain in their same position until the end of a given block.
{{ next_button }} {{ endblock }}