LLMS_Quiz_Attempt::is_passing()

Determine if the attempt was passing


Return Return

(boolean)


Top ↑

Source Source

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

	public function is_passing() {
		return ( 'pass' === $this->get( 'status' ) );
	}

Top ↑

Changelog Changelog

Changelog
Version Description
3.9.2
3.16.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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