{% block title %} Introduction {% endblock %} {{ block style }} {{ endblock }} {{ block content }}

Test Task

  1. Mark all letters "K" in the grid by clicking on them.
  2. Mark all letters "I" that appear directly to the left of a letter "K" in the grid ("I before K") by clicking on them.
  3. Indicate the numbers of "K"s that you have marked in the grid in the respective entry field on the bottom left.
  4. Indicate the numbers of "I before K"s that you have marked in the grid in the respective entry field on the bottom left.
  5. Click on the "Next"-button on the bottom to continue with the next grid.

{{ if participant.contract_group < 3 }}

For each grid that you work on, you can earn 50 points for each of the following:

  1. If you mark the correct number of “K”s in the grid
  2. If you mark the correct number of "I before K"s in the grid
  3. If you enter the correct number of “K”s into the entry field
  4. If you enter the correct number of “I before K”s into the entry field

{{endif}} {{ if participant.contract_group > 2 }}

For each grid that you work on, you can earn points according to the following rules:
The contract consists of two components, component A and B.

Your component A will be determined by:

  1. Every correctly solved “K” marked in the grid earns you 5 points.
  2. Every correctly solved “I before K” marked in the grid earns you 7 points.
  3. Every correct "number of K" entered into the entry field earns you 23 points.
  4. Every correct "number of I before K" entered into the entry field earns you 17 points.
Your component B will be determined by:
  1. 0,25 times component A-1, but only if the number of marked "K" is correct.
  2. 0,25 times component A-1, but only if the number of marked "I before K" is correct.
  3. 0,25 times component A-2, but only if the number of marked "K" is correct.
  4. 0,25 times component A-2, but only if the number of marked "I before K" is correct.
  5. Your component B will be multiplied with the factor 1.2 if the number of marked "K" and the number of marked "I before K" are both correct.

{{endif}}


{{ formfields }} {{ next_button }} {{ endblock }} {{ block script}} {{ endblock }}