[ Index ] |
PHP Cross Reference of moodle-2.8 |
[Source view] [Print] [Project Stats]
This file contains the definition for the library class for file feedback plugin
Copyright: | 2012 NetSpot {@link http://www.netspot.com.au} |
License: | http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later |
File Size: | 394 lines (17 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
assign_feedback_offline:: (10 methods):
get_name()
get_form_elements()
is_empty()
process_import_grades()
upload_grades()
download_grades()
view_page()
get_grading_actions()
is_enabled()
has_user_summary()
Class: assign_feedback_offline - X-Ref
library class for file feedback plugin extending feedback plugin base classget_name() X-Ref |
Get the name of the file feedback plugin return: string |
get_form_elements($grade, MoodleQuickForm $mform, stdClass $data) X-Ref |
Get form elements for grading form param: stdClass $grade param: MoodleQuickForm $mform param: stdClass $data return: bool true if elements were added to the form |
is_empty(stdClass $grade) X-Ref |
Return true if there are no feedback files param: stdClass $grade |
process_import_grades($draftid, $importid, $ignoremodified) X-Ref |
Loop through uploaded grades and update the grades for this assignment param: int $draftid - The unique draft item id for this import param: int $importid - The unique import ID for this csv import operation param: bool $ignoremodified - Ignore the last modified date when checking fields return: string - The html response |
upload_grades() X-Ref |
Display upload grades form return: string The response html |
download_grades() X-Ref |
Download a marking worksheet return: string The response html |
view_page($action) X-Ref |
Print a sub page in this plugin param: string $action - The plugin action return: string The response html |
get_grading_actions() X-Ref |
Return a list of the grading actions performed by this plugin This plugin supports upload zip return: array The list of grading actions |
is_enabled() X-Ref |
Override the default is_enabled to disable this plugin if advanced grading is active return: bool |
has_user_summary() X-Ref |
Do not show this plugin in the grading table or on the front page return: bool |
Generated: Fri Nov 28 20:29:05 2014 | Cross-referenced by PHPXref 0.7.1 |