-
1. Re: Storing multiple captivate quiz results, and then aggregating them without an LMS.
Jim Leichliter Oct 10, 2014 7:44 AM (in response to MPI-IT)When you say "aggregated" are you referring to the aggregator tool that comes with Cp? Your JS looks good. Do you notice any JS errors in the browser's console?
-
2. Re: Storing multiple captivate quiz results, and then aggregating them without an LMS.
MPI-IT Oct 14, 2014 6:24 AM (in response to MPI-IT)Yes, I am using the aggregator tool to combine multiple lessons into one course. When I test the last lesson, which contains the javascript, by itself it runs fine and adds all the totals and replaces the variable quizresulttotals with the result.The quiz values are still stored in a cookie for testing which is what makes this possible. But once the lessons are combined to create the entire course, the javascript seems to disappear. I even have alerts built into the script at each step for testing purposes and none of them show.
-
3. Re: Storing multiple captivate quiz results, and then aggregating them without an LMS.
RodWard Oct 14, 2014 7:16 AM (in response to MPI-IT)Aggregator projects only take the SWF files to build the final set, not other files from those published projects. If your JS code was residing in the HTM or other JS files from the published projects then it would not end up in the final aggregated set. You may need to look at having your JS code set up as functions that you manually add to the HTM file the aggregator creates, then call those functions from within the SWFs.



