| {{ 'Question'|trans }} | {{ 'Labels'|trans }} | {{ 'Reusable'|trans }} | {{ 'Used in'|trans }} | |
|---|---|---|---|---|
| {{ bankQuestion.question }} | {% for label in bankQuestion.labels %} {{ label.name }} {% endfor %} | {% if bankQuestion.reusable %} {{ 'Reusable'|trans }} {% endif %} |
{% for usage in bankQuestion.usages %}
{{ usage.quiz.name }}
{% if usage.quiz.isFinalized %}
{% endif %}
{% endfor %}
|
{% if bankQuestion.canBeAssigned and assignableQuizzes|length > 0 %}
{% endif %}
{{ 'Edit'|trans }}
|
| {{ 'No questions in the question bank yet'|trans }} | ||||