{% extends "global/Page.html" %} {% load otree static %} {% block title %} Study Feedback {% endblock %} {% block content %}

The correct match to {{player.presented_word}} was {{player.correct_match}} and you chose {{player.pair_choice}}

{% if player.pair_choice == player.correct_match %} Good job! You got it correct. {% else %} Sorry! You were not correct. {% endif %} {{ form.errors }} {% next_button %} {% endblock %}