numerous improvements and fixes

This commit is contained in:
Ross
2020-12-26 20:45:26 +00:00
parent 33077cbdd6
commit d47462be98
8 changed files with 34 additions and 41 deletions
+1 -1
View File
@@ -625,7 +625,7 @@ def exam_scores_cid(request, pk):
mode = "No unique mode"
df = user_scores_list
fig = px.histogram(df, x=0)
fig = px.histogram(df, x=0, title="Distribution of scores", labels={"0": "Score"}, height=400, width=600)
fig_html = fig.to_html()
total = len(questions)