When implementing the exam model we need to put all the related settings into the object in order to have some kind of order when creating the related screens and widgets
Requirements
The required fields would include the following fields:
[x] Title - A title attached to the individual exam (for example Calculus II - Second Term).
[x] Term - The term of the exam
[x] examId - The ID generated by the UUID package and related to a specific exam.
[x] Exam Date - The date on which the exam is performed.
All this and more should be a part of the Model model of this project.
Overview
When implementing the exam model we need to put all the related settings into the object in order to have some kind of order when creating the related screens and widgets
Requirements
The required fields would include the following fields:
All this and more should be a part of the Model model of this project.