numerous improvements and fixes
This commit is contained in:
+1
-1
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user