Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add load specific answer from answer file using student name #100

Merged
merged 1 commit into from
Dec 18, 2024

Conversation

agoscinski
Copy link
Collaborator

@agoscinski agoscinski commented Dec 18, 2024

Adds function load_answer_from_student_name and 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.


📚 Documentation preview 📚: https://scicode-widgets--100.org.readthedocs.build/en/100/

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.
@agoscinski agoscinski merged commit efbe549 into main Dec 18, 2024
4 checks passed
@agoscinski agoscinski deleted the load-answer-from-student-name branch December 18, 2024 15:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant