Default GPA
The formula for this method may be set up to calculate a simple GPA or a weighted GPA, but should result in a cumulative GPA for all classes taken that count towards graduation credit.
Sample formula (simple): round((sum(gpa_gpapoints())/gpa_count()),4)
The parameters of the selected method should look similar to the example shown below, but should be fine-tuned to match each district's needs (terms, grade levels, credit types, inclusion flags).
Figure: Example – Default GPA