{% 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 of 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 }} {{ 'exportQTIExercise' | trans }}
    {% if interactions is not empty %}

    {{ 'changeOrder' | trans }}.

    {% if pagerQuestion.getNbResults > pagerQuestion.maxPerPage and displayAll == 0 %} {{ 'display all on this page' | trans }} {% elseif displayAll == 1 %} {{ 'display pagination' | trans }} {% endif %} {% endif %}

    {% if qtiError is defined %}
    {{ qtiError }}
    {% endif %} {% if interactions is not empty %} {% set questionsList = 'exercise' %} {% include "UJMExoBundle:Partial:question/questionsList.html.twig" %} {% else %}
    {{ 'noQuestionFound'|trans }} ...
    {% endif %}
    {% if pagerQuestion.haveToPaginate %} {% endif %} {% endblock %} {% block javascripts %} {{ parent() }} {% endblock %}