ENCOA-256: Some more changes to level prompt and added mc to reading
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
from .true_false import TrueFalse
|
||||
from .multiple_choice import MultipleChoice
|
||||
|
||||
__all__ = [
|
||||
"TrueFalse"
|
||||
]
|
||||
"TrueFalse",
|
||||
"MultipleChoice"
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user