mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 17:06:53 +02:00
MDL-31036 mod_assign: Don't strip quickgrading feedback of special chars
This commit is contained in:
parent
4c27f52d91
commit
75d08f0291
2 changed files with 9 additions and 7 deletions
|
@ -1,4 +1,7 @@
|
|||
This files describes API changes in the assign code.
|
||||
=== 2.9 ===
|
||||
* External parameter now returns PARAM_RAW instead of PARAM_TEXT for webservices using feedback comments.
|
||||
|
||||
=== 2.8 ===
|
||||
* Some DB changes were made to simplify the SQL required to query the latest attempt.
|
||||
- The assign_submission table now has a column "latest" which is set to 1 for the latest submission attempt.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue