{% extends "global/Page.html" %} {% load otree %} {% block title %} {% if participant.language == 'en' %} FUNI - Part 2 {% elif participant.language == 'de' %} FUNI - 2. Teil {% endif %} {% endblock %} {% block content %}

{% if participant.language == 'en' %}Instructions{% else %}Instruktionen{% endif %}

{% if participant.language == 'en' %}Encoding Task{% else %}Kodieraufgabe{% endif %}

{% if participant.language == 'en' %}

In Phase 2 you encode combinations of letters ("words") into numbers using a coding table displayed on your screen. Each "word" consists of 3 capital letters. For each letter you enter the corresponding 3-digit number from the table.

The coding table is always visible — you do not need to memorise it.

Example

For better illustration, consider the following screenshot:

Encoding task example

In this example the participant has already completed three "words" correctly. The three capital letters shown must be encoded using the table below each letter. The solution follows directly from the table.

The screen also shows:

{% else %}

In Phase 2 kodieren Sie Buchstabenkombinationen ("Wörter") in Zahlen mithilfe einer Kodiertabelle, die während der gesamten Aufgabe auf Ihrem Bildschirm angezeigt wird. Jedes "Wort" besteht aus 3 Großbuchstaben. Für jeden Buchstaben geben Sie die entsprechende 3-stellige Zahl aus der Tabelle ein.

Die Kodiertabelle ist immer sichtbar — Sie müssen sie nicht auswendig lernen.

Beispiel

Betrachten Sie zur besseren Veranschaulichung das folgende Bild:

Kodieraufgabe Beispiel

In diesem Beispiel hat der*die Teilnehmer*in bereits drei "Wörter" korrekt abgeschlossen. Die drei angezeigten Großbuchstaben müssen anhand der Tabelle unter jedem Buchstaben kodiert werden. Die Lösung ergibt sich unmittelbar aus der Tabelle.

Der Bildschirm zeigt außerdem:

{% endif %}

{% if participant.language == 'en' %}How to Proceed{% else %}Vorgehensweise{% endif %}

{% if participant.language == 'en' %}
  1. Click on the field under the first capital letter and enter the corresponding number.
  2. Repeat for the second and third letters.
  3. Click OK to submit the block.
  4. You can only enter numbers — no letters or other characters are accepted.
  5. The computer checks your entries automatically:
    • Correct → the next block appears immediately and your completed-block counter increases by 1.
    • Error → you see an error message. Correct your entry and click OK again. The block is only counted once it is correct.
{% else %}
  1. Klicken Sie auf das Feld unter dem ersten Großbuchstaben und geben Sie die entsprechende Zahl ein.
  2. Wiederholen Sie dies für den zweiten und dritten Buchstaben.
  3. Klicken Sie auf OK, um den Block abzugeben.
  4. Sie können nur Zahlen eingeben — Buchstaben und andere Zeichen werden nicht akzeptiert.
  5. Der Computer prüft Ihre Eingaben automatisch:
    • Korrekt → der nächste Block erscheint sofort und Ihr Zähler für abgeschlossene Blöcke erhöht sich um 1.
    • Fehler → Sie sehen eine Fehlermeldung. Korrigieren Sie Ihre Eingabe und klicken Sie erneut auf OK. Der Block wird erst gezählt, wenn er korrekt ist.
{% endif %}

{% if participant.language == 'en' %}Time and Payment{% else %}Zeit und Auszahlung{% endif %}

{% if participant.language == 'en' %} ⏱️ Duration: {{ C.PHASE2_MIN }} minutes. A timer on the screen shows the elapsed time.

💰 Payment: {{ C.POINTS_PER_BLOCK }} points per correctly completed block. The total number of completed blocks is displayed throughout.

🏁 When time is up the task ends automatically and your points are recorded. {% else %} ⏱️ Dauer: {{ C.PHASE2_MIN }} Minuten. Ein Timer auf dem Bildschirm zeigt die vergangene Zeit.

💰 Auszahlung: {{ C.POINTS_PER_BLOCK }} Punkte pro korrekt abgeschlossenem Block. Die Gesamtzahl der abgeschlossenen Blöcke wird fortlaufend angezeigt.

🏁 Wenn die Zeit abgelaufen ist, endet die Aufgabe automatisch und Ihre Punkte werden erfasst. {% endif %}
{% if participant.language == 'en' %}Comprehension Question — Phase 2 {% else %}Verständnisfrage — Phase 2{% endif %}

{% if participant.language == 'en' %}Question 1 — Payment {% else %}Frage 1 — Auszahlung{% endif %}

{% if participant.language == 'en' %} You correctly complete 18 blocks in Phase 2. {% else %} Sie schließen in Phase 2 18 Blöcke korrekt ab. {% endif %}
(a) {% if participant.language == 'en' %}How many points do you earn? {% else %}Wie viele Punkte erhalten Sie?{% endif %} {{ form.cq_phase2_payment }} {% if participant.language == 'en' %}points{% else %}Punkte{% endif %}
{% endblock %}