-
Notifications
You must be signed in to change notification settings - Fork 227
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
Fix assignment upload grading #833
base: master
Are you sure you want to change the base?
Conversation
adityacp
commented
Apr 8, 2021
- Add a separate URL in code server to get file urls and download it in the student directory.
- Add a celery task to send all question files at once to the code server at the start of the quiz instead of sending the files during evaluation.
- Change assignment file urls instead of absolute path to the code server for evaluation.
- Fix issue while deleting the Lesson file.
Hello @adityacp! Thanks for updating this PR. We checked the lines you've touched for PEP 8 issues, and found:
Comment last updated at 2021-04-26 05:20:53 UTC |
- Fix R and Python evaluation tests - Add return to the celery task to store the task result in the database
e9b2116
to
4c30f46
Compare
Codecov Report
@@ Coverage Diff @@
## master #833 +/- ##
==========================================
- Coverage 76.69% 76.30% -0.39%
==========================================
Files 53 53
Lines 7684 7761 +77
Branches 1166 1177 +11
==========================================
+ Hits 5893 5922 +29
- Misses 1408 1453 +45
- Partials 383 386 +3
Continue to review full report at Codecov.
|