Recall: You belong to the
{{ if participant.group_assignment == C.GROUP_TRIANGLE }} triangle group, and thus you earn
{{if subsession.session.winning_color_triangle == 'red' }}
100 points for
red and 0 points for
blue .
{{ else }}
0 points for red and
100 points for blue .
{{ endif }}
{{ elif participant.group_assignment == C.GROUP_SQUARE }} square group and thus, you earn
{{if subsession.session.winning_color_triangle == 'red' }}
0 points for red and
100 points for blue .
{{ else }}
100 points for red and
0 points for blue.
{{ endif }}
{{ endif }}