• Resolved egirardet

    (@egirardet)


    We require a passing grade of 90% for the quiz tied to our lesson. When a student receives a grade of 89.3% (or any percentage with a dot-something 89.5/89.6, etc.) in Sensei LMS > Grading, the notification message that appears for the student at the top of their lesson is the red box that pops up when someone has failed the quiz and says: “You require 90% to pass this quiz. Your grade is 90%” (when it was actually 89.3%).

    Do we need an even number of questions and points?

    This is very confusing for our users who don’t know if they passed or not. Please advise

    Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter egirardet

    (@egirardet)

    To clarify – the student received a grade of 89.83%

    Plugin Support Alba

    (@ctdealba)

    Hi @egirardet

    Thanks for your patience!

    We escalated the issue with our development team. Currently, we don’t have an estimated timeline on when we may see resolution on this issue. Until our dev team release that, you can add this code snippet to your website as a workaround:

    add_filter( 'sensei_round_precision', function() {
        return 2;
    } );

    Let us know if you have any other question.

    Best,
    Alba

    Plugin Support Jay

    (@bluejay77)

    Hi there,

    It has been more than one week since we have heard from you, so I’m marking this topic as resolved.

    But if you have any further questions or need some more help, you’re welcome to reply here or open another thread.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Required passing grade does not align with percentage grade in Grading’ is closed to new replies.