Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
moodle-plugins
moodle-quiz_certainty
Commits
91cd06c9
Commit
91cd06c9
authored
Apr 08, 2022
by
Astor Bizard
🐕
Browse files
Version number
parent
619a997e
Changes
1
Hide whitespace changes
Inline
Side-by-side
version.php
View file @
91cd06c9
...
...
@@ -23,13 +23,13 @@
defined
(
'MOODLE_INTERNAL'
)
||
die
();
$plugin
->
version
=
202
11207
00
;
$plugin
->
version
=
202
20408
00
;
$plugin
->
requires
=
2018120300
;
$plugin
->
maturity
=
MATURITY_BETA
;
$plugin
->
release
=
'1.
2
'
;
$plugin
->
release
=
'1.
3
'
;
$plugin
->
component
=
'quiz_certainty'
;
$plugin
->
dependencies
=
array
(
'qbehaviour_certaintywithstudentfbdeferred'
=>
2021101800
,
'quiz_feedback'
=>
202
11207
00
'quiz_feedback'
=>
202
20408
00
);
\ No newline at end of file
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment