Skip to content

Commit

Permalink
[scorecards] import per question max_score
Browse files Browse the repository at this point in the history
  • Loading branch information
struan committed Oct 19, 2023
1 parent 01cdd10 commit 07d142c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scoring/management/commands/import_actions_scores.py
Original file line number Diff line number Diff line change
Expand Up @@ -298,6 +298,7 @@ def import_question_scores(self):
score=row["score"],
answer=row["answer"],
evidence_links=links,
max_score=row["max_score"],
)
to_create.append(score_obj)
PlanQuestionScore.objects.bulk_create(to_create)
Expand Down

0 comments on commit 07d142c

Please sign in to comment.