-
- Downloads
Can stop the correction for a student that passes
* Set the STOP_ON_PASS setting in the grady/settings/instance.py * Currently uses signals and does not check if the feedback is final or not. * Feedback is validated until the end * Minor fixes in the importer
Showing
- core/migrations/0009_auto_20180320_2335.py 11 additions, 1 deletioncore/migrations/0009_auto_20180320_2335.py
- core/models.py 18 additions, 0 deletionscore/models.py
- core/serializers/student.py 15 additions, 3 deletionscore/serializers/student.py
- core/signals.py 9 additions, 0 deletionscore/signals.py
- core/tests/test_custom_subscription_filter.py 122 additions, 0 deletionscore/tests/test_custom_subscription_filter.py
- core/tests/test_student_reviewer_viewset.py 2 additions, 7 deletionscore/tests/test_student_reviewer_viewset.py
- grady/settings/__init__.py 1 addition, 0 deletionsgrady/settings/__init__.py
- grady/settings/default.py 2 additions, 17 deletionsgrady/settings/default.py
- grady/settings/instance.py 5 additions, 0 deletionsgrady/settings/instance.py
- grady/settings/live.py 17 additions, 0 deletionsgrady/settings/live.py
- util/importer.py 2 additions, 1 deletionutil/importer.py
- util/processing.py 2 additions, 2 deletionsutil/processing.py
- util/testcases.py 0 additions, 6 deletionsutil/testcases.py
Loading
Please register or sign in to comment