From 72db9057a105e5cea8de75d1b4d58d70f382559e Mon Sep 17 00:00:00 2001 From: Struan Donald Date: Mon, 25 Sep 2023 16:52:48 +0100 Subject: [PATCH] include question criteria in export --- crowdsourcer/management/commands/export_marks.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/crowdsourcer/management/commands/export_marks.py b/crowdsourcer/management/commands/export_marks.py index 3dec26f3..bc947fe9 100644 --- a/crowdsourcer/management/commands/export_marks.py +++ b/crowdsourcer/management/commands/export_marks.py @@ -111,6 +111,7 @@ def handle( "max_score", "weighting", "how_marked", + "criteria", ] ] @@ -131,6 +132,7 @@ def handle( max_score, question.weighting, question.how_marked, + question.criteria, ] )