-
Bug
-
Resolution: Fixed
-
Major
-
2.1, 2.2.1, 2.3
-
MOODLE_21_STABLE, MOODLE_22_STABLE, MOODLE_23_STABLE
-
MOODLE_21_STABLE, MOODLE_22_STABLE
-
Hello Tim,
In some import formats there is a missing function :
public function mime_type()
As a consequence the import is broken
For instance the blackboard_six format is missing
public function mime_type()
And the learnwise format is missing
public function mime_type()
I will do a quick review and will report in comments the others that I found.
Unfortunately I don't have a test file for each format and all these formats don't have tests included so I only speak from looking at the code and for people posts in the forum (this is how I discovered the problem.