@@ -905,6 +905,9 @@ |
||
905 | 905 | } |
906 | 906 | } |
907 | 907 | |
908 | +/** |
|
909 | + * @param string $filePath |
|
910 | + */ |
|
908 | 911 | function isQtiQuestionBank($filePath) { |
909 | 912 | $data = file_get_contents($filePath); |
910 | 913 | if (!empty($data)) { |