Hi,
I'm sure this must have been covered at some stage . I just can't seem to find the right tutorial/forum post.
I have an external js file that is in my plugins folder. I am trying to call to a function in it using this in an expression.
var learnername = (scorm.get("cmi.core.student_name"));
But I just get an error saying scorm.get is not a function. Yet I know that it is a function of my external.js file.
Any ideas?
Cheers
Luke