MDL-71468 assignfeedback_editpdf: Convert submissions via adhoc tasks

This commit is contained in:
Mikhail Golenkov 2022-06-17 18:04:17 +10:00
parent ca583bddaf
commit e4784db136
12 changed files with 130 additions and 289 deletions

View file

@ -637,14 +637,6 @@ $CFG->admin = 'admin';
//
// $CFG->upgradekey = 'put_some_password-like_value_here';
//
// Document conversion limit
//
// How many times the background task should attempt to convert a given attempt
// before removing it from the queue. Currently this limit is only used by the
// mod_assign conversion task.
//
// $CFG->conversionattemptlimit = 3;
//
// Font used in exported PDF files. When generating a PDF, Moodle embeds a subset of
// the font in the PDF file so it will be readable on the widest range of devices.
// The default font is 'freesans' which is part of the GNU FreeFont collection.