MDL-9432 - When restoring questions, links are not recoded. Merged from OU moodle.

This commit is contained in:
tjhunt
2007-04-18 15:56:30 +00:00
parent 61e35a87da
commit 0dd1becdc7
5 changed files with 192 additions and 3 deletions
+8
View File
@@ -71,6 +71,14 @@ class default_questiontype {
return true;
}
/**
* @return whether the question_answers.answer field needs to have
* restore_decode_content_links_worker called on it.
*/
function has_html_answers() {
return false;
}
/**
* Saves or updates a question after editing by a teacher
*