diff --git a/anatomy/templates/anatomy/exam_scores.html b/anatomy/templates/anatomy/exam_scores.html index bd6018a4..8ed7ba1b 100644 --- a/anatomy/templates/anatomy/exam_scores.html +++ b/anatomy/templates/anatomy/exam_scores.html @@ -10,10 +10,12 @@ {% endfor %} {% endcomment %} {% for cid in cids %} {% with by_question|get_item:question|get_item:cid as ans_score %} -
| Candidate ID | Score | @@ -58,7 +68,7 @@ {% endif %}|
|---|---|---|
| {{cids_user_id_map|get_item:cid}} | {% else %} @@ -136,19 +146,48 @@ {% block js %} +{% endblock %} + +{% block js %} + +{% endblock %} diff --git a/rapids/templates/rapids/mark2_overview.html b/rapids/templates/rapids/mark2_overview.html new file mode 100644 index 00000000..59568242 --- /dev/null +++ b/rapids/templates/rapids/mark2_overview.html @@ -0,0 +1,79 @@ +{% extends 'rapids/exams.html' %} + +{% block content %} +{{ans_score.0}} | +{{ans_score.0}} | {% endwith %} {% endfor %}{{ans_score.1|default_if_none:"Unmarked"}} | +{{ans_score.1|default_if_none:"Unmarked"}} | {% endwith %} {% endfor %} diff --git a/todo b/todo index 02e5f17f..e0320346 100644 --- a/todo +++ b/todo @@ -1,7 +1,5 @@ -Remove the cache links such as "refresh the scores" if they are no longer required. +It should be posssible to set the pass mark for an exam. this should be updatable from the scores page. -Load the stats panels as htmx partials. please also add additional stats that would be useful and style it more nicely. +when calculating stats we should be able to exclude users (such as those who have not completed the exam) from the stats calculations. -the anatomy app features a new marking mode mark2. we want to port a similar new marking mode to the rapids app. it should be styled in a similar way to the mark2 mode in anatomy and bring across any new features (that are applicable) -Both the candidate list and the answers table should allow filtering by candidates to allow them to be quickly viewed. \ No newline at end of file