LLMS_Quiz_Legacy::get_grade( int $points )
Get Grade Multiply total points earned by total point weight
Description Description
Parameters Parameters
- $points
-
(int) (Required) [total points earned]
Return Return
(int) [numeric representation of grade percentage]
Source Source
File: includes/class.llms.quiz.legacy.php
public function get_grade( $points ) { return $points * $this->get_point_weight(); }
Expand full source code Collapse full source code View on GitHub