My company wants to have our courses in different language translations. Is there a way to have just one course file where the user can select a language at the start of the course? Or do we really need to upload the course in separate multiple files/languages?
Hey,
according to what I know, this is not possible. Especially if you are talking about a SCORM export.
There are some solutions on the market from Rustici or Commlabindia which allow to combine multiple packages to one big package.
Also worth a look (SCORM 1.2): GitHub - skfriese/multi-lang-sco: A configurable SCORM 1.2 package for supporting multiple SCO's in different languages
I have adopted this a little bit and it seems to work very well.
An integrated solution would be MUCH better!
I’ve seen some courses that start with a language picker. The language gets saved to a variable and the course shows pages according to that variable. You could do the same using Evolve’s logic.
However that means that you’ll have one very large couse, since you’ll need the same content in multiple languages.
It definitely is possible with the vast majority of Learning Management Systems and without the need for any fancy tinkering with multi-SCO packages or anything like that.
The only time I’ve run into a problem with this technique was with one LMS (sorry don’t remember which one) that assumed that if the course didn’t call LMSInitialize within a certain amount of time it hadn’t started properly and wasn’t going to and would then simply cancel the SCORM session. The workaround for this was to add a timer to the ‘choose language’ page to let the learner know they only had a certain amount of time to choose their language otherwise they’d have to start again.
Yes, LMS could somehow manage it but e.g. we are using Cornerstone (not one of the smaller ones…) and here you can set language equivalencies but do not have some kind of a language picker when starting the course. I would really appreciate if Cornerstone would add something but the fact is that it is not available. Other authoring tools offer such solutions and I somewhere read that the adapt framework does also have an add-in for that.
Adapt does have an add-in for that but it’s only usable with manually-created courses i.e. you can’t use it in the Adapt Authoring Tool. So it still requires manual effort to setup, though does have the advantage that the course .zip ends up being much smaller as you can share assets across languages.
Hi @riallara,
It can be done. I’ve built a couple of multilanguage single SCORM courses. There are a few things to be mindful of - like you cannot have a right to left language like Arabic in the same course as LTR languages. Unfortunately, the courses are client bespoke so I cannot share public links. If you want to web meet and see how it’s done let me know.
Hi @Andy_Moorman! Thank you for this. Did you have to have all translated language in the single SCORM file? I’m just worried about the file size for big courses.
The course has 6 languages, takes around 20 mins to complete and contains audio. The total file size is 28 MB. If it had video(s) I’d stream rather than embed to keep the file size low.
Hi Andy,
Hello hello, my name is CYIU, I’ve been looking for a solution for my in-house training to be launched on our LMS (CornerStone).
I was with Captivate Classic but now using the All-new Captivate (don’t think I will go back to Classic..). I will need to launch a 6-language training on our LMS and I saw your conversation here and may I know how to package all 6 languages SCO into 1 SCORM package?
Multilingual text might be needed on the Select your language screen
Multilingual options are also needed in the bookmarking and assessment retake pop-ups
Global buttons need symbols rather than words - my MCQ submit buttons have a forward arrow but I’ve also done builds where I’ve put a ? instead. Either do the job.
You can not mix an RTL language, so Arabic or Hebrew would need their own build.
If it’s Captivate, the Evolve Community isn’t the right place to ask . It can be done, but it requires custom-developing a bespoke front-end menu to launch the individual language files inside a single scorm file.
Thanks for your reply.
I created my content on Captivate, been look for solution to bundle my 6 individual SCORM (6 languages) into 1 bigger package so the learner can select the language on the dashboard landing page..
Sorry raising my question here that I did not know it’s for Evolve only, I was checking on web and one of the results put me here and I thought it’s open forum - sorry again.
For the bespoke front-end menu to launch the individual language files inside a single SCORM file, may I ask if possible to give me a direct where to look at, coding is not my area, just in case, but I want to try and see if I can build something as I have all 6 language SCORM and just need this dashboard thing..