Module students

Module students 

Source
Expand description

Controllers for requests starting with /api/v0/main-frontend/courses/{course_id}/students.

Structsยง

ChapterLockStatusActionPayload ๐Ÿ”’
MainFrontendCourseStudentsApiDoc ๐Ÿ”’

Functionsยง

_add_routes
get_certificates ๐Ÿ”’
GET /api/v0/main-frontend/courses/{course_id}/students/certificates
get_completions ๐Ÿ”’
GET /api/v0/main-frontend/courses/{course_id}/students/completions
get_course_users ๐Ÿ”’
GET /api/v0/main-frontend/courses/{course_id}/students/users
get_progress ๐Ÿ”’
GET /api/v0/main-frontend/courses/{course_id}/students/progress
get_user_chapter_locking_statuses ๐Ÿ”’
GET /api/v0/main-frontend/courses/{course_id}/students/{user_id}/chapter-locking-statuses
teacher_lock_student_chapter ๐Ÿ”’
POST /api/v0/main-frontend/courses/{course_id}/students/{user_id}/chapters/{chapter_id}/lock
teacher_set_student_chapter_status ๐Ÿ”’
POST /api/v0/main-frontend/courses/{course_id}/students/{user_id}/chapters/{chapter_id}/status
teacher_unlock_student_chapter ๐Ÿ”’
POST /api/v0/main-frontend/courses/{course_id}/students/{user_id}/chapters/{chapter_id}/unlock