{% set layout = "ClarolineCoreBundle:Workspace:layout.html.twig" %} {% if isDesktop() %} {% set layout = "ClarolineCoreBundle:Desktop:layout.html.twig" %} {% endif %} {% extends layout %} {% block stylesheets %} {{ parent() }}
{% endblock %} {% block title %} {{ 'list_question' | trans }} {% endblock %} {% block resourceBreadcrumb %}
{{ _resource.getResourceNode().getName() }}
{{ 'my_questions' | trans }}
{% endblock %} {% block section_content %}
{{ 'my_questions' | trans }}
{{ 'back' | trans }}
{{ 'import_questions' | trans }}
{{ 'create_a_new_entry' | trans }}
{{ 'export_qti_exercise' | trans }}
{% if interactions is not empty %}
{{ 'change_order' | trans }}.
{% if pagerQuestion.getNbResults > pagerQuestion.maxPerPage and displayAll == 0 %}
{{ 'display_all_on_this_page' | trans }}
{% elseif displayAll == 1 %}
{{ 'display_pagination' | trans }}
{% endif %} {% endif %}
{{ 'save_order' | trans }}
{% if qtiError is defined %}
{{ qtiError }}
{% endif %} {% if interactions is not empty %} {% set questionsList = 'exercise' %} {% include "UJMExoBundle:Partial:question/questionsList.html.twig" %} {% else %}
{{ 'no_question_found'|trans }} ...
{% endif %}
{% if pagerQuestion.haveToPaginate %} {% endif %} {% endblock %} {% block javascripts %} {{ parent() }} {% include "UJMExoBundle:Partial:modal/confirmDelQuestion.html.twig" %} {% endblock %}