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

Commit d2cc7e3

Browse files
committed
Fix: support hparsons in assignments
1 parent 564a1cf commit d2cc7e3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

controllers/admin.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@
4646
external=[],
4747
fillintheblank=ALL_AUTOGRADE_OPTIONS,
4848
khanex=ALL_AUTOGRADE_OPTIONS,
49+
hparsons=ALL_AUTOGRADE_OPTIONS,
4950
lp_build=ALL_AUTOGRADE_OPTIONS,
5051
mchoice=ALL_AUTOGRADE_OPTIONS + ["peer", "peer_chat"],
5152
page=["interact"],
@@ -68,6 +69,7 @@
6869
"fillintheblank",
6970
"khanex",
7071
"mchoice",
72+
"hparsons",
7173
"parsonsprob",
7274
"quizly",
7375
"selectquestion",
@@ -85,6 +87,7 @@
8587
dragndrop=ALL_WHICH_OPTIONS,
8688
external=[],
8789
fillintheblank=ALL_WHICH_OPTIONS,
90+
hparsons=ALL_WHICH_OPTIONS,
8891
khanex=ALL_WHICH_OPTIONS,
8992
lp_build=ALL_WHICH_OPTIONS,
9093
mchoice=ALL_WHICH_OPTIONS + ["all_answer"],

0 commit comments

Comments
 (0)