forked from moodle/moodle
-
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.
Merge branch 'MDL-72958' of https://github.com/timhunt/moodle
- Loading branch information
Showing
7 changed files
with
166 additions
and
147 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,12 @@ | ||
This file describes core qbank plugin changes in /question/bank/*, | ||
information provided here is intended especially for developers. | ||
|
||
=== 4.0 === | ||
|
||
* This plugin type is new in Moodle 4.0. It is for adding features to the question bank. | ||
They key entry point is the class plugin_feature in the plugin namespace. This tells | ||
the core question bank API exactly which features this plugin implements. | ||
These features can currently be new columns in the question bank display, and bulk actions. | ||
Currently, actions on single questions are implemented as a type of column (but this | ||
should probably change in the future.) To get started, have a look at the methods | ||
in core_question\local\bank\plugin_features_base which you can override. |
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.