Formulating an Exam Schema #52
Replies: 2 comments 5 replies
-
In order to best represent credit bearing exams at UT Dallas, I suggest that we create an abstract Exam class to represent all possible credit bearing exams and then create subclasses for each distinct exam type such as AP, IB, and CLEP. This would enable us to take to take advantage of polymorphism where applicable while enabling us to better represent the individual exam types. |
Beta Was this translation helpful? Give feedback.
-
I think this is a good idea. Do you have any specific ideas for what the abstract class should require as far as properties go? As far as I know, the properties shared between these tests (that are actually useful to us, anyways) would be as follows:
Let me know of your thoughts. |
Beta Was this translation helpful? Give feedback.
-
Formulating an Exam Schema
This GitHub discussion is meant to serve as a thread specifically for documenting the design of the exam schema.
Beta Was this translation helpful? Give feedback.
All reactions