{% extends "global/Page.html" %} {% load otree static %} {{ block title }}
Spot The Differences Task
{{ endblock }} {{ block content }}
Loading task…
This takes a few seconds on first load.
Find the 5 differences in the two pictures below.
{% if player.participant.Ana_generation == 2 %} Please click on the grids on the left image to submit the answers (up to 5). {% else %} Your teammate is selected to submit answers for your team. Please wait. {% endif %}
Set 3
A
B
C
D
E
1
2
3
A
B
C
D
E
1
2
3
Chat Box
{% if chat_history %} {% for msg in chat_history %}
{{ msg.sender }}: {{ msg.chat }}
{% endfor %} {% else %}
No messages from the discussion stage.
{% endif %}
{{ endblock }}