blackboard import doesn't handle files such as images embedded in questions
GENERAL
TESTING
GENERAL
TESTING
Description
We have a user that wants to import test questions from Examview. The questions have images in them. The images aren't imported.
This requires changes in both the edu-common import code and Samigo, since Samigo does the actual processing. No code was ever written to create the files in content.
If I can come up with a test, I'll also do pools. The test files will be added to import-tests.
Note that the images are put in resources for the site where they are imported. This is fine for tests, but for pools it can create issues if the test is used in a different site. This is true just as much for pools created natively within Sakai, so I don't quite see which I can do about it.
I've only done tests and pools, not other object types. I suspect that's the only real use case.
We have a user that wants to import test questions from Examview. The questions have images in them. The images aren't imported.
This requires changes in both the edu-common import code and Samigo, since Samigo does the actual processing. No code was ever written to create the files in content.
If I can come up with a test, I'll also do pools. The test files will be added to import-tests.