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-qbehaviour_certaintywithstudentfeedback
Commits
b3a4c9fc
Commit
b3a4c9fc
authored
Dec 10, 2021
by
Astor Bizard
🐕
Browse files
Fixed unused_display_options
parent
89c7bf70
Changes
1
Hide whitespace changes
Inline
Side-by-side
behaviourtype.php
View file @
b3a4c9fc
...
...
@@ -47,4 +47,12 @@ class qbehaviour_certaintywithstudentfeedback_type extends qbehaviour_certaintyw
public
function
can_questions_finish_during_the_attempt
()
{
return
true
;
}
/**
* {@inheritDoc}
* @see question_behaviour_type::get_unused_display_options()
*/
public
function
get_unused_display_options
()
{
return
array
();
}
}
\ 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