{% extends "global/Page.html" %} {% load otree static %} {# ****************************************************************************************************************** #} {# *** STYLES *** #} {# ****************************************************************************************************************** #} {% block styles %} {% endblock %} {% block title %} Tâche de conversion : {{ participant.vars.reussi }} / 100 {% endblock %} {% block content %} {% if form.reponse.errors %}
Vous n'avez pas donné de réponse. Veuillez réessayer.
{% endif%}
Quelle lettre est associée au nombre {% for t in participant.vars.coded_word %} {{t}} {% endfor %} ?
{% for i in participant.vars.chars %} {% endfor %} {% for d in participant.vars.digits %} {% endfor %}
{{ i }}
{{ d }}

Votre réponse :


{% endblock %}