Warning: This method has been deprecated. Quiz question searching is handled by the Course Builder via the llms_builder AJAX flow instead.

LLMS_AJAX::query_quiz_questions()

Retrieve Quiz Questions


Description Description

Used by Select2 AJAX functions to load paginated quiz questions Also allows querying by question title


Top ↑

Return Return

(void)


Top ↑

Source Source

File: includes/class.llms.ajax.php

	public function query_quiz_questions() {

		llms_deprecated_function( 'LLMS_AJAX::query_quiz_questions()', '10.0.5', 'the Course Builder llms_builder AJAX flow' );

		wp_die( '', '', array( 'response' => 403 ) );
	}


Top ↑

Changelog Changelog

Changelog
Version Description
5.9.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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