{{ block title }} Feedback {{ endblock }} {{ block content }} {{ if player.letter_veasy_1 == player.participant.le_1 and player.letter_veasy_2 == player.participant.le_1 and player.letter_veasy_3 == player.participant.le_1 and player.letter_veasy_4 == player.participant.le_1 and player.letter_veasy_5 == player.participant.le_1 and player.letter_veasy_6 == player.participant.le_1 and player.letter_veasy_7 == player.participant.le_2 and player.letter_veasy_8 == player.participant.le_2 and player.letter_veasy_9 == player.participant.le_2 and player.letter_veasy_10 == player.participant.le_2 and player.letter_veasy_11 == player.participant.le_2 and player.letter_veasy_12 == player.participant.le_2}}

Well done! You have correctly encrypted the previous letter series

{{ else }}

You made one or more mistakes - try again.

{{ endif }}

Your current wage amounts to {{ total_payoff }}

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

{{ if player.letter_veasy_1 == player.participant.le_1 and player.letter_veasy_2 == player.participant.le_1 and player.letter_veasy_3 == player.participant.le_1 and player.letter_veasy_4 == player.participant.le_1 and player.letter_veasy_5 == player.participant.le_1 and player.letter_veasy_6 == player.participant.le_1 }}
  • A = {{player.participant.le_1}}
  • {{ endif }} {{ if player.letter_veasy_7 == player.participant.le_2 and player.letter_veasy_8 == player.participant.le_2 and player.letter_veasy_9 == player.participant.le_2 and player.letter_veasy_10 == player.participant.le_2 and player.letter_veasy_11 == player.participant.le_2 and player.letter_veasy_12 == player.participant.le_2 }}
  • N = {{player.participant.le_2}}
  • {{ endif }} {% next_button %}

    {% endblock %}