-
Notifications
You must be signed in to change notification settings - Fork 69
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
student feature: Add the ability to report exercises #2600
Conversation
@flacial is attempting to deploy a commit to the c0d3-prod Team on Vercel. A member of the Team first needs to authorize it. |
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Codecov Report
@@ Coverage Diff @@
## master #2600 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 187 187
Lines 3435 3434 -1
Branches 938 937 -1
=========================================
- Hits 3435 3434 -1
|
@SlyBouhafs I think gray is better because it's more neutral for the thing it does: returning the user to the previous screen. Red/the current color empathize a CTO, which is misleading. |
Related to #2251
Description
This PR adds the ability for the students to report exercise while solving them.
In the exercise solving main page, it'll look like this:
Images
Once an exercise is flagged, it'll remain in the list, and it'll appear in the page for managing exercises under
/admin/lessons/[lessonId]/exercises
. The admin has the option to either unflag it or remove it.Bugs
Extra functional requirements for flagging exercises