Feature #7518
QTI2 import broken. Fix or develop.
Description
Apparently QTI2 import doesn't work. I'm attaching a few ZIP test files. It's necessary to open the ZIP files and search for XML files (as does the exercise_import.inc.php script) to see what tests/items should be imported.
It's also necessary to review the QTI2 standard to understand how we should deal with tests and items at the same level (as in the test_minifile zip).
Files
Related issues
History
Updated by Yannick Warnier almost 6 years ago
To figure out how the startelement function parses things, add an error_log($name) at the beginning
Updated by Yannick Warnier almost 6 years ago
- Target version changed from 1.10.0 to 2.0
Moving to 2.0 for now
Updated by Nicolas Ducoulombier over 5 years ago
- Status changed from New to Assigned
- Assignee set to José Loguercio
Updated by José Loguercio over 5 years ago
- % Done changed from 0 to 60
After a few fixes in code, it seems the issue with the attached files is that it doesn't have or doesn't resolve the weighting variable, it causes (in a row) all the notice and fatal error in qti2 import, still trying to find a solution