|
Moodle
2.2.1
http://www.collinsharper.com
|


Public Member Functions | |
| print_student_answer ($userid, $return=false) | |
| assignment_uploadsingle ($cmid='staticonly', $assignment=NULL, $cm=NULL, $course=NULL) | |
| view () | |
| process_feedback () | |
| print_responsefiles ($userid, $return=false) | |
| can_manage_responsefiles () | |
| view_upload_form () | |
| upload ($mform) | |
| upload_file ($mform) | |
| upload_responsefile ($mform) | |
| setup_elements (&$mform) | |
| portfolio_exportable () | |
| send_file ($filearea, $args) | |
| extend_settings_navigation ($node) | |
| download_submissions () | |
| is_submitted_with_required_data ($submission) | |
Definition at line 27 of file assignment.class.php.
| assignment_uploadsingle | ( | $ | cmid = 'staticonly', |
| $ | assignment = NULL, |
||
| $ | cm = NULL, |
||
| $ | course = NULL |
||
| ) |
Definition at line 132 of file assignment.class.php.


creates a zip of all assignment submissions and sends a zip to the browser
Definition at line 356 of file assignment.class.php.

| extend_settings_navigation | ( | $ | node | ) |
| is_submitted_with_required_data | ( | $ | submission | ) |
Check the given submission is complete. Preliminary rows are often created in the assignment_submissions table before a submission actually takes place. This function checks to see if the given submission has actually been submitted.
| stdClass | $submission | The submission we want to check for completion |
Reimplemented from assignment_base.
Definition at line 405 of file assignment.class.php.
Reimplemented from assignment_base.
Definition at line 274 of file assignment.class.php.
| print_responsefiles | ( | $ | userid, |
| $ | return = false |
||
| ) |
| print_student_answer | ( | $ | userid, |
| $ | return = false |
||
| ) |
| process_feedback | ( | ) |
| send_file | ( | $ | filearea, |
| $ | args | ||
| ) |
| string | $filearea | |
| array | $args |
Reimplemented from assignment_base.
Definition at line 278 of file assignment.class.php.

| setup_elements | ( | &$ | mform | ) |
Reimplemented from assignment_base.
Definition at line 252 of file assignment.class.php.

| upload | ( | $ | mform | ) |
| upload_file | ( | $ | mform | ) |
Definition at line 170 of file assignment.class.php.


| upload_responsefile | ( | $ | mform | ) |
Definition at line 228 of file assignment.class.php.


| view | ( | ) |
Display the assignment, used by view.php
This in turn calls the methods producing individual parts of the page
Reimplemented from assignment_base.
Definition at line 61 of file assignment.class.php.

| view_upload_form | ( | ) |
Definition at line 140 of file assignment.class.php.

