Skip to content

Commit

Permalink
include question criteria in export
Browse files Browse the repository at this point in the history
  • Loading branch information
struan committed Sep 25, 2023
1 parent 4229b3d commit 72db905
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions crowdsourcer/management/commands/export_marks.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ def handle(
"max_score",
"weighting",
"how_marked",
"criteria",
]
]

Expand All @@ -131,6 +132,7 @@ def handle(
max_score,
question.weighting,
question.how_marked,
question.criteria,
]
)

Expand Down

0 comments on commit 72db905

Please sign in to comment.