From 209250ccaed5f0a1b3b7a6706d8dd211489ae6e4 Mon Sep 17 00:00:00 2001 From: scmmishra Date: Thu, 28 Mar 2019 14:27:51 +0530 Subject: [PATCH] fix: Profile page cards - Only show attempted quizzes - Show 0 percent complete if program is enrolled but unattempted --- .../public/js/education/lms/components/ScoreCard.vue | 2 +- erpnext/www/lms.py | 10 +++++++++- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/erpnext/public/js/education/lms/components/ScoreCard.vue b/erpnext/public/js/education/lms/components/ScoreCard.vue index 5a6aee53cd..cbb6a048d4 100644 --- a/erpnext/public/js/education/lms/components/ScoreCard.vue +++ b/erpnext/public/js/education/lms/components/ScoreCard.vue @@ -1,5 +1,5 @@