{% extends "layout_proves.html" %} {% block css %} .event a { background-color: #42B373 !important; background-image :none !important; color: #ffffff !important; } {% endblock %} {% block jquery %} {% endblock %} {% block body %} {% set PTOS_CTEST = 0 %} {% set NOTA_CTEST = 1 %} {% set VGF = 2 %} {% set UOL = 3 %} {% set AUD = 4 %}
{% if role > COOR %} {% else %} {% endif %} {% if role > PROFE %} {% else %}

Corrector: {{examiner}}. Resultats {{notas|length}}

{% endif %} {% for usr in notas: %} {% endfor %}
Identificador: {{ notas[0].identificador }}. Corrector: {{examiner}}. Versió: {{vers}}    
# Identificador Punts Ctest Nota Ctest VGF UoL Àudio      
{{ loop.index }} {{ usr.identificador }} {{ usr.notas[PTOS_CTEST].valor }} {{'%0.2f' % usr.notas[NOTA_CTEST].valor|float }} {{'%0.2f' % usr.notas[VGF].valor|float }} {{'%0.1f' % usr.notas[UOL].valor|float }} {{'%0.1f' % usr.notas[AUD].valor|float }}
Principio de la tabla




Punts C-Test 
VGF
Àudio


{%if config['SERVER_NAME'] == 'localhost:5000'%}
results_st.html
{%endif%} {% endblock %}