Dave Cox
Dave Cox
Activity
"Storyline updates the score and sends it to SABA with every question slide, and then again with the results slide. So I think the best yo..."
  • over 7 years ago09/15/16 at 8:00 pm (UTC)
Activity
"Ah. Any reason why you can't just always send 100 then?"
  • over 7 years ago09/15/16 at 7:44 pm (UTC)
Activity
"You can send 0, 100 or anything between, but I doubt you can set it to null. If you just want to send a completion, try creating a 1 que..."
  • over 7 years ago09/15/16 at 7:35 pm (UTC)
Activity
"My Pleasure. It's nice to return the favor sometimes."
  • over 7 years ago09/15/16 at 7:01 pm (UTC)
Activity
"If you are using SCORM 1.2 try: var myName = lmsAPI.SCORM_GetStudentName(); if you are using SCORM 2004 try: var myName = lmsAPI.SCORM..."
  • over 7 years ago09/15/16 at 6:56 pm (UTC)
Activity
"You can override the score that you send to the LMS, but you have to use javascript to do it. I had a need to do this to support dual lan..."
  • over 7 years ago09/15/16 at 6:47 pm (UTC)
Activity
"Try changing the When statement to "Timeline starts" and the object to your current slide."
  • over 7 years ago09/14/16 at 6:36 pm (UTC)
Activity
"I have a requirement to enable the next button about a second before the timeline ends. Since I have to do this on every slide, it is eas..."
  • over 7 years ago09/02/16 at 11:07 am (UTC)
Activity
"Hi Mala, To start, create a new button. If you don't want the button to display, you can place it behind something. In the button's trig..."
  • over 7 years ago08/26/16 at 11:34 am (UTC)
Activity
"Hi Paul, I have to do this often. I've method that works best for me is to create a variable that keeps track of my current scene. It is..."
  • over 7 years ago08/26/16 at 11:25 am (UTC)
Activity
"Unfortunately, the player does not make the volume setting variable available. It is possible to access it with the SDK, but you loose a..."
  • over 7 years ago08/26/16 at 11:19 am (UTC)
Activity
"Hi George, The Close button on your slide is in front of the youtube video player element. When the youtube player starts to play, it as..."
  • over 7 years ago08/26/16 at 11:10 am (UTC)
Activity
"Is your exit button intended to close a browser window? Sometimes browsers don't respect the code designed to close browser windows. This..."
  • over 7 years ago08/25/16 at 12:53 pm (UTC)
Activity
Dave Cox replied to the discussion Error: Garbled Text
"You may have your text boxes too small. Especially if these text boxes have variables, be sure your text boxes are big enough for whateve..."
  • over 7 years ago08/25/16 at 12:48 pm (UTC)
Activity
Dave Cox replied to the discussion Need Storyline Jeopardy Game
"This is a jeopardy game that I created for our use, that I'm willing to share with the community. This board contains 20 questions, altho..."
  • over 7 years ago08/19/16 at 11:16 am (UTC)
Activity
"Try this script, it should work for you. var scoreReportjs=player.GetVar("scoreReport"); var answer1=player.GetVar("q1Answer"); player.S..."
  • over 7 years ago08/18/16 at 8:04 pm (UTC)
Activity
"OK, I'll take a look at this and get back to you with some information."
  • over 7 years ago08/18/16 at 7:28 pm (UTC)
Activity
Dave Cox replied to the discussion Need Storyline Jeopardy Game
"You can modify the template to add more questions. I modified my version for 20 questions with no problem. I would send it to your, but i..."
  • over 7 years ago08/18/16 at 7:18 pm (UTC)
Activity
"Sometimes it helps to get it down to the simplest actions, and then build from there.  Try changing your last line to: player.setVar("s..."
  • over 7 years ago08/15/16 at 5:00 pm (UTC)
Activity
"Hi Stephanie, In the top line of your code, you declare the var scoreReportjs and retrieve the valuse from the articulate player. Once y..."
  • over 7 years ago08/15/16 at 2:34 pm (UTC)
Activity
Dave Cox replied to the discussion SDK for Storyline 2
"I know that this is an old post, but the answer is this: The current version of the SDK available for download will work just fine with ..."
  • over 7 years ago07/29/16 at 12:33 pm (UTC)
Activity
"Hi Mohammad Javascript is not designed to read or write local files when content is accessed from a web server for security reasons. I'm..."
  • almost 8 years ago07/22/16 at 12:04 pm (UTC)
Activity
Dave Cox replied to the discussion Corporate Compliance
"A great way to spruce up boring content can be with video and animations with a good voice over. We do a lot of video content, and after ..."
  • almost 8 years ago07/22/16 at 11:51 am (UTC)
Activity
"This is a good solution to track an individual slide. In my courses, I need to know the last slide visited. I accomplish this by setting ..."
  • almost 8 years ago07/22/16 at 11:27 am (UTC)
Activity
Dave Cox replied to the discussion SCORM 1.2 Question Text
"I discovered that SCORM_2004 wouldn't work with SABA. I couldn't get it to report any scores at all. We reverted bact to SCORM 1.2.  To ..."
  • 8 years ago04/14/16 at 3:54 pm (UTC)