-
Bug
-
Resolution: Fixed
-
Minor
-
3.10 regressions, 3.9.20, 4.1.2, 4.4.2
Current behaviour:
Feedback module replaces some symbols such as & and " with their HTML entities in forms of responses.
More details in the reproduction steps below.
Desired behaviour:
Users should not deal with HTML entities if they don't want to. Saving a form without any changes made must not change the data.
Steps:
- Create a not anonymous feedback activity, allow multiple submissions (the problem presents in all kinds of Feedback activity, but this combination of settings shows more interfaces with the problem).
- Create questions of 'short text' and 'longer text' types.
- (student) Fill in and send the report form.
- Open response list.
- Open the response in the list. SEE THE PROBLEM
- (student) Go to the Feedback and press 'Answer the questions' button again. SEE THE PROBLEM
- (student) Don't change anything and press 'Submit your answers'.
- Open response list. SEE THE PROBLEM
A response example:
This is "longer" feedback & the ampersand
This is "short" feedback & the ampersand
Seems like there is a similar issue MDL-62307