Up one level | ||
ajax/ | ||
amd/ | ||
classes/ | ||
format/ | ||
report/ | ||
templates/ | ||
tests/ | ||
yui/ | ||
admin.php [source] [55 lines] | Listing of the course administration pages for this course. | |
bulkcompletion.php [source] [87 lines] | Bulk activity completion selection | |
category.ajax.php [source] [39 lines] | Helps moodle-course-categoryexpander to serve AJAX requests | |
changenumsections.php [source] [109 lines] | This script allows the number of sections in a course to be increased or decreased, redirecting to the course page. | |
completion.php [source] [170 lines] | Edit course completion settings | |
completion_form.php [source] [296 lines] | Edit course completion settings - the form definition. | |
customfield.php [source] [37 lines] | Manage course custom fields | |
defaultcompletion.php [source] [81 lines] | Bulk activity completion selection | |
delete.php [source] [100 lines] | Admin-only code to delete a course utterly. | |
dndupload.php [source] [41 lines] | Starting point for drag and drop course uploads | |
dnduploadlib.php [source] [667 lines] | Library to handle drag and drop course uploads | |
downloadcontent.php [source] [94 lines] | Download course content confirmation and execution. | |
edit.php [source] [251 lines] | Edit course settings | |
edit_form.php [source] [501 lines] | ||
editbulkcompletion.php [source] [77 lines] | Bulk activity completion selection | |
editcategory.php [source] [116 lines] | Page for creating or editing course category name/parent/description. | |
editdefaultcompletion.php [source] [75 lines] | Bulk activity completion selection | |
editsection.php [source] [148 lines] | Edit the section basic information and availability | |
editsection_form.php [source] [134 lines] | ||
enrol.php [source] [30 lines] | Redirection of old enrol entry point. | |
externallib.php [source] [4458 lines] | External course API | |
index.php [source] [77 lines] | Lists the course categories | |
info.php [source] [83 lines] | Displays external information about a course | |
jumpto.php [source] [41 lines] | Jumps to a given relative or Moodle absolute URL. Mostly used for accessibility. | |
lib.php [source] [4883 lines] | Library of useful functions | |
loginas.php [source] [93 lines] | ||
management.php [source] [525 lines] | Course and category management interfaces. | |
mod.php [source] [279 lines] | Moves, adds, updates, duplicates or deletes modules in a course | |
modduplicate.php [source] [45 lines] | Duplicates a given course module | |
modedit.php [source] [215 lines] | Adds or updates modules in a course using new formslib | |
modlib.php [source] [847 lines] | Library of functions specific to course/modedit.php and course API functions. The course API function calling them are course/lib.php:create_module() and update_module(). This file has been created has an alternative solution to a full refactor of course/modedit.php in order to create the course API functions. | |
moodleform_mod.php [source] [1298 lines] | Moodleform. | |
pending.php [source] [159 lines] | Allow the administrator to look through a list of course requests and approve or reject them. | |
recent.php [source] [274 lines] | Display all recent activity in a flexible way | |
recent_form.php [source] [175 lines] | Display all recent activity in a flexible way | |
recommendations.php [source] [60 lines] | Site recommendations for the activity chooser. | |
renderer.php [source] [2802 lines] | Renderer for use with the course section and all the goodness that falls within it. This renderer should contain methods useful to courses, and categories. | |
report.php [source] [41 lines] | ||
request.php [source] [92 lines] | Allows a user to request a course be created for them. | |
request_form.php [source] [151 lines] | Forms associated with requesting courses, and having requests approved. Note that several related forms are defined in this one file. | |
reset.php [source] [108 lines] | The purpose of this feature is to quickly remove all user related data from a course in order to make it available for a new semester. This feature can handle the removal of general course data like students, teachers, logs, events and groups as well as module specific data. Each module must be modified to take advantage of this new feature. The feature will also reset the start date of the course if necessary. | |
reset_form.php [source] [202 lines] | Provides the course_reset_form class. | |
resources.php [source] [150 lines] | List of all resource type modules in course | |
rest.php [source] [88 lines] | Provide interface for topics AJAX course formats | |
scales.php [source] [144 lines] | Allows a creator to edit custom scales, and also display help about scales | |
search.php [source] [112 lines] | Displays external information about a course | |
switchrole.php [source] [115 lines] | The purpose of this file is to allow the user to switch roles and be redirected back to the page that they were on. | |
switchrole_form.php [source] [96 lines] | Switch roles form. | |
tags.php [source] [67 lines] | Edit course tags | |
tags_form.php [source] [53 lines] | Edit course tags form | |
togglecompletion.php [source] [170 lines] | Toggles the manual completion flag for a particular activity or course completion and the current user. | |
user.php [source] [195 lines] | Display user activity reports for a course | |
view.php [source] [302 lines] |