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

Go to the source code of this file.

Variables

 $id = required_param('id', PARAM_INT)
 $strsurveys = get_string("modulenameplural", "survey")
 $strsectionname = get_string('sectionname', 'format_'.$course->format)
 $strname = get_string("name")
 $strstatus = get_string("status")
 $strdone = get_string("done", "survey")
 $strnotdone = get_string("notdone", "survey")
if(!$surveys=get_all_instances_in_course("survey",
$course)) 
$usesections = course_format_uses_sections($course->format)
if($usesections) $table = new html_table()
$table width = '100%'
 foreach ($surveys as $survey)

Variable Documentation

Definition at line 6 of file index.php.

$strdone = get_string("done", "survey")

Definition at line 23 of file index.php.

$strname = get_string("name")

Definition at line 21 of file index.php.

$strnotdone = get_string("notdone", "survey")

Definition at line 24 of file index.php.

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

Definition at line 20 of file index.php.

$strstatus = get_string("status")

Definition at line 22 of file index.php.

$strsurveys = get_string("modulenameplural", "survey")

Definition at line 19 of file index.php.

if ($usesections) $table = new html_table()

Definition at line 40 of file index.php.

if (!$surveys=get_all_instances_in_course("survey", $course)) $usesections = course_format_uses_sections($course->format)

Definition at line 35 of file index.php.

foreach($surveys as $survey)

Definition at line 51 of file index.php.

$table width = '100%'

Definition at line 41 of file index.php.

 All Data Structures Namespaces Files Functions Variables Enumerations