Skip to content

Commit

Permalink
Improvement: questions on. system level
Browse files Browse the repository at this point in the history
  • Loading branch information
WunderJacob committed Aug 19, 2024
1 parent 3854a70 commit ce1b25c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion classes/questionsInstaller.php
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit ce1b25c

Please sign in to comment.