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

Commit 3905e5b

Browse files
committed
add selectquestion to cmap
1 parent c68f99b commit 3905e5b

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

runestone/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
from .disqus import DisqusDirective
1212
from .dragndrop import DragNDrop
1313
from .fitb import FillInTheBlank
14+
from .selectquestion import SelectQuestion
1415
from .matrixeq import MatrixEq
1516
from .meta import Meta
1617
from .parsons import ParsonsProblem
@@ -229,6 +230,7 @@ def build(options):
229230
"parsonsprob": ParsonsProblem,
230231
"poll": Poll,
231232
"reveal": RevealDirective,
233+
"selectquestion": SelectQuestion,
232234
"shortanswer": JournalDirective,
233235
"showeval": ShowEval,
234236
"tabbed": TabbedStuffDirective,

0 commit comments

Comments
 (0)