MDL-31036 mod_assign: Don't strip quickgrading feedback of special chars

This commit is contained in:
Zachary Durber 2015-01-28 13:55:45 +08:00
parent 4c27f52d91
commit 75d08f0291
2 changed files with 9 additions and 7 deletions

View file

@ -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.