LLMS_Student::get_quiz_data( int $quiz = null, int $lesson = null )

Retrieve quiz data for a student for a lesson / quiz combination


Parameters Parameters

$quiz

(int) (Optional) WP Post ID of a Quiz

Default value: null

$lesson

(int) (Optional) WP Post ID of a lesson

Default value: null


Top ↑

Return Return

(array)


Top ↑

Source Source

File: includes/models/model.llms.student.php

		 * The dynamic portion of this filter, `{$object_type}`, refers to the Lesson.
		 *
		 * @since 7.5.0
		 *

Top ↑

Changelog Changelog

Changelog
Version Description
3.2.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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