Let's say I have two items in my grade book, A and B, each worth 10 points.
And I have a formula item, Total, with the following formula:
(([A.Points Received] + [B.Points Received]) / ([A.Max Points] + [B.Max Points])) * 100
And I have a student who scored 10/10 on item A, and is Exempt for item B.
I am finding that their score for Total is 50, when I would expect it to be 100.
Is there a way to respect Exempt items in a formula?