-
Bug
-
Resolution: Duplicate
-
Critical
-
None
-
1.9.5
-
None
-
MySQL
-
MOODLE_19_STABLE
In an Essay questions in a quiz, URLs are part of the student“s answer. Often, when the URL appears at the end of a line, the URL and all text after the URL is not shown in the grading window (i.e., only a fraction of the answer is shown).
Tthe answer *is*correctly stored in the database. The data stored in the DB looks, for example, like that (from SQL query):
Link: http://www.somesite.com/index.html<br />Some more text
|
The grading window only shows: "Link: ", nothing more. The same happens if the students review their submission.
Less serious problem (related or not?): The full anwer, albeight corrupted, is shown in the "Item analysis" window. It seems that Moodle tries to replace the URL in the answer with a http link, and handles the <br/> in a wrong way. The answer that is shown there is as follows:
Link: http://www.somesite.com/index.html
|
/>
|
Some more text
|
Or, to show the complete HTML source:
Link: <a href="http://www.somesite.com/index.html%3Cbr" target="_blank">http://www.somesite.com/index.html<br></a> /><br>Some more text
|
- duplicates
-
MDL-20826 convert_urls_into_links www bug
-
- Closed
-