diff --git a/lms/templates/quiz/quiz.js b/lms/templates/quiz/quiz.js index 186ba447..3491c5e4 100644 --- a/lms/templates/quiz/quiz.js +++ b/lms/templates/quiz/quiz.js @@ -134,7 +134,7 @@ const quiz_summary = (e = undefined) => { $(".quiz-footer span").addClass("hide"); $("#quiz-form").prepend( `
- ${__("You got")} ${data.message.percentage}% ${__("correct answers")} + ${__("You got")} ${Math.ceil(data.message.percentage)}% ${__("correct answers")}
${__("Your score is")} ${data.message.score}