Adam Trosper
Adam Trosper
Reflection Software
Activity
Adam Trosper replied to the discussion "Computer Seems to Be offline" error
"Any chance that those troubleshooting steps could be posted here to this forum? Or better yet, to an article? Our team has ha..."
  • 11 months ago04/20/23 at 2:34 pm (UTC)
Activity
Adam Trosper replied to the discussion lmsAPI Functionality in HTML5 Output
"Hi Hila, I think it's on an LMS-by-LMS basis exactly what information is provided to the course at runtime. A lot of these fields a..."
  • over 2 years ago12/15/21 at 10:11 pm (UTC)
Activity
Adam Trosper replied to the discussion lmsAPI Functionality in HTML5 Output
"Hey Hila! It sounds to me like you are trying to do something that is better reserved for calls outside of the courseware itself (p..."
  • over 2 years ago12/15/21 at 7:55 pm (UTC)
Activity
Adam Trosper replied to the discussion lmsAPI Functionality in HTML5 Output
"Hi Derrick - you can only get certain information from the LMS at runtime, and email address isn't one of those fields. Some ..."
  • over 2 years ago10/27/21 at 6:13 pm (UTC)
Activity
Adam Trosper replied to the discussion lmsAPI Functionality in HTML5 Output
"Hi Joseph - Good call on this. The only thing you will want to be careful of/double-check, is how it will behave if someone do..."
  • over 2 years ago10/25/21 at 3:53 pm (UTC)
Activity
Adam Trosper replied to the discussion Storyline update locks result screen
"Hi Katie, Thank you for the reply -- yesterday's update seemed to fix the issue I was having."
  • 3 years ago01/21/21 at 3:31 pm (UTC)
Activity
Adam Trosper replied to the discussion Storyline update locks result screen
"Has there been any resolution on this? I'm seeing the same issue."
  • 3 years ago01/15/21 at 4:14 pm (UTC)
Activity
Adam Trosper replied to the discussion lmsAPI Functionality in HTML5 Output
"Hi Alexa, This sounds like it might be an issue with the LMS -- specifically, the way the user's first name and last name are being store..."
  • over 3 years ago07/13/20 at 3:35 pm (UTC)
Activity
Adam Trosper replied to the discussion lmsAPI Functionality in HTML5 Output
"To clarify your question, when you use the lmsAPI.SCORM2004_GetStudentName(), you are getting something like "undefinedJohn Smith"? ..."
  • over 3 years ago07/08/20 at 10:01 pm (UTC)
Activity
Adam Trosper replied to the discussion lmsAPI Functionality in HTML5 Output
"Hi Amit, I would try replacing all instances of  SetStatus("passed");  or  SetStatus("failed");  with one of the following: lmsAPI.SetP..."
  • almost 5 years ago05/23/19 at 2:12 pm (UTC)
Activity
Adam Trosper replied to the discussion lmsAPI Functionality in HTML5 Output
"I don't believe there is a method for getting that info. If I'm not mistaken, you can only get the Student's name and user ID.&nbsp..."
  • almost 5 years ago04/01/19 at 3:11 pm (UTC)
Activity
Adam Trosper replied to the discussion lmsAPI Functionality in HTML5 Output
"What I was suggesting was to switch the tracking to "Complete Course Trigger" and then remove the quiz functionality but keep the questio..."
  • 5 years ago03/21/19 at 4:09 pm (UTC)
Activity
Adam Trosper replied to the discussion lmsAPI Functionality in HTML5 Output
"Technically, every variable gets tracked to the LMS, but it's just a matter of whether or not the LMS can report on it in a readable fash..."
  • 5 years ago03/21/19 at 3:46 pm (UTC)
Activity
Adam Trosper replied to the discussion lmsAPI Functionality in HTML5 Output
"So, I believe the way that it works is that as soon as you call the Submit Results trigger, it is going to set Passed/Failed and send a s..."
  • 5 years ago03/21/19 at 3:14 pm (UTC)
Activity
Adam Trosper replied to the discussion lmsAPI Functionality in HTML5 Output
"Hi Astutis, One thing I noticed in your code is that you have quotes around the "14" when you are declaring the passingScore variable.  ..."
  • 5 years ago03/21/19 at 2:12 pm (UTC)
Activity
Adam Trosper replied to the discussion lmsAPI Functionality in HTML5 Output
"Thanks Damien!  That's nice to hear on a Thursday morning!  I glad my suggestions helped!"
  • 5 years ago02/21/19 at 3:15 pm (UTC)
Activity
"Hi Alyssa, I realize this is an old thread, but it popped up recently for me.  If you are still in search of off-the-shelf Respect/Diver..."
  • over 5 years ago08/07/18 at 8:24 pm (UTC)
Activity
Adam Trosper replied to the discussion lmsAPI Functionality in HTML5 Output
"@Bruce: I would suggest opening a new thread for this, since it does deviate pretty far from the original thread.  I don't have any exper..."
  • over 5 years ago07/17/18 at 2:52 pm (UTC)
Activity
Adam Trosper replied to the discussion Storyline 360 Javascript Interaction
"I ran a few tests earlier today, and I concluded that all of the follow examples made the trigger fire off correctly: var a = player.Get..."
  • 6 years ago03/21/18 at 8:28 pm (UTC)
Activity
Adam Trosper replied to the discussion Storyline 360 Javascript Interaction
"Hi Trevor, I have used SetVar in javascript before, and it has fired off the 'when variable changes' trigger.  An issue I ran into at on..."
  • 6 years ago03/21/18 at 2:30 pm (UTC)
Activity
Adam Trosper replied to the discussion lmsAPI Functionality in HTML5 Output
"Hi Chris, I wrote this original code to work with SCORM 1.2, not SCORM 2004. I don't claim to know every difference between the two, bu..."
  • 6 years ago03/09/18 at 6:27 pm (UTC)
Activity
Adam Trosper replied to the discussion lmsAPI Functionality in HTML5 Output
"Hi Shane, Thank you for the kind words!  My guess is that you might be using a "Passed/Failed" instead of a "Completed/Failed".  I woul..."
  • 6 years ago02/12/18 at 5:19 pm (UTC)
Activity
Adam Trosper replied to the discussion lmsAPI Functionality in HTML5 Output
"Not a problem! I'm glad this has helped so many people! I figured once I had a solution figured out, I should share with the community a..."
  • over 6 years ago12/19/17 at 3:22 pm (UTC)
Activity
Adam Trosper replied to the discussion lmsAPI Functionality in HTML5 Output
"If that doesn't work, the way that I've printed in the past was to use Execute Javascript to essentially create a new window with the cer..."
  • over 6 years ago10/09/17 at 2:20 pm (UTC)
Activity
Adam Trosper replied to the discussion lmsAPI Functionality in HTML5 Output
"Hi Helene, SetStatus("completed") only works with the Flash version because the HTML5 version doesn't end up using the lms.js file. So, ..."
  • over 6 years ago09/27/17 at 6:16 pm (UTC)