function qformat_default::setCattofile in Quiz 6.5
Same name and namespace in other branches
- 6.6 includes/moodle/question/format.php \qformat_default::setCattofile()
set cattofile
Parameters
bool cattofile exports categories within export file:
File
- includes/
moodle/ question/ format.php, line 129
Class
- qformat_default
- Base class for question import and export formats.
Code
function setCattofile($cattofile) {
$this->cattofile = $cattofile;
}