Hey guys,
I am working on implementing a C2 game to include in a blackboard SCORM compliant course but I am running into some issues and was wondering if there was anybody else out there who has had any success. I just want to see on which end this issue lies - either between blackboard or c2runtime engine not managing the files correctly. I have successfully loaded the C2 project onto a moodle lms which ran just fine, but I have also directly loaded an image into a simple html5 page into a blackboard course. I plan on trying other file types like audio and video to see if the issue results the same as well as verify the manifest is completely valid.
I have also noticed when viewing with the chrome developer tools that, although the image is not loaded, it is also label as an HTML/TEXT mimetype. Not only that, but I can click on the link which the error is provided in the chrome tools resources and open the image's direct address with no problem. It comes up with no problem, but the problem still persist with the engine.
I am developing for a client who is C2 and Blackboard specific so I have to stick to this framework. Any ideas you guys have to head me the right direction would be great.
-Thank you