LLMS_Quiz_Legacy::get_point_weight()
Get weight of individual question
Description Description
Return Return
(int[question) weight]
Source Source
File: includes/class.llms.quiz.legacy.php
public function get_point_weight() { return ( 100 / $this->get_total_possible_points() ); }
Expand full source code Collapse full source code View on GitHub