FAQ
Products Showcase Download Extras Support
 
Home :: Support :: Community :: CourseLab Issues

cmi.core.lesson_status PPT import

cmi.core.lesson_status PPT import 
Author:  jmartinmarquez
Date: 08.03.2010 20:47:09
I have purchased powerpoint import module, I have sucessfully imported my PPT and i can see 3 problems:

1- Animations (effects) are no imported sucessfully. ¿Someone can tell me if this is a bug?

2- cmi.core.lesson_status is always incomplete, I have seen all the slides but status does not change.
¿Someone can tell me if this is a bug?

3-SCO must look for the API not only in parent windows but in child frames of these parent windows recusively. I have had to change lms.js to add this function and now, works fine.

function findAPI(win) {
// look in this window
if (typeof(win) != 'undefined' ? typeof(win.API) != 'undefined' : false) {
if (win.API != null ) {
return win.API;
}
}
// look in this window's frameset kin (except opener)
if (win.frames.length > 0) {
for (var i = 0 ; i < win.frames.length ; i++) {
if (typeof(win.frames[i]) != 'undefined' ? typeof(win.frames[i].API) != 'undefined' : false) {
if (win.frames[i].API != null) {
return win.frames[i].API;
}
}
}
}  
...

Welcome to CourseLab Community! If you have any questions regarding CourseLab - please post it here in corresponding thread. If you cannot find the thread that exactly fit to your question - you can place New thread message. If such thread already exists - please post your question there. Threads are time slipping - last changed threads are always on the top of the threads list.

Total number of threads: 1294
Total number of comments: 4647
Filter by main thread topic:
Search for:  
 
v :)
Subject Author Date
cmi.core.lesson_status PPT import jmartinmarquez 08.03.10
 

Reply

You can also post this message as registered user. [Log in]
Author:
E-mail:
Subject:
Options:  Notify me if there is a new reply
Message emoticon:
Message body:
Insert smilie into text:
 
Jump to thread: