Skip to content
This repository was archived by the owner on Jun 30, 2024. It is now read-only.

Commit 9ab989f

Browse files
committed
Add comment
1 parent 82ce8e0 commit 9ab989f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

controllers/admin.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1536,6 +1536,7 @@ def add__or_update_assignment_question():
15361536

15371537
autograde = request.vars.get('autograde')
15381538
which_to_grade = request.vars.get('which_to_grade')
1539+
# Make sure the defaults are set correctly for activecode Qs
15391540
if question_type in ('activecode', 'actex'):
15401541
if auto_grade != 'unittest':
15411542
autograde = 'manual'

0 commit comments

Comments
 (0)