{{ block title }}
Result - Round 8
{{ endblock }} {{ block content }} {{ if player.TaskChoice_R8 == 2 }}

In round 8, you were working on the big grid.

{{ if player.count_R8_big < 3 }}

Since you only find {{ player.count_R8_big }} pairs that adds up to 100, you have failed the task in this round

{{ else }}

Since you have found {{ player.count_R8_big }} pairs that adds up to 100, you have worked out the task in this round and earned 4 tokens

{{ endif }} {{ else }}

In round 8, you were working on the small grid.

{{ if player.count_R8_small < 3 }}

Since you only find {{ player.count_R8_small }} pairs that adds up to 100, you have failed the task in this round

{{ else }}

Since you have found {{ player.count_R8_small }} pairs that adds up to 100, you have worked out the task in this round and earned 1 tokens

{{ endif }} {{ endif }}

If you are ready for the next round, please click on the next button.


{{ next_button }}
{{ endblock }}