{% extends "global/Page.html" %} {% load otree %} {% load otree static otree_tools %} {% block title %} Comprehension questions Feedback {% endblock %} {% block content %} {% tracking_time %} {% tracking_focus %}
Here are your results of the comprehension question:
Individual B will be informed about the game and about how much I decided to allocate to him/her. {% if player.m_check_1 == 1 %}

You did select this item, but it is not correct.

This is the correct statement: Individual B will not be informed about the game and about how much you decided to allocate to him/her.

{% else %}

Correct! The statement above is false.

This is the correct statement: Individual B will not be informed about the game and about how much you decided to allocate to him/her.

{% endif %} {% endblock %}