numerous improvements and fixes
This commit is contained in:
+1
-1
@@ -176,7 +176,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"})
|
||||
fig_html = fig.to_html()
|
||||
|
||||
total = len(questions)
|
||||
|
||||
Reference in New Issue
Block a user