wiki:WatchingLessons

Watching Lessons

Actors: Registered User (USER)

1. Load Modules for a Course.

SELECT module_id, title, description
FROM module
WHERE course_id = :courseId;

2. Load Lessons for a Module.

SELECT lesson_id, title, material
FROM lesson
WHERE module_id = :moduleId;

Last modified 5 weeks ago Last modified on 01/22/26 03:43:25
Note: See TracWiki for help on using the wiki.