Uploaded image for project: 'Moodle'
  1. Moodle
  2. MDL-23300

Boundaries of letter grades in gradebook are included to the better grade only and do not have decimals

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Duplicate
    • Icon: Minor Minor
    • None
    • 1.8.13, 1.9.9, 2.0
    • Gradebook
    • None
    • MOODLE_18_STABLE, MOODLE_19_STABLE, MOODLE_20_STABLE

      In the definition of Letter grades in gradebook, there is a selection box like
      Grade: A

      • 93% -
        Grade: A-
      • 86% -
        Grade: B
        ...

      There are two issues with it:

      • decimal boundary like 66.67% can not be set
      • the boundary value itself automatically leads to the better grade (eg 93% give A) only

      The required behaviour is that both of the following use cases are available:
      if grade > 93 then "A"; if grade <=93 then "A-"
      if grade >= 93 then "A"; if grade < 93 then "A-"

      with the value precision up to 5 decimal points as we have everywhere in gradebook.

            andyjdavis Andrew Davis
            mudrd8mz David Mudrák (@mudrd8mz)
            Votes:
            8 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved:

                Error rendering 'clockify-timesheets-time-tracking-reports:timer-sidebar'. Please contact your Jira administrators.