LLMS_Quiz_Legacy::get_question_count()

Get Number of questions in quiz


Description Description


Return Return

(int) [number of questions in quiz]


Top ↑

Source Source

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

	public function get_question_count() {
		return count( $this->llms_questions );
	}

Top ↑

User Contributed Notes User Contributed Notes

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