{% if currentLesson.questions.count() and esdSubscription %} {% if esdSubscription.testDetail[currentLesson.id] %} {% set testDetail = esdSubscription.testDetail[currentLesson.id] %}

{{ "studygood.myTest"|trans }}

{{ "studygood.points"|trans }}: {{ testDetail.points }}

{{ "studygood.tries"|trans }}: {{ testDetail.try }} von {{ currentLesson.testMaxTry }}

{{ "studygood.success"|trans }}: {{ testDetail.points >= currentLesson.testMinPoints }}

{% endif %}
{% for question in currentLesson.questions %}
{{ question.translated.content }}
({{ question.points }} Punkte) {% if question.media %}
{% endif %}
{% for answer in question.answers %}
{% endfor %}
{% endfor %}
{% else %} {% sw_include '@Storefront/studygood/course/tab/404.html.twig' %} {% endif %}