Forum Discussion
ChrisPim-f7a22b
3 years agoCommunity Member
Moodle issue reporting the student name
Hi,
We have some courses created in Storyline 360, exported as SCORM packages and hosted in Moodle
We use the Javascript code below which ran on enter slide and always worked just fine.....
PhilMayor
3 years agoSuper Hero
Thanks Chris, wow 10 years feels like a long time.
var newName = newName.replace(/[undefined ]+/g, "");
Not tested that at all, but it should replace all of the occurrences of undefined with nothing.