Moodle  2.2.1
http://www.collinsharper.com
C:/xampp/htdocs/moodle/mod/assignment/index.php File Reference

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

Definition at line 7 of file index.php.

$modinfo = get_fast_modinfo($course)

Definition at line 58 of file index.php.

$strassignment = get_string("modulename", "assignment")

Definition at line 19 of file index.php.

$strassignments = get_string("modulenameplural", "assignment")

Definition at line 18 of file index.php.

$strassignmenttype = get_string("assignmenttype", "assignment")

Definition at line 20 of file index.php.

$strduedate = get_string("duedate", "assignment")

Definition at line 23 of file index.php.

$strgrade = get_string("grade")

Definition at line 25 of file index.php.

$strname = get_string("name")

Definition at line 22 of file index.php.

$strsectionname = get_string('sectionname', 'format_'.$course->format)

Definition at line 21 of file index.php.

$strsubmitted = get_string("submitted", "assignment")

Definition at line 24 of file index.php.

$table = new html_table()

Definition at line 46 of file index.php.

if ($usesections) $timenow = time()

Definition at line 44 of file index.php.

$types = assignment_types()

Definition at line 56 of file index.php.

if (!$cms=get_coursemodules_in_course('assignment', $course->id, 'cm.idnumber, m.assignmenttype, m.timedue')) $usesections = course_format_uses_sections($course->format)

Definition at line 39 of file index.php.

foreach($modinfo->instances['assignment'] as $cm)

Definition at line 59 of file index.php.

 All Data Structures Namespaces Files Functions Variables Enumerations