-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add diagrams and dg feature for set weak #107
Add diagrams and dg feature for set weak #107
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #107 +/- ##
============================================
+ Coverage 75.57% 75.99% +0.41%
- Complexity 479 489 +10
============================================
Files 78 78
Lines 1511 1533 +22
Branches 143 148 +5
============================================
+ Hits 1142 1165 +23
Misses 325 325
+ Partials 44 43 -1 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not sure whether this is how weak should be shown. Because weak is not really an attribute of person class, rather its evaluated everytime.
By default, we have set C+ as the threshold, meaning that a student with grade lower than C+ is | ||
displayed with a weak marker next to their name. | ||
|
||
The command "set weak [grade]" followed by the grade allows the instructor to set a difference grade as the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Did you mean "different" instead of "difference"?
For studentId and grade should be separate objects. Can refer to the ModelClassDiagram. |
No description provided.