Skip to content

Commit

Permalink
[stats]Added Total users completed course
Browse files Browse the repository at this point in the history
  • Loading branch information
jfrocha committed Jul 4, 2024
1 parent c0f6742 commit 374ecd9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions elearning/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -264,6 +264,7 @@ def stats(request):
"questions_success_rate": questions_success_rate,
"global_total_users": global_total_users,
"course_completion_rate": course_completion_rate,
"completed_users_count": completed_users_count,
"global_avg_score": global_avg_score,
"global_avg_duration": global_avg_duration,
"avg_score_and_progress_by_level": avg_score_and_progress_by_level,
Expand Down

0 comments on commit 374ecd9

Please sign in to comment.