This commit is contained in:
Huong Nguyen 2024-12-17 09:11:56 +07:00
commit eb2be9fede
No known key found for this signature in database
GPG key ID: 40D88AB693A3E72A
11 changed files with 220 additions and 51 deletions

View file

@ -0,0 +1,10 @@
issueNumber: MDL-77713
notes:
core_question:
- message: >-
Deprecated method
`mod_quiz\question\bank\qbank_helper::get_version_options` in favour of
`core_question\local\bank\version_options::get_version_options` so that
the method is in core rather than a module, and can safely be used from
anywhere as required.
type: deprecated