Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Trivial
-
Resolution: Fixed
-
Affects Version/s: 2.1, 2.2
-
Fix Version/s: 2.1.2
-
Component/s: Questions
-
Labels:
-
Testing Instructions:
-
Affected Branches:MOODLE_21_STABLE, MOODLE_22_STABLE
-
Fixed Branches:MOODLE_21_STABLE
-
Pull from Repository:
-
Pull Master Branch:
-
Pull Master Diff URL:
Description
Hello Tim,
While I work on some import formats I report all bugs I encounter even microscopics ones !
question/format.php Line 310: echo $OUTPUT->notification(get_string('cannotread', 'question'));
but the definition is in mod\quiz\lang\en\quiz.php
$string['cannotread'] = 'Cannot read import file (or file is empty)';
As I saw in another report that a general review of quiz and question lang strings is planned, I don't think you should bother to fix this one alone now. But I report it just so that it is here when the review will be done.