-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
move answer submodule to exercise submodule
* AnswerRegistry -> ExerciseRegistry * AnswerWidget -> ExerciseWidget * answer_key -> exercise_key * answer_registry -> exercise_registry
- Loading branch information
1 parent
7b4f61e
commit f98d5a1
Showing
8 changed files
with
139 additions
and
135 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
from ._widget_code_exercise import CodeExercise | ||
from ._widget_exercise_registry import ExerciseRegistry, ExerciseWidget | ||
from ._widget_text_exercise import TextExercise | ||
|
||
__all__ = ["CodeExercise", "TextExercise"] | ||
__all__ = ["CodeExercise", "TextExercise", "ExerciseWidget", "ExerciseRegistry"] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.