function _DegreePlan::calculate_progress_quality_points
Search API
4.x _DegreePlan.php | _DegreePlan::calculate_progress_quality_points() |
5.x _DegreePlan.php | _DegreePlan::calculate_progress_quality_points($bool_get_local_only_hours = FALSE, $types = array()) |
Calculate the quality points of our completed courses, so we can use that to figure out GPA.
File
- classes/
_DegreePlan.php, line 97
Class
Code
function calculate_progress_quality_points() {
$this->major_qpts = $this->get_progress_quality_points("m");
$this->core_qpts = $this->get_progress_quality_points("c");
$this->degree_qpts = $this->get_progress_quality_points("");
}