mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
MDL-63905 qtype_multianswer: validate imported questions
This commit is contained in:
parent
89d1238962
commit
48aad79a63
18 changed files with 305 additions and 169 deletions
|
@ -1,5 +1,12 @@
|
|||
This files describes API changes for code that uses the question API.
|
||||
|
||||
=== 3.7 ===
|
||||
|
||||
The code for the is_valid_number function that was duplicated in the
|
||||
qtype_numerical and qtype_multianswer plugins in the qtype_numerical_edit_form
|
||||
and qtype_multianswer_edit_form classes has been moved to a static function
|
||||
in the qtype_numerical class of the qtype_numerical plugin.
|
||||
|
||||
=== 3.5 ===
|
||||
|
||||
1) The question format exportprocess function now adds a
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue