Toggling pregrading and Identifying blank solutions
This merge request does two things:
- Automatically identify blank solutions (either multiple choice or not) and set a feedback option named 'blank' for each one.
- When creating an exam, there are three options to specify which questions should be graded automatically.
- Pre-grade a question again if a submission is reuploaded and is automatically graded (by 'Zesje')
The grading policy is specified in the following way:
-
0/
set_nothing
: Manually approve everything -
1/
set_blank
: Automatically approve blank solutions -
2/
set_blank_single
: Automatically approve blank solutions or solutions with one answer
Add a new field to a problem in the database with this number.
For a more detailed description, see #61.
Edited by Ghost User
Merge request reports
Activity
added 90 commits
-
ac8e9060...5dc67747 - 89 commits from branch
develop
- 4e6dbbf2 - Fixed conflicts with develop
-
ac8e9060...5dc67747 - 89 commits from branch
- Resolved by RvdK
- Resolved by RvdK
added 104 commits
-
17bb3098...3a457f8a - 103 commits from branch
develop
- e1348392 - Merge branch 'develop' into 'feature/toggle-pregrading'
-
17bb3098...3a457f8a - 103 commits from branch
added 1 commit
- d2bc7513 - Removed print statement and reused CHECKBOX_FORMAT from pdf_generation.py
added 1 commit
- eb14f4d5 - Simplified the way a problem is added in the API
- Resolved by RvdK
- Resolved by RvdK
- Resolved by RvdK
Please register or sign in to reply