Viewing 1 replies (of 1 total)
  • Hey there dev 2007,

    Sorry for the delay ??

    Something like this is not possible out of a box and it would require custom coding.

    Calculating total marks of each course would require calculating the passing grade of each unit, the sum of that would be the passing grade of a course.

    Calculating passing marks per unit would require getting the “Minimum Grade” of all gradable modules inside the unit. The total is the passing grade of each unit. You’ll find the code where minimum grade is being calculated for gradable modules in /wp-content/plugins/coursepress/includes/classes/class.student.php

    Please note that the manual calculation above is only applicable to modules where minimum grade is set. For assessable modules with no minimum grade, meaning it requires grading from instructor, then it will be hard to calculate the passing marks of a unit or course.

    Best regards,
    Bojan

Viewing 1 replies (of 1 total)
  • The topic ‘Calculate the total marks in each course’ is closed to new replies.