I've had lots of trouble trying to use Breeze for,
apparently, something it's just not designed to handle - serving up
reasonably architected flash-based elearning courses. I'm posting
here in the hopes someone else out there can give me an idea what
I'm doing wrong....
I've got a reusable course architecture, built in flash. It
is basically a shell that dynamically loads in the separate content
swf's when needed. The 'glue' of the course is an xml file that
contains 'page title' and the content file's path. Although the
Breeze doc says you can upload multiple swf files as part of a zip
file, the only way I've gotten it to actually work is to have an
index.html file as the starting file in the zip archive. Then all
of the directory structure is maintained and everything loads
properly. Problem is, I don't have tracking with my own course
architecture - I don't know AICC and don't have the time for the
foreseeable future to work on that. So I was hoping to rely on
having the quizzes/exams in separate Breeze Training courses. So
when the user needs to take a quiz, they click on a hyperlink in
the current content swf. A new _blank window is loaded, with the
url for the Breeze quiz, which was authored using the breeze
presenter/ppt thing so tracking will work. All that works good. A
new browser window opens as expected, the quiz opens, the tracking
occurs....
Problem happens when the user closes the browser window with
the quiz in it. When I do that, the original browser window that
contains the course gets reloaded. So, for example, say I'm at the
end of a piece of content in the course and I click on the link to
open up a review quiz for that content piece. It opens up, I take
the quiz, but then when I finish the quiz and close that window,
the course browser window reloads so I'm back at the beginning of
the course!
Is there a way to stop this from happening? I'm at my wits
end with Breeze and am trying to make this work for my company one
last time, before I request we ditch it for anything but the live
presenter-led stuff.