{% extends "global/Page.html" %} {% load otree static %} {{ block title }}
Spot The Differences Task
{{ endblock }} {{ block content }}
Loading chat…
This takes a few seconds on first load.
Find the 5 differences in the two pictures below.
This is the discussion stage, so you may only discuss — no answers will be submitted at this point.
Set 2
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 %} {% endif %}
Please do not reveal information about yourself.
{{ endblock }}