{% 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 %} {{ 'docimology' | trans }} {% endblock %} {% block resourceBreadcrumb %}
  • {{ _resource.getResourceNode().getName() }}
  • {{ 'docimology' | trans }}
  • {% endblock %} {% block section_content %}

    {{ 'docimology' | trans }}

    {{ "back" | trans }}

    {% if nbPapers >= 12 %} {#--------------------------------------------------- Legend -----------------------------------------------------------------------------------#}

    {{ 'legend' | trans }}

    {{ "number_of_papers" | trans }} : {{ nbPapers }}

    {{ "list_question" | trans }}

      {% for questionTitle in questionsList %}
    1. {{ questionTitle }}
    2. {% endfor %}
    {#--------------------------------------------------- Histogramm of marks ---------------------------------------------------------------------#}

    {{ 'histo_marks' | trans }}

    {#--------------------------------------------------- Histogramm of success -------------------------------------------------------------------#}

    {{ 'histo_success' | trans }}

    {#--------------------------------------------------- Histogramm of discrimination -----------------------------------------------------------#}

    {{ 'histo_discrimination' | trans }}

    {% if coeffQ == 'none' %} {{ 'explain_coeff_dis0' | trans }} {% endif %}

    {{ 'explain_coeff_dis1' | trans }} {{ 'explain_coeff_dis2' | trans }} {{ 'explain_coeff_dis3' | trans }}

    {#--------------------------------------------------- Histogramm of measure of diffculty -----------------------------------------------------#}

    {{ 'histo_measure_difficulty' | trans }}

    {{ 'explain_measure_difficulty' | trans }}. {{ 'calculation_measure_difficulty' | trans }}. {{ 'meaning_measure_difficulty' | trans }}. {{ 'info_measure_difficulty' | trans }}.

    {% else %}
    {{ 'not_enought_papers'|trans }}.
    {% endif %}
    {% endblock %} {% block javascripts %} {{ parent() }} {% if nbPapers >= 12 %} {% endif %} {% endblock %}