Expand description

Controllers for requests starting with /api/v0/course_material/chapters.

Functions

  • Add a route for each controller in this module.
  • GET /api/v0/course-material/chapters/:chapter_id/exercises - Returns a list of pages and its exercises in chapter.
  • GET /api/v0/course-material/chapters/:chapter_id/pages-exclude-mainfrontpage - Returns a list of pages in chapter mainfrontpage excluded.
  • GET /api/v0/course-material/chapters/:chapter_id/pages - Returns a list of pages in chapter.