Forum Discussion
Everything we know about Cornerstone on Demand and Storyline!
I thought I would start a thread about Cornerstone on Demand so there's a central place for people to read and add to. There seems to be a dearth of information about how CSOD and Storyline interact with each other as well as the unresolved issues surrounding it. I've spent many hours scouring the web and speaking with Cornerstone trying to find a solution. Hopefully this thread will serve as a resource for others going forward.
On a side note, I love Articulate Storyline. I started with Adobe Captivate with limited success. It was a very steep learning curve, but I was able to get some basic functionality out of it. I tested out Storyline with it's 30 day trial, and I will say that time-to-effectiveness was drastically reduced. It really IS like using powerpoint. Granted there is less complex functionality and interactions available than Captivate, but so far it's given me everything I've needed to use. The benefit is that the learning curve is much less steep too. Think of it as the difference between iMovie and Final Cut Pro. The latter can do some crazy effects, but the former gives you 90% of what you need and can get you comfortable in 1/4 of the time.
It's nice to have a properly-working content creation tool when you're in an LMS like Cornerstone. I have enough trouble in CSOD as it is.
So some of the nuggets of wisdom that I've found are :
- Cornerstone does not track SCORM 1.2 content properly. You cannot pull a lot of the reports if they are not in SCORM 2004 format. You don't have the option to select that course in the reports.
- If you export into SCORM 2004, there will be an extra section on the left with text links to the module. This takes up 30% of the screen, and on smaller laptop screens may crowd out the module window. Cornerstone says this is a Storyline exporting settings issue. I couldn't find any settings that shows/hides that section. The workaround is to resize the module to the screen, which doesn't get rid of the section, but at least fits the module.
- When reporting, you can get the completion status for a course based on quiz result or last slide viewed. You can also get a final grade for course. Storyline passes the results information for each question (including short answer) but you cannot pull a list of the answers for an individual. Therefore, it may not be advisable to administer any testing where you'll need to review individual answers
- You can get a list of aggregate answers for a module. e.g. I can see how 100 employees answered this multiple choice question. This is helpful to determine if learners are absorbing the course information correctly.
- Web objects (such as websites, or links to sharepoint documents) work in modules if your IT has added csod.com to the trusted sites
- Popup windows that open up the articulate module in CSOD will work if you add csod.com to the allowed list for popup blockers. Your IT dept can also add this to everyone's computer. Otherwise when learners click the "launch" button, the module does not show up.
I'll post more as I think or find them, but feel free to add to this list!
- SteveFlowersCommunity Member
Yep. We're just hijacking what's already going on behind the scenes. This allows for more complex score calculations as well.
Someday... maybe we'll have a trigger specifically built to support this to avoid having to use JS:) - yoampiyoampiCommunity Member
Issue with rise: videos don't go full screen mode in Cornerstone
Hi community,
I have an issue with rise that is driving me mad and I need your support.
We created a Rise course with some blocks that are videos. When using the shared link, videos can play on full screen mode.
We exported the video in scorm 1.2 and tested in scorm cloud. It was able to play videos in full screen mode.
However, when I upload the same scorm in Cornerstone, videos can't go full screen. The button to enlarge is there, but when you click nothing happens. Video doesn't go full screen
Have you faced a similar issue? Any clue on how to overcome it?
Thanks a lot!!!
- Will_FindlayCommunity Member
I feel your pain on "full screen mode on embedded videos" not working in Cornerstone. I tried a bunch of ways to work around this and finally gave up. You can go to Suggestion City and vote up a suggestion I submitted here:
More info here:
- alejandroglezfCommunity Member
The issue with full screen also happens with some courses we create that
are not developed with Storyline that use FlowPlayer to handle videos. I
upvoted your suggestion, Will. I say it is somewhat old. I hope they take
it into account.
- mkudrnaCommunity Member
The full screen option seems to work for me in Google Chrome, but not in Internet Explorer.
- MarcusAlkemadeCommunity Member
Dear all,
Anybody here any experience with pulling participants name and date of completion from Cornerstone? I could use a little help.
I made a certificate slide on which the first and last name of the participant and also the date of completion should appear. I used a trigger to execute JavaScript when timeline starts, this is the JS:var lmsAPI = parent;
var name = lmsAPI.GetStudentName();
var nameArray = name.split(", ");
var firstName = nameArray[1];
var lastName = nameArray[0];
var currentTime = new Date()
var month = currentTime.getMonth() + 1
var day = currentTime.getDate()
var year = currentTime.getFullYear()
var dateString=day + "/" + month + "/" + year
var player = GetPlayer();
player.SetVar('first_name',firstName);
player.SetVar('last_name',lastName);
player.SetVar("date_completion",dateString);
It works fine for me when I test it in ScormCloud. But my client tells me it doesn't work for him. They use Cornerstone. It instantly got me wondering about the difference between ScormCloud and Cornerstone.
My first question is: is the JavaScript I used correct for Cornerstone?My second question is: could the configuration of Cornerstone or safety measures on my clients side be a problem?
Thanks in advance!- jeremyusherCommunity Member
HI Marcus
Did you ever resolve this as I have the save issue trying to pull the learner name from cornerstone?
- AngieElliott-51Community Member
Hello, Marcus.
Did you ever get a response to this? I didn't see anything come through on the next page. I have a client using CSOD and I want to pull the preferred name, too.
Any help you can provide would be helpful!
Thank you,
Angie
hi @ beyondcontentco.com
- OwenHoltSuper Hero
Angie, are you trying to pull the learner's name from CSOD?
- AndreaGrandP964Community Member
Hello all,
Is anyone else having email hyperlink issues with CSOD? We publish SCORM 2004 3rd edition and recently some of our courses (not all) crash when a user clicks an email hyperlink. Compatibility mode is turned off in CSOD and on IE11.
Has anyone else had this problem? Any solutions?
Thanks!
- ChrisUndery-aeaCommunity Member
I'm trying to set up a course so that it sends question level data to CSOD for reporting on. I can do this fine (mainly thanks to this thread) but have a couple of issues I wondered if anyone could help on.
PS. Course is output as SCORM 2004 3rd edition Complete/Incomplete
- Pass / Fail reporting: I've read various threads on this and understand that CSOD suggest using Complete/Incomplete when publishing. This is fine but the Pass/Fail column in the CSOD Reports always show Failed. Does anyone know of a way of getting the pass/fail to work properly?
- 'Hotspot' exercise question stem: I've been using the 'quiz question description' field to identify each question and this normally pulls directly from the question stem in SL3. However, I've got a few hotspot questions and if you look in the form view there is no question stem as such. From a bit of testing I've worked out that SL3 is sending the yellow highlighted text box (see screen shot) as the 'quiz question description' field (no idea why it picks this one to use). This might be fine but that field happens to be a static text box with the same content in every slide - This means I cannot differentiate between the various hotspot questions as they all come through with the same stem. I've managed to get it working by typing question specific text into the text field and then hiding the extra text from the learner (change colour to same as background). This pulls thorough to the report in CSOD OK but isn't the neatest solution - Does anyone know of a different / better way of doing this?
Any help greatly appreciated.
- MinaAziziCommunity Member
Jason,
How did you get a list of aggregate answers for a module (e.g. I can see how 100 employees answered this multiple choice question) in Cornerstone?
I've contacted the vendor but they are telling me this is not possible.
Mina
- BrittanyBarwegeCommunity Member
Mina - our version doesn't allow aggregate answers either. But, I know some other Cornerstone versions do.
- AgneRamanauskaiCommunity Member
Hi all,
I have read most of the comments but haven't found a proper answer about this issue.
When I am testing the courses, I have saved them on a different tracking option as Passed/ Failed, Passed/Incomplete and etc. However, every option on the Cornerstone gave me same outcome. If the course was completed but failed it still shows as completed and the completion certificate is issued to the user.
To overcome this issue, maybe not allowing the person to view the last slide if the passing score is less than 70%, would work? Can somebody assist me, how to create this variable?
Thank you,
Agne
- GemmaWellsCommunity Member
I really need someone's help - a colleague and I have been working on this issues for months and don't appear to be getting anywhere with it and our client manager doesn't have the answer either!
We are trying to report on completion rates for regulatory learning and have built custom reports for this but have come across an issue.
When we assign the regulatory learning out it is as a curriculum containing an online learning module and a test, we also then add this to our "Induction pathways" which are curricula we assign to new starters with all their learning. However the employees who complete this learning via the induction pathway are not included in the reports we have built. The only way I've managed to include all employees who have completed this to change the custom report to show the test, however this then does not include any employees who have not started the learning at all. which we need to be able to report on.
Is there a way around this as we need to be able to report completion rates for our core business metrics? Has anyone come across this?
- SteveFlowersCommunity Member
Hi, Gemma -
If I understand you correctly, you embed one curriculum within another curriculum. Is that correct?
Embedding curriculum within another curriculum, as far as I know, is only structural. The logic of the embedded curriculum is broken. I've noticed this when creating cohort curricula.
Example:
Curriculum Fruit
- LO- Oranges
- LO- Bananas
Curriculum Food
- Vegetables
- Curriculum Fruit
- LO- Oranges
- LO- Bananas
Completing an assigned curriculum Fruit would give credit for completion of Fruit. However, completion of the curriculum Food would not provide credit for the curriculum Fruit.
Only way I can think of to get around this is to associate this particular set to a unique property upon which you could report. Something like a specific provider or by giving the course title a specific naming convention.
[IP-T] Test Title
[IP-C] Course TItle
This would allow you to run a report where Training Title contains "[IP-". Once you have all of the records, no matter what the transcript status, you could use some excel magic and pivot tables to analyze the data.
Course Code might also help in this regard. Similar concept. Rounding up all of the stuff you want to count in one sweep. Based on record limits, you might be better off running two reports.
- Will_FindlayCommunity Member
Steve covered how inserting a curriculum into another curriculum is actually just like copying and pasting it into a section of the new curriculum rather than embedding it.
Regarding what you said here though: "The only way I've managed to include all employees who have completed this to change the custom report to show the test, however this then does not include any employees who have not started the learning at all."
When you added the items to the new curricula, did you leave "Auto-Register" unchecked? If so, until the learner manually registers for those items, they won't show up in your report.
Good to know that the course plays correctly on mobile Safari.
I wonder if other folks here are seeing issues in the Cornerstone mobile app after the latest iOS update. If so, do you have any tips for Colleen?