Moodle APIs 4.3
Moodle 4.3.6 (Build: 20240812)
|
Topics | |
files | |
privacy | |
Directories | |
directory | backup |
| |
directory | classes |
| |
Classes | |
class | backup_workshopform_numerrors_subplugin |
Provides the information to backup numerrors grading strategy information. More... | |
class | moodle1_workshopform_numerrors_handler |
Conversion handler for the numerrors grading strategy data. More... | |
class | restore_workshopform_numerrors_subplugin |
restore subplugin class that provides the necessary information needed to restore one workshopform_numerrors subplugin. More... | |
class | workshop_edit_numerrors_strategy_form |
Class for editing "Number of errors" grading strategy forms. More... | |
class | workshop_numerrors_assessment_form |
Class representing a form for assessing submissions by numerrors grading strategy. More... | |
Functions | |
workshopform_numerrors_upgrade_element (stdclass $old, $newworkshopid) | |
Transforms a given record from workshop_elements_old into an object to be saved into workshopform_numerrors. | |
xmldb_workshopform_numerrors_install () | |
This file replaces the legacy STATEMENTS section in db/install.xml, lib.php/modulename_install() post installation hook and partially defaults.php. | |
xmldb_workshopform_numerrors_upgrade ($oldversion) | |
Performs upgrade of the database structure and data. | |
Variables | |
$plugin = 2023100400 | |
$plugin | component = 'workshopform_numerrors' |
$plugin | version = 2023100900 |
workshopform_numerrors_upgrade_element | ( | stdclass | $old, |
$newworkshopid ) |
Transforms a given record from workshop_elements_old into an object to be saved into workshopform_numerrors.
stdClass | $old | legacy record from workshop_elements_old |
int | $newworkshopid | id of the new workshop instance that replaced the previous one |
stdclass | to be saved in workshopform_numerrors |
xmldb_workshopform_numerrors_install | ( | ) |
This file replaces the legacy STATEMENTS section in db/install.xml, lib.php/modulename_install() post installation hook and partially defaults.php.
xmldb_workshopform_numerrors_upgrade | ( | $oldversion | ) |
Performs upgrade of the database structure and data.
int | $oldversion | the version we are upgrading from |
bool | true |