You are here

function qformat_coursetestmanager::importpreprocess in Quiz 6.6

Same name and namespace in other branches
  1. 6.5 includes/moodle/question/format/coursetestmanager/format.php \qformat_coursetestmanager::importpreprocess()

Perform any required pre-processing

Return value

boolean success

Overrides qformat_default::importpreprocess

File

includes/moodle/question/format/coursetestmanager/format.php, line 22

Class

qformat_coursetestmanager

Code

function importpreprocess($category) {
  $this->category = $category;

  // Important
  return true;
}