TheDeanVanGreunen

test

Dec 30th, 2019
250
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.76 KB | None | 0 0
  1. Please use your most proficient programming language to create object oriented design and
  2. use test driven development to implement classes and methods with appropriate data structure
  3. and test the code for the following scenario. Please add comments describing any assumptions
  4. you make:
  5. There are Teachers
  6. There are Students
  7. Students are in classes that teachers teach
  8. Teachers can create multiple quizzes with many questions (each question is multiple choice)
  9. Teachers can assign quizzes to students
  10. Students solve/answer questions to complete the quiz, but they don't have to complete it at
  11. once. (Partial submissions can be made).
  12. Quizzes need to get graded
  13. For each teacher, they can calculate each student's total grade accumulated over a semester
  14. for their classes
Advertisement
Add Comment
Please, Sign In to add comment