LLMS_Controller_Lesson_Progression::quiz_complete( int $student_id, int $quiz_id, obj $attempt )

Trigger lesson completion when a quiz is completed


Description Description


Parameters Parameters

$student_id

(Required) WP User ID.

$quiz_id

(Required) WP Post ID of the quiz.

$attempt

(Required) Instance of the LLMS_Quiz_Attempt.


Top ↑

Return Return

(void)


Top ↑

Source Source

File: includes/controllers/class.llms.controller.lesson.progression.php


			

Top ↑

Changelog Changelog

Changelog
Version Description
3.17.1 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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