{% extends "global/Page.html" %} {% block title %}Comprehension Check{% endblock %} {% block content %} {# Generic banner if there are any errors #} {% if form.errors %} {% endif %}

Please answer the following questions about the instructions.

In this study, will all group members receive puzzles of the same difficulty level? {# Q1: difficulty similarity #} {{ formfield 'puzzle_similarity' }}
True or False: In each round, your performance will be ranked against your group members by {% if condition == "target_level" or condition == "target_nonlevel" %} the percentage of your target achieved. {% else %} the total number of points you earn. {% endif %} {# Q2: ranking rule #} {{ formfield 'performance_basis' }}
{{ next_button }}
{% endblock %}