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

Commit b177f61

Browse files
committed
Fix: Add hparsons metadata for assignments
1 parent fec1289 commit b177f61

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

controllers/admin.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1934,6 +1934,7 @@ def _get_toc_and_questions():
19341934

19351935
# This is the place to add meta information about questions for the
19361936
# assignment builder
1937+
# TODO: Incorporate which_to_grade stuff in here.
19371938
def _add_q_meta_info(qrow):
19381939
qt = {
19391940
"mchoice": "Mchoice ✓",
@@ -1953,6 +1954,7 @@ def _add_q_meta_info(qrow):
19531954
"quizly": "Quizly ✓",
19541955
"khanex": "KhanAcademy ✓",
19551956
"webwork": "WebWork ✓",
1957+
"hparsons": "MicroParsons ✓",
19561958
}
19571959
qt = qt.get(qrow.questions.question_type, "")
19581960

0 commit comments

Comments
 (0)