{% extends "layout_proves.html" %} {% if posExm == 7 %} {% set CORR = 0 %} {% set OIT1 = 6 %} {% set COH1 = 7 %} {% set VRC1 = 8 %} {% set GRA1 = 9 %} {% set MEA1 = 10 %} {% set OIT2 = 11 %} {% set COH2 = 12 %} {% set VRC2 = 13 %} {% set GRA2 = 14 %} {% set MEA2 = 15 %} {% set TT12 = 16 %} {% else %} {% set CORR = 1 %} {% set OIT1 = 18 %} {% set COH1 = 19 %} {% set VRC1 = 20 %} {% set GRA1 = 21 %} {% set MEA1 = 22 %} {% set OIT2 = 23 %} {% set COH2 = 24 %} {% set VRC2 = 25 %} {% set GRA2 = 26 %} {% set MEA2 = 27 %} {% set TT12 = 28 %} {% endif %} {% set TTW = 29 %} {% block script %} {% endblock %} {% block css %} .event a { background-color: #42B373 !important; background-image :none !important; color: #ffffff !important; } {% endblock %} {% block jquery %} {% endblock %} {% block body %}

Corrector: {{examiner}}. Versió: {{vers}} {% if role > PROFE %} {% if CORR == 0 %} {% else %} {% endif %} {% endif %}

{% if role > COOR %} {% else %} {% endif %} {% for usr in notas: %} {% if usr.notas[0].revisar == 1 or usr.notas[0].revisar == 3%} {% else %} {% endif %} {% endfor %}
    Tasca 1 Tasca 2     
# Identificador Overall impression, register and task achievement Cohesion and coherence and organization Vocabulary range and control Grammatical range and accuracy Mean Task Overall impression, register and task achievement Cohesion and coherence and organization Vocabulary range and control Grammatical range and accuracy Mean Task Total Examiner Total Writing  
{{ loop.index }}{{ loop.index }}{{ usr.identificador }} {{'%0.2f' % usr.notas[OIT1].valor|float }} {{'%0.2f' % usr.notas[COH1].valor|float }} {{'%0.2f' % usr.notas[VRC1].valor|float }} {{'%0.2f' % usr.notas[GRA1].valor|float }} {{'%0.2f' % usr.notas[MEA1].valor|float }} {{'%0.2f' % usr.notas[COH2].valor|float }} {{'%0.2f' % usr.notas[OIT2].valor|float }} {{'%0.2f' % usr.notas[VRC2].valor|float }} {{'%0.2f' % usr.notas[GRA2].valor|float }} {{'%0.2f' % usr.notas[MEA2].valor|float }} {{'%0.2f' % usr.notas[TT12].valor|float }} {{'%0.1f' % usr.notas[TTW].valor|float }}
Principio de la tabla




Overall 
Cohesion 
Vocabulary 
Grammar 
{%if config['SERVER_NAME'] == 'localhost:5000'%}
results_wt.html
{%endif%} {% endblock %}