{% extends "global/Page.html" %} {% load otree static %} {% block app_styles %} {% endblock %} {% block title %} {% if language == 0 %} Quiz Results {% else %} {% endif %} Resultados {% endblock %} {% block content %}

Tu ID: {{ participant_id }}


{% if language == 0 %}

You have completed the quiz.

You answered {{ player.num_correct }} out of 4 questions correctly.

Therefore, you earned {{ dollar_amount }} from this quiz.

By clicking the "Next" button below, you will begin the task.


{% else %}

Gracias. Has completado el quiz.

Has respondido {{ player.num_correct }} de 4 preguntas correctamente.

Entonces, has ganado {{ quiz_earnings }} en este quiz.

Al dar click al botón "Siguiente", comenzarás la tarea o interacción principal.


{% endif %} {{ form.quiz_dec_2.errors }} {% next_button %}

{% include Constants.contact_template %} {% endblock %}