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

Commit ef333bd

Browse files
committed
Allow percent correct for clickable and dnd
1 parent 7629bac commit ef333bd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

controllers/admin.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,10 @@
4040
AUTOGRADE_POSSIBLE_VALUES = dict(
4141
actex=ALL_AUTOGRADE_OPTIONS,
4242
activecode=ALL_AUTOGRADE_OPTIONS,
43-
clickablearea=["manual", "all_or_nothing", "interact"],
43+
clickablearea=["manual", "all_or_nothing", "pct_correct", "interact"],
4444
codelens=ALL_AUTOGRADE_OPTIONS,
4545
datafile=[],
46-
dragndrop=["manual", "all_or_nothing", "interact"],
46+
dragndrop=["manual", "all_or_nothing", "pct_correct", "interact"],
4747
external=[],
4848
fillintheblank=ALL_AUTOGRADE_OPTIONS,
4949
khanex=ALL_AUTOGRADE_OPTIONS,

0 commit comments

Comments
 (0)