Skip to content

Commit

Permalink
quiz-data - Up version, code check
Browse files Browse the repository at this point in the history
  • Loading branch information
EJMFarrow committed Dec 10, 2024
1 parent 7f0a327 commit ede7681
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion classes/import_quiz.php
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ public function __construct(cli_helper $clihelper, array $moodleinstances) {
$arguments = $clihelper->get_arguments();
if (isset($arguments['directory'])) {
$directory = ($arguments['rootdirectory']) ? $arguments['rootdirectory'] . '/' . $arguments['directory'] :
$arguments['directory'] ;
$arguments['directory'];
} else {
$directory = $arguments['rootdirectory'];
}
Expand Down
4 changes: 2 additions & 2 deletions version.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,14 @@

defined('MOODLE_INTERNAL') || die();

$plugin->version = 2024101600;
$plugin->version = 2024121000;
// Question versions functionality of Moodle 4 required.
// Question delete fix for Moodle 4.1.5 required.
// NB 4.2.0 and 4.2.1 do not have the fix.
$plugin->requires = 2022112805;
$plugin->component = 'qbank_gitsync';
$plugin->maturity = MATURITY_BETA;
$plugin->release = '0.9.0 for Moodle 4.1+';
$plugin->release = '0.10.0 for Moodle 4.1+';

$plugin->dependencies = [
'qbank_importasversion' => 2024041600,
Expand Down

0 comments on commit ede7681

Please sign in to comment.