MDL-78284 theme: Add new interactive content and update styles

This commit is contained in:
Sara Arjona
2024-02-15 17:49:43 +01:00
parent 76474b6c59
commit 8cdd62ca88
44 changed files with 225 additions and 223 deletions
+1 -1
View File
@@ -325,7 +325,7 @@ class mod_data_generator extends testing_module_generator {
get_file_storage()->create_file_from_string(['component' => 'user', 'filearea' => 'draft',
'contextid' => $usercontext->id, 'itemid' => $itemid, 'filepath' => '/',
'filename' => $filename],
file_get_contents($CFG->dirroot.'/mod/data/pix/monologo.png'));
file_get_contents($CFG->dirroot.'/mod/data/field/picture/pix/sample.png'));
}
$fieldname = 'field_' . $fieldid . '_file';