{% 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 questions:
Individual B will only be informed about the game if Individual A decides to play the game. {% if player.m_check_1 == 0 %}

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

Individual B will only be informed about the game if Individual A decides to play the game.

{% else %}

Correct!

The statement above is true. Individual B will only be informed about the game if Individual A decides to play the game.

{% endif %} Individual A can only distribute the points if he/she decides to play the game. {% if player.m_check_2 == 0 %}

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

Individual A can only distribute the points if he/she decides to play the game.

{% else %}

Correct!

The statement above is true. Individual A can only distribute the points if he/she decides to play the game.

{% endif %} {% next_button %} {% endblock %}