{% extends "base/base.html" %} {% load static %} {% load humanize %} {% block title %} Marking task info {% endblock title %} {% block page_heading %} Marking task info browse marking table of all tasks {% endblock page_heading %} {% block main_content %}
{% if user_is_manager or user_is_lead_marker %}

— invalidates any existing marking and creates a new marking task.

{% endif %}

Paper: {{ paper_number }}

Question: {{ question_label_html|safe }}

Version: {{ version }}

Status: {{ status }} {% if status == "Out Of Date" %} Go to newest {% endif %}

{% if status == "Complete" %}

Score: {{ score_str }}

Raw score: {{ score }}

Edition: {{ edition }}

User: {{ username }}

Last update: {{ last_update|naturaltime }}

Marking time: {{ marking_time }}s

{% elif status == "Out" %}

User: {{ username }}

{% elif status == "To Do" %} {% else %} {% endif %}

{% if status == "Complete" %} {% endif %}

{% for tag_pk, tag_text in current_normal_tags.items %} {{ tag_text }} {% endfor %}

Tag characters must consist of {{ valid_tag_description }}

{% for tag_pk, tag_text in current_attn_tags.items %} {{ tag_text }} {% endfor %}
{% if status == "Complete" %}

Rubrics used in latest annotation

{% for rubric in rubrics %} {% endfor %}
Rubric-ID question idx Kind Display Delta Text revision More details
{{ rubric.rid }} {{ rubric.question_index }} {{ rubric.kind }} {{ rubric.display_delta }} {{ rubric.text }} {{ rubric.revision }} info
{% endif %}
{% endblock main_content %}