getMaterials abstract method
- ISchoolCourseDto course
Fetches the list of course materials for the specified course.
Returns references to all files and materials posted to I-School Plus
for the given course.
The course should be obtained from getCourseList.
Each material reference includes a title and SCORM resource identifier (href) that can be passed to getMaterial to obtain download information.
Materials are extracted from the course's SCORM manifest XML. Folder/directory items without actual files are automatically excluded.
Implementation
Future<List<MaterialRefDto>> getMaterials(ISchoolCourseDto course);