Expand description
Controllers for requests starting with /api/v0/course_material/chapters.
Functionsยง
- _add_
routes  - Add a route for each controller in this module.
 - get_
chapters_ ๐exercises  - GET 
/api/v0/course-material/chapters/:chapter_id/exercises- Returns a list of pages and its exercises in chapter. - get_
chapters_ ๐pages_ without_ main_ frontpage  - GET 
/api/v0/course-material/chapters/:chapter_id/pages-exclude-mainfrontpage- Returns a list of pages in chapter mainfrontpage excluded. - get_
public_ ๐chapter_ pages  - GET 
/api/v0/course-material/chapters/:chapter_id/pages- Returns a list of pages in chapter.