maintain question order when editing

This commit is contained in:
Ross
2021-01-15 00:10:07 +00:00
parent d772eacf6a
commit 43f3fc9c63
2 changed files with 17 additions and 2 deletions
+1 -1
View File
@@ -186,7 +186,7 @@ def exam_scores_cid(request, pk):
fig = px.histogram(
df,
x=0,
title="Distribution of scores",
title="{}: distribution of scores".format(exam),
labels={"0": "Score"},
height=400,
width=600,