{% extends "base/base.html" %} {% block title %} Table of all tasks {% endblock title %} {% block page_heading %} Table of all tasks {% endblock page_heading %} {% block main_content %}
Click on a marking task for detailed information.
paper | identify {% with dat=id_task_status_counts %} {% include "Progress/fragments/task_progress_bar.html" with total=n_papers n_complete=dat|get_item:"Complete" n_todo=dat|get_item:"To Do" n_out=dat|get_item:"Out" n_missing=dat|get_item:"Missing" %} {% endwith %} | {% for qi, qlabel in question_labels %}{{ qlabel }} {% with dat=marking_task_status_counts|get_item:qi %} {% include "Progress/fragments/task_progress_bar.html" with total=n_papers n_complete=dat|get_item:"Complete" n_todo=dat|get_item:"To Do" n_out=dat|get_item:"Out" n_missing=dat|get_item:"Missing" %} {% endwith %} | {% endfor %}||||||
---|---|---|---|---|---|---|---|---|
{{ pn }} | {% with dat=id_task_overview|get_item:pn %} {% if dat.status == "Complete" %}{{ dat.sid }} {% if dat.sid is None %}{% endif %} | {% elif dat.status == "To Do" %}to do | {% elif dat.status == "Out" %}out | {% else %}task missing | {% endif %} {% endwith %} {% with all_q_dat=marking_task_overview|get_item:pn %} {% for qi in question_indices %} {% with dat=all_q_dat|get_item:qi %} {% if dat.status == "Complete" %}{{ dat.score_str }} | {% elif dat.status == "To Do" %}to do | {% elif dat.status == "Out" %}out | {% else %}task missing | {% endif %} {% endwith %} {% endfor %} {% endwith %}
ID progress | {% for qi, qlabel in question_labels %}{{ qlabel }} statistics | {% endfor %}|||||||
{% for qi, qlabel in question_labels %} | {{ qlabel }} annotations | {% endfor %}