maintain question order when editing
This commit is contained in:
+1
-1
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user