-
- Downloads
fixed #121 and made small changes to studentPage
Solution is no longer displayed on student page because it may contain grading information which has been changed during the grading process and would thus confuse the student
Showing
- core/serializers/submission.py 8 additions, 2 deletionscore/serializers/submission.py
- core/tests/test_student_page.py 2 additions, 4 deletionscore/tests/test_student_page.py
- core/views/common_views.py 2 additions, 2 deletionscore/views/common_views.py
- frontend/src/api.ts 1 addition, 1 deletionfrontend/src/api.ts
- frontend/src/components/SubmissionType.vue 14 additions, 11 deletionsfrontend/src/components/SubmissionType.vue
- frontend/src/components/student/ExamInformation.vue 11 additions, 2 deletionsfrontend/src/components/student/ExamInformation.vue
- frontend/src/components/student/SubmissionList.vue 2 additions, 2 deletionsfrontend/src/components/student/SubmissionList.vue
- frontend/src/components/student_list/StudentListMenu.vue 1 addition, 1 deletionfrontend/src/components/student_list/StudentListMenu.vue
- frontend/src/models.ts 1 addition, 1 deletionfrontend/src/models.ts
- frontend/src/pages/base/TutorReviewerBaseLayout.vue 1 addition, 1 deletionfrontend/src/pages/base/TutorReviewerBaseLayout.vue
- frontend/src/pages/student/StudentLayout.vue 6 additions, 6 deletionsfrontend/src/pages/student/StudentLayout.vue
- frontend/src/pages/student/StudentPage.vue 2 additions, 7 deletionsfrontend/src/pages/student/StudentPage.vue
- frontend/src/pages/student/StudentSubmissionPage.vue 1 addition, 2 deletionsfrontend/src/pages/student/StudentSubmissionPage.vue
- frontend/src/store/actions.ts 13 additions, 17 deletionsfrontend/src/store/actions.ts
Loading
Please register or sign in to comment