{% 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 of question" | trans }}

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

    {{ "histoMarks" | trans }}

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

    {{ "histoSuccess" | trans }}

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

    {{ "histoDiscrimination" | trans }}

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

    {{ 'explainCoeffDis1' | trans }} {{ 'explainCoeffDis2' | trans }} {{ 'explainCoeffDis3' | trans }}

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

    {{ "histoMeasureOfDifficulty" | trans }}

    {{ 'explainMeasureDifficulty' | trans }}. {{ 'calculationMeasureDifficulty' | trans }}. {{ 'meaningMeasureDifficulty' | trans }}. {{ 'infoMeasureDifficulty' | trans }}.

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