Up one level | ||
allocation/ | ||
amd/ | ||
backup/ | ||
classes/ | ||
db/ | ||
eval/ | ||
form/ | ||
lang/ | ||
pix/ | ||
tests/ | ||
aggregate.php [source] [57 lines] | Aggregates the grades for submission and grades for assessments | |
allocation.php [source] [87 lines] | At this page, teachers allocate submissions to students for a review | |
assessment.php [source] [204 lines] | Assess a submission or view the single assessment | |
editform.php [source] [81 lines] | Edit grading form in for a particular instance of workshop | |
editformpreview.php [source] [59 lines] | Preview the assessment form. | |
exassessment.php [source] [187 lines] | Assess an example submission | |
excompare.php [source] [121 lines] | Display example submission followed by its reference assessment and the user's assessment to compare them | |
exsubmission.php [source] [230 lines] | View, create or edit single example submission | |
feedbackauthor_form.php [source] [73 lines] | A form used by teachers to give feedback to authors on their submission | |
feedbackreviewer_form.php [source] [74 lines] | A form used by teachers to give feedback to reviewers on assessments | |
fileinfolib.php [source] [342 lines] | Provides code used during file browsing | |
index.php [source] [91 lines] | Prints the list of all workshops in the course | |
lib.php [source] [2255 lines] | Library of workshop module functions needed by Moodle core and other subsystems All the functions neeeded by Moodle core, gradebook, file subsystem etc are placed here. | |
locallib.php [source] [4763 lines] | Library of internal classes and functions for module workshop All the workshop specific functions, needed to implement the module logic, should go to here. Instead of having bunch of function named workshop_something() taking the workshop instance as the first parameter, we use a class workshop that provides all methods. | |
mod_form.php [source] [472 lines] | The main workshop configuration form The UI mockup has been proposed in MDL-18688 It uses the standard core Moodle formslib. For more info about them, please visit: http://docs.moodle.org/dev/lib/formslib.php | |
renderer.php [source] [1160 lines] | Workshop module renderering methods are defined here | |
settings.php [source] [92 lines] | The workshop module configuration variables | |
submission.php [source] [367 lines] | View a single (usually the own) submission, submit own work. | |
submission_form.php [source] [90 lines] | Submit an assignment or edit the already submitted work | |
switchphase.php [source] [64 lines] | Change the current phase of the workshop | |
toolbox.php [source] [63 lines] | Various workshop maintainance utilities | |
version.php [source] [29 lines] | Defines the version of workshop | |
view.php [source] [686 lines] | Prints a particular instance of workshop |