{% 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 %}
— 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 %}
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 |