Moodle PHP Documentation 4.3
Moodle 4.3.5 (Build: 20240610) (7dcfaa79f78)
workshopform_accumulative

Namespaces

namespace  workshopform_accumulative\privacy
  
 

Classes

class  backup_workshopform_accumulative_subplugin
 Provides the information to backup accumulative grading strategy information. More...
 
class  moodle1_workshopform_accumulative_handler
 Conversion handler for the accumulative grading strategy data. More...
 
class  restore_workshopform_accumulative_subplugin
 restore subplugin class that provides the necessary information needed to restore one workshopform_accumulative subplugin. More...
 
class  workshop_accumulative_assessment_form
 Class representing a form for assessing submissions by accumulative grading strategy. More...
 
class  workshop_accumulative_strategy
 Accumulative grading strategy logic. More...
 
class  workshop_edit_accumulative_strategy_form
 Class for editing accumulative grading strategy forms. More...
 
class  workshopform_accumulative\privacy\provider
 Privacy API implementation for the Accumulative grading strategy. More...
 

Functions

 workshopform_accumulative_pluginfile ($course, $cm, $context, $filearea, array $args, $forcedownload, array $options=array())
 Server workshop files.
 
 workshopform_accumulative_upgrade_element (stdclass $old, array $newscaleids, $newworkshopid)
 Transforms a given record from workshop_elements_old into an object to be saved into workshopform_accumulative.
 
 xmldb_workshopform_accumulative_install ()
 Post installation procedure.
 
 xmldb_workshopform_accumulative_upgrade ($oldversion)
 Performs upgrade of the database structure and data.
 

Variables

 $plugin = 2023100400
 
$plugin component = 'workshopform_accumulative'
 
$plugin version = 2023100900
 

Detailed Description

Function Documentation

◆ workshopform_accumulative_pluginfile()

workshopform_accumulative_pluginfile ( $course,
$cm,
$context,
$filearea,
array $args,
$forcedownload,
array $options = array() )

Server workshop files.

Parameters
stdClass$coursecourse object
stdClass$cmcourse module object
stdClass$contextcontext object
string$fileareafile area
array$argsextra arguments
bool$forcedownloadwhether or not force download
array$optionsadditional options affecting the file serving
Return values
bool

◆ workshopform_accumulative_upgrade_element()

workshopform_accumulative_upgrade_element ( stdclass $old,
array $newscaleids,
$newworkshopid )

Transforms a given record from workshop_elements_old into an object to be saved into workshopform_accumulative.

Parameters
stdClass$oldlegacy record from workshop_elements_old
array$newscaleidsmapping from old scale types into new standard ones
int$newworkshopidid of the new workshop instance that replaced the previous one
Return values
stdclassto be saved in workshopform_accumulative

◆ xmldb_workshopform_accumulative_upgrade()

xmldb_workshopform_accumulative_upgrade ( $oldversion)

Performs upgrade of the database structure and data.

Parameters
int$oldversionthe version we are upgrading from
Return values
booltrue