-
Notifications
You must be signed in to change notification settings - Fork 73
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add consecutive_order, parent_name and status to exercise API
Add a consecutive numbering to the API to indicate the order of learning objects (chapters and exercises). This is calculated dynamically. Add a field to the API "parent_name", which contains the name of the parent, i.e., the chapter or exercise the exercise is embedded in (if it is embedded). The name of the chapter can provide more understandable context than just the exercise path or the title of the exercise (e.g. "Feedback"). The consecutive_order field is used to fix Jutut issues #43 and #44. The parent_name field is used to fix Jutut issue #46. The status can be used to identify enrollment questionnaires, needed for fixing Jutut issue #31.
- Loading branch information
Showing
3 changed files
with
47 additions
and
1 deletion.
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