LLMS_Quiz_Attempt::get_time( integer $precision = 2 )

Get the time spent on the quiz from start to end


Parameters Parameters

$precision

(integer) (Optional) Precision passed to llms_get_date_diff().

Default value: 2


Top ↑

Return Return

(string)


Top ↑

Source Source

File: includes/models/model.llms.quiz.attempt.php

	 * @return string
	 */
	public function get_time( $precision = 2 ) {


Top ↑

Changelog Changelog

Changelog
Version Description
3.9.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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