{#% set layout = "ClarolineCoreBundle:Workspace:layout.html.twig" %#} {#% if isDesktop() %#} {% set layout = "ClarolineCoreBundle:Desktop:layout.html.twig" %} {% block breadcrumb %} {{ macros.breadcrumbs([ { 'icon': 'fa fa-briefcase', 'name': 'desktop'|trans({}, 'platform'), 'href': path('claro_desktop_open') }, { 'name': 'bank of questions' | trans, 'href': '' } ]) }} {% endblock %} {#% else %#} {#% endif %#} {% extends layout %} {% block stylesheets %} {{ parent() }} {% endblock %} {% block title %} {{ 'bank of questions' | trans }} {% endblock %} {% block section_content %}

{{ 'bank of questions' | trans }}

{{ 'create a new entry' | trans }} {{ 'import QTI' | trans }} {{ 'manageImg' | trans }} {{ 'searchQuestion' | trans }} {% if QuestionsExo == 'false' %} {% if (pagerMy.getNbResults > pagerMy.maxPerPage or pagerShared.getNbResults > pagerShared.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 QuestionsExo == 'false' %}

{{ "my questions"|trans }} :


{% if interactions is not empty %} {% set questionsList = 'my' %} {% include "UJMExoBundle:Partial:question/questionsList.html.twig" %} {% if pagerMy.haveToPaginate %} {% endif %} {% else %}
{{ 'noQuestionFound'|trans }} ...
{% endif %}

{{ 'my shared questions' | trans }} :


{% if sharedWithMe is not empty %} {% set questionsList = 'share' %} {% set interactions = sharedWithMe %} {% include "UJMExoBundle:Partial:question/questionsList.html.twig" %} {% if pagerShared.haveToPaginate %} {% endif %} {% else %}
{{ 'noQuestionFound'|trans }} ...
{% endif %} {% else %} {% if interactions is not empty %} {% set questionsList = 'exoList' %} {% include "UJMExoBundle:Partial:question/questionsList.html.twig" %} {% else %}
{{ 'noQuestionFound'|trans }} ...
{% endif %} {% endif %}
{% endblock %} {% block javascripts %} {{ parent() }} {% include "UJMExoBundle:Partial:modal/confirmDelQuestion.html.twig" %} {% endblock %}