mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 06:18:28 +01:00
Fix whitespace.
This commit is contained in:
parent
eaa15ed1ad
commit
eedb2494ed
@ -193,7 +193,7 @@ class qformat_default {
|
||||
}
|
||||
}
|
||||
if (!$answersvalid) {
|
||||
notify( get_string('matcherror','quiz') );
|
||||
notify(get_string('matcherror', 'quiz'));
|
||||
continue;
|
||||
}
|
||||
else {
|
||||
|
@ -14,7 +14,7 @@
|
||||
* @calledfrom type/<typename>/editquestion.php
|
||||
* @package questionbank
|
||||
* @subpackage importexport
|
||||
*/
|
||||
*/
|
||||
function get_course_media_files($courseid)
|
||||
{
|
||||
// this code lifted from mod/quiz/question.php and modified
|
||||
|
@ -26,11 +26,8 @@ class question_edit_description_form extends question_edit_form {
|
||||
$mform->addElement('hidden', 'defaultgrade', 0);
|
||||
}
|
||||
|
||||
|
||||
function qtype() {
|
||||
return 'description';
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
?>
|
Loading…
x
Reference in New Issue
Block a user