mirror of
https://github.com/moodle/moodle.git
synced 2025-02-23 03:18:07 +01:00
16 lines
595 B
Markdown
16 lines
595 B
Markdown
# core_question (subsystem) Upgrade notes
|
|
|
|
## 4.5
|
|
|
|
### Added
|
|
|
|
- A new utility function `\question_utils::format_question_fragment()` has been created so that question content can filter based on filters.
|
|
|
|
For more information see [MDL-78662](https://tracker.moodle.org/browse/MDL-78662)
|
|
|
|
### Changed
|
|
|
|
- `\core_question\local\bank\column_base::from_column_name()` method now accepts a `bool $ingoremissing` parameter, which can be used to ignore if the class does not exist, instead of throwing an exception.
|
|
|
|
For more information see [MDL-81407](https://tracker.moodle.org/browse/MDL-81407)
|