Grade Percentage is only round

Hello All,

I am facing an issue in the grading system. Some learners have a weighted grade of 29.5, but jQuery rounds it to 30. The total sum of all the data is 59.

Please check the screenshot I have provided.

The weighted grade formula is as follows: ((weight%) * grade) * 100, and the summary total grade formula is the sum of all weighted grades.

In my case, the weighted grade should be 29.5, and there are 2 assignments with the same grade. The total summary value is correct at 59, but the weighted grade is displayed as 30, which is incorrect.

Is there any solution to this issue?

Thanks