{% extends "global/Page.html" %} {% load otree static %} {% block title %} {% endblock %} {% block styles %} {% endblock %} {% block content %}
In this game we are going to present you a set of words that you will have to classify into groups. The goal is to classify the words as quickly as possible while making as few mistakes as possible.
The words and their categories are shown below.
| Category | Words |
|---|---|
| {{ main_1 }} | {% for item in main_1_keywords %} {% comment %}TODO: forloop counter if < 10 else remove ,{% endcomment %} {{ item }}, {% endfor %} |
| {{ main_2 }} | {% for item in main_2_keywords %} {{ item }}, {% endfor %} |
| {{ sub_1 }} | {% for item in sub_1_keywords %} {{ item }}, {% endfor %} |
| {{ sub_2 }} | {% for item in sub_2_keywords %} {{ item }}, {% endfor %} |
This game is played 7 rounds. The instructions change slightly with each turn, so be careful!