public class GradePointAverage extends Object
| Modifier and Type | Field and Description |
|---|---|
String |
MaxScore
The max score in the
ScoringSystem |
String |
MinimumScore
The minimum score in the
ScoringSystem |
double |
NormalizedScore
The
Score, normalized to a 0.0-1.0 scale, with 1.0 being the top mark. |
String |
Score
The score found in the resume
|
String |
ScoringSystem
The scoring system used on the resume
|
| Constructor and Description |
|---|
GradePointAverage() |
public String Score
public String ScoringSystem
public String MaxScore
ScoringSystempublic String MinimumScore
ScoringSystempublic double NormalizedScore
Score, normalized to a 0.0-1.0 scale, with 1.0 being the top mark.
This takes into account different min/max values and whether high or low numbers
are ranked higher. This makes it possible/valid to compare GPAs across various scales.
For example:
Copyright © 2023. All rights reserved.