LLMS_Quiz_Attempt::get_quiz()

Get an instance of the LLMS_Quiz for the attempt


Return Return

(LLMS_Quiz)


Top ↑

Source Source

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

	public function get_quiz() {
		return llms_get_post( $this->get( 'quiz_id' ) );
	}


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.