LLMS_Processor_Course_Data::schedule_from_quiz( int $user_id, int $quiz_id, LLMS_Quiz_Attempt $attempt )

Schedule recalculation from actions triggered against a quiz


Description Description


Parameters Parameters

$user_id

(Required) WP user id of the student.

$quiz_id

(Required) WP Post ID of the quiz.

$attempt

(Required) Quiz attempt object.


Top ↑

Return Return

(void)


Top ↑

Source Source

File: includes/processors/class.llms.processor.course.data.php


			

Top ↑

Changelog Changelog

Changelog
Version Description
3.15.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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