What
Create Exercise model. This involves creating models for Unit and Module as well.
Why
Enable storing information about exercises.
How
One Exercise is connected to one Unit, which in turn is connected to one Module.
- Create Exercise model with:
- ID (PK)
- Name
- Description
- Unit ID (FK)
- Create Unit model with:
- ID (PK)
- Name
- Description
- Module ID (FK)
- Create Module model with:
Note: These will be connected to student User and Cohort in the future.
What
Create Exercise model. This involves creating models for Unit and Module as well.
Why
Enable storing information about exercises.
How
One Exercise is connected to one Unit, which in turn is connected to one Module.
Note: These will be connected to student
UserandCohortin the future.