LLMS_Quiz_Legacy::get_point_weight()

Get weight of individual question


Description Description


Return Return

(int[question) weight]


Top ↑

Source Source

File: includes/class.llms.quiz.legacy.php

	public function get_point_weight() {
		return ( 100 / $this->get_total_possible_points() );
	}


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.