Go to the source code of this file.
Variables |
| | $id = required_param('id', PARAM_INT) |
| | $strassignments = get_string("modulenameplural", "assignment") |
| | $strassignment = get_string("modulename", "assignment") |
| | $strassignmenttype = get_string("assignmenttype", "assignment") |
| | $strsectionname = get_string('sectionname', 'format_'.$course->format) |
| | $strname = get_string("name") |
| | $strduedate = get_string("duedate", "assignment") |
| | $strsubmitted = get_string("submitted", "assignment") |
| | $strgrade = get_string("grade") |
if(!$cms=get_coursemodules_in_course('assignment',
$course->id, 'cm.idnumber,
m.assignmenttype, m.timedue')) | $usesections = course_format_uses_sections($course->format) |
| if($usesections) | $timenow = time() |
| | $table = new html_table() |
| | $types = assignment_types() |
| | $modinfo = get_fast_modinfo($course) |
| | foreach ($modinfo->instances['assignment'] as $cm) |
Variable Documentation
| $strassignment = get_string("modulename", "assignment") |
| $strassignments = get_string("modulenameplural", "assignment") |
| $strassignmenttype = get_string("assignmenttype", "assignment") |
| $strsubmitted = get_string("submitted", "assignment") |
| if ($usesections) $timenow = time() |
| foreach($modinfo->instances['assignment'] as $cm) |