Moodle  2.2.1
http://www.collinsharper.com
C:/xampp/htdocs/moodle/question/export.php File Reference

Go to the source code of this file.

Namespaces

namespace  moodlecore

Variables

 $strexportquestions = get_string('exportquestions', 'question')
 $category = $DB->get_record('question_categories', array("id" => $catid, 'contextid' => $catcontext), '*', MUST_EXIST)
 $export_form = new question_export_form($thispageurl, array('contexts'=>$contexts->having_one_edit_tab_cap('export'), 'defaultcategory'=>$pagevars['cat']))
 if ($from_form=$export_form->get_data())
 Display export form.

Variable Documentation

$category = $DB->get_record('question_categories', array("id" => $catid, 'contextid' => $catcontext), '*', MUST_EXIST)

Definition at line 39 of file export.php.

$export_form = new question_export_form($thispageurl, array('contexts'=>$contexts->having_one_edit_tab_cap('export'), 'defaultcategory'=>$pagevars['cat']))

Definition at line 47 of file export.php.

$strexportquestions = get_string('exportquestions', 'question')

Definition at line 36 of file export.php.

if($from_form=$export_form->get_data())

Display export form.

Definition at line 50 of file export.php.

 All Data Structures Namespaces Files Functions Variables Enumerations