diff --git a/classes/questionsInstaller.php b/classes/questionsInstaller.php index bfd35ff..6538a1d 100755 --- a/classes/questionsInstaller.php +++ b/classes/questionsInstaller.php @@ -55,7 +55,7 @@ public function __construct($recipe, $dbid=null) { public function execute() { foreach (glob("$this->recipe/*") as $questionfile) { try { - $qformat = $this->create_qformat($questionfile, 984); + $qformat = $this->create_qformat($questionfile, 1); $qformat->importprocess(); $this->feedback['needed'][basename($questionfile)]['success'][] = $questionfile; } catch (Exception $e) {