{% extends "base/base.html" %} {% block title %} Marker progress and quotas {% endblock title %} {% block page_heading %} Marker progress and quotas {% endblock page_heading %} {% block main_content %}
Username | Task Marked | Task Claimed | Quota Limit | Quota Tasks |
---|---|---|---|---|
{{ username }} {% if messages %} {% for message in messages %} {% if 'quota_warning' in message.tags and progress.would_exceed_default_limit %} {% endif %} {% endfor %} {% endif %} {% if progress.has_quota_limit %} {% endif %} | {{ progress.tasks_marked }} | {{ progress.tasks_claimed }} | {% if progress.has_quota_limit %} {{ progress.quota_limit }} {% else %} {% endif %} | view |
Latest Updated Annotation: {{ latest_updated_annotation_human_time }}
Username | Question Index | Question Version | Annotations Count | Average Marking Time | Percentage Marked |
---|---|---|---|---|---|
{{ username }} | {{ question_data.0 }} | {{ question_data.1 }} | {{ annotation_data.annotations_count }} | {{ annotation_data.average_marking_time }} |
|
Question (Index , Version) | Username | Annotations Count | Average Marking Time | Percentage Marked |
---|---|---|---|---|
{{ question.0 }} , {{ question.1 }} | {{ annotation.marker }} | {{ annotation.annotations_count }} | {{ annotation.average_marking_time }} |
|