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

Public API for creating and loading answer from student name #99

Merged
merged 1 commit into from
Dec 18, 2024

Conversation

agoscinski
Copy link
Collaborator

@agoscinski agoscinski commented Dec 17, 2024

The existing functions did not allow to specify the student name without changing the value of the dropdown menu. With the new function structure we can now create and load new files from the student name.


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

The existing functions did not allow to specify the student name without
changing the value of the dropdown menu. With the new function structure
we can now create and load new files from the student name.

One can create and load now with Python API the ExerciseWidget

```python
exercise_widget.create_new_file_from_student_name(name)
exercise_widget.load_file_from_student_name(name)
```
@agoscinski agoscinski force-pushed the public-api-loading-answer branch from b20377c to 7ddda88 Compare December 18, 2024 10:05
@agoscinski agoscinski merged commit 71e3f2b into main Dec 18, 2024
2 of 3 checks passed
@agoscinski agoscinski deleted the public-api-loading-answer branch December 18, 2024 11:06
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