{% extends "global/Page.html" %} {% load otree static otree_tools %} {% block title %} Introduction {% endblock %} {% block content %}

In the first part of this study, you will take a short IQ test. The IQ test is designed to measure the test taker's reasoning ability and similar versions are used by multiple high-IQ societies as one of their admission tests.

The IQ test has {{ num_questions }} questions and you have {{ time_iq }} minutes to complete as many questions as possible. Your score is the number of correct answers minus the number of incorrect answers. You cannot go back to previous questions but you are allowed to skip a question. For each point you score, we will pay you {{ payment_per_point }} (and you cannot lose money).

When you press "Start IQ test" the test will start.

{% endblock %}