You are here

function qformat_default::setCattofile in Quiz 6.6

Same name and namespace in other branches
  1. 6.5 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;
}