LLMS_Quiz_Data::get_pass_count( string $period = 'current' )

Retrieve # of quiz passes within the period


Parameters Parameters

$period

(string) (Optional) date period [current|previous]

Default value: 'current'


Top ↑

Return Return

(int)


Top ↑

Source Source

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

	public function get_pass_count( $period = 'current' ) {
		return $this->get_count_by_status( 'pass', $period );
	}


Top ↑

Changelog Changelog

Changelog
Version Description
3.16.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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