forked from oppia/oppia
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add linked_skill_ids to the Question model (oppia#6929)
* Test commit * Backend changes for linked skill ids * Push for now * Added updation logic to linked_skill_ids * Fixed linter issues * Disable default variable issue in test_utils * Revert package-lock.json * Add test to check exception in test_multi_question_skill_links * Linter fix * Linter fix * Fixed suggestion_registry * Fixed suggestion_registry_test * Fixed reader and topic editor tests * Fixed backend tests * Fix linter error * fix e2e test and review comments * Remove print statement * Fix linter errors * Fix linter errors * Increase test coverage * Fix linter errors * Fix typo * Fixes based on review comments * Fix linter errors * Fix linter errors * Review comment fixes * Removed required=True for linked_skill_ids * Linter fix * Review changes * Fix tests * Fix linter check * Linter fix * Remove trailing space * Check if skill id exists in create_new_question_skill_link * Review changes * Fix backend tests * Lint fix * Fix suggestions_test * Fix suggestion_registry_test * Lint fix * Review fixes * Added a note for skillids in editableQuestionBackendApiService * Fix topic editor test * Fix sugesstion test and remove suggestion changes * Remove space in suggestion * Add linked_skill_ids in the suggestions_test * Improve test coverage * Fix suggestion test
- Loading branch information
1 parent
f13a410
commit 38b5373
Showing
21 changed files
with
460 additions
and
134 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
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
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
Oops, something went wrong.