Skip to content

Latest commit

 

History

History
17 lines (17 loc) · 1.15 KB

README.md

File metadata and controls

17 lines (17 loc) · 1.15 KB

ICE

This is an Online mooc system called ICE, it is based on Django and implements three roles-learner, instructor and admin. Here are the functions it has:

  • learner: registration, browse open and completed courses, enrol in a course, take quizzes and get results
  • instructor: registration, course, module, component and quiz creation
  • admin: view all data about learners, courses and instructors
Here are some of the images of the app:

instructor registration

Figure 1: instructor registration

learner_home

Figure 2: learner_home

learner_course_detail

Figure 3: learner_course_detail

admin

Figure 4: admin