{% extends "global/Page.html" %} {% load otree static %} {% block title %} Post-Questionnaire - Guess {% endblock %} {% block content %}

The message from the other player is:


{{ other_player_message }}


Please guess whether the other player is a human player or a computer player. You can earn 5 points if guess correctly, and earn 0 points otherwise.

{% formfield player.guessp label=""%}

{% next_button %}




Instructions is listed below if you need to recall the details. {% include Constants.instructions_template %} {% endblock %}