You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For the backend API for MOOCs platform, there should be exercises for each course with each course could having multiple videos under it and multiple exercises too.
There should be a model for the exercises, a couple of exercise should be available for each course.
These courses should have a one to many relationship with the exercises belonging to it
Each course should have multiple videos,
Each course should have multiple exercises,
Each exercise should have multiple questions,
What I would work on
Add schema model for questions
Add schema model for exercises
Add relation for exercises to questions.
Add relations for course to exercises.
Add relations for course to videos
The text was updated successfully, but these errors were encountered:
Sub issue from #5
Description
For the backend API for MOOCs platform, there should be exercises for each course with each course could having multiple videos under it and multiple exercises too.
There should be a model for the exercises, a couple of exercise should be available for each course.
These courses should have a one to many relationship with the exercises belonging to it
What I would work on
The text was updated successfully, but these errors were encountered: