{{ block title }} Feedback {{ endblock }} {{ block content }}

Find below the letters you have correctly decrypted in the previous task:

{{ if player.letter_diff_1 == 1 and player.letter_diff_2 == 1 and player.letter_diff_3 == 1 }}

A = 1

{{ endif }} {{ if player.letter_diff_4 == 9 and player.letter_diff_5 == 9 }}

N = 9

{{ endif }} {{ if player.letter_diff_6 == 5 and player.letter_diff_7 == 5 }}

F = 5

{{ endif }} {{ if player.letter_diff_8 == 6 and player.letter_diff_9 == 6 }}

S = 6

{{ endif }} {{ if player.letter_diff_10 == 4 and player.letter_diff_11 == 4 and player.letter_diff_12 == 4 }}

K = 4

{{ endif }}

Your variable payoff for this task is {{ player.payoff }}

{% next_button %}

{% endblock %}