.
This commit is contained in:
+1
-1
@@ -2133,7 +2133,7 @@ class ExamViews(View, LoginRequiredMixin):
|
|||||||
lower_score_bound = max_score / 5
|
lower_score_bound = max_score / 5
|
||||||
bounded_scores = [i for i in user_scores_list if i > lower_score_bound]
|
bounded_scores = [i for i in user_scores_list if i > lower_score_bound]
|
||||||
if bounded_scores:
|
if bounded_scores:
|
||||||
user_Scores_list = bounded_scores
|
user_scores_list = bounded_scores
|
||||||
mean = statistics.mean(user_scores_list)
|
mean = statistics.mean(user_scores_list)
|
||||||
median = statistics.median(user_scores_list)
|
median = statistics.median(user_scores_list)
|
||||||
try:
|
try:
|
||||||
|
|||||||
Reference in New Issue
Block a user