We currently have a report, created from the course_completion data source, which displays name, course, etc. One of the columns, Grade, displays the grade achieved as a percentage, which for courses which mark out of 100 is fine. The problem comes where a course is scored using a quiz with a maximum mark of 12, and a pass mark of 10. When viewing the report, someone getting all of the questions right would get the following for Grade in the report:
12% (10% to complete)
When viewing the marks in the Grader Report for the course, setting the Category Total setting to "Grade display type: Real" gives the mark as 12, and setting it to "Grade display type: Percentage" gives 100%. Both settings give the same result in the report, which is the above.
Any suggestions how we can get the report to calculate the actual percentage for the course rather than simply reporting the mark with a % sign after?