Warning: This method has been deprecated.

LLMS_Quiz_Attempt::get_status()

Get the attempts status based on start and end dates


Description Description


Return Return

(string)


Top ↑

Source Source

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

	public function get_status() {
		llms_deprecated_function( 'LLMS_Quiz_Attempt::get_status()', '3.16.0', "LLMS_Quiz_Attempt::get( 'status' )" );
		return $this->get( 'status' );
	}

Top ↑

Changelog Changelog

Changelog
Version Description
3.16.0 This method has been deprecated.
3.9.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

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





Permalink: