-
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.
Public API for creating and loading answer from student name
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) ```
- Loading branch information
1 parent
1a00805
commit 7ddda88
Showing
3 changed files
with
78 additions
and
44 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
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