-
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.
Add load specific answer from answer file using student name
Adds function `load_answer_from_student_name`, `load_answer_from_loaded_file` to ExerciseRegistry API. `load_answer_from_loaded_file` does what `load_answer` did before. `load_answer` requires now an additional argument an `answers_filename`. `load_answer_from_student_name` allows to load specific answers without loading the entire file which can conflict with entries that do not have yet a corresponding widget.
- Loading branch information
1 parent
71e3f2b
commit b77cb10
Showing
2 changed files
with
69 additions
and
25 deletions.
There are no files selected for viewing
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