Adam Trosper
Adam Trosper
Reflection Software
Activity
"That's fair.  I realize you have no control over the media-rich content that some of us produce!"
  • over 6 years ago09/27/17 at 2:17 pm (UTC)
Activity
"Hi Justin, Thank you for the excellent write-up about the problem.  I've been developing for years and understand the struggles of memor..."
  • over 6 years ago09/26/17 at 4:41 pm (UTC)
Activity
"To answer Sarah's question, my company is having the same issues with a course published using the latest version.  Granted we are using ..."
  • over 6 years ago09/25/17 at 7:26 pm (UTC)
Activity
Adam Trosper replied to the discussion lmsAPI Functionality in HTML5 Output
"Hi Ashley, I understand that the modification of Javascript is not necessarily "supported" by Articulate.  That makes total sense, since..."
  • over 6 years ago09/19/17 at 8:44 pm (UTC)
Activity
Adam Trosper replied to the discussion lmsAPI Functionality in HTML5 Output
"Hi Ilana, Your code looks like it should be good.  Unfortunately, I don't have a lot of time to dig through the code to try to help, but..."
  • almost 7 years ago07/10/17 at 2:42 pm (UTC)
Activity
Adam Trosper replied to the discussion lmsAPI Functionality in HTML5 Output
"In the meantime, you should be able to use the function that I posted earlier in this thread to access lmsAPI correctly.  So somewhere at..."
  • almost 7 years ago06/15/17 at 8:48 pm (UTC)
Activity
Adam Trosper replied to the discussion lmsAPI Functionality in HTML5 Output
"Glad I could help! :)  (I know the feeling, by the way!)"
  • almost 7 years ago05/24/17 at 3:44 pm (UTC)
Activity
Adam Trosper replied to the discussion lmsAPI Functionality in HTML5 Output
"Good question.  I think it works for both, but I would test it just to make sure."
  • almost 7 years ago05/17/17 at 3:17 pm (UTC)
Activity
Adam Trosper replied to the discussion lmsAPI Functionality in HTML5 Output
"No problem!  Try this: function findLMSAPI(win) { if (win.hasOwnProperty("GetStudentID")) return win; else if (win.parent == win) return..."
  • almost 7 years ago05/17/17 at 3:05 pm (UTC)
Activity
Adam Trosper replied to the discussion lmsAPI Functionality in HTML5 Output
"James - My guess is that the variable lmsAPI isn't equal to parent, but rather parent.parent, or something like that.  If you use the fin..."
  • almost 7 years ago05/17/17 at 2:57 pm (UTC)
Activity
Adam Trosper replied to the discussion lmsAPI Functionality in HTML5 Output
"HI Matthew, That would definitely do the trick!  I actually found another solution that works for HTML5 right now, but certainly isn't a..."
  • almost 7 years ago05/17/17 at 2:40 pm (UTC)
Activity
Adam Trosper replied to the discussion lmsAPI Functionality in HTML5 Output
"I just realized that I never got an answer to #3 on my list: In HTML5, how can I manually call SetStatus("completed"); to pass a complet..."
  • almost 7 years ago05/15/17 at 7:07 pm (UTC)
Activity
Adam Trosper replied to the discussion lmsAPI Functionality in HTML5 Output
"Glad to hear that works!  No problem!"
  • almost 7 years ago05/10/17 at 7:00 pm (UTC)
Activity
Adam Trosper replied to the discussion lmsAPI Functionality in HTML5 Output
"In the code you tried, did you include the function from my previous post? function findLMSAPI(win) { // look in this window if (win.h..."
  • almost 7 years ago05/10/17 at 4:59 pm (UTC)
Activity
Adam Trosper replied to the discussion lmsAPI Functionality in HTML5 Output
"I don't have much experience with Moodle, so I'm not sure what the problem would be.  Are you publishing to SCORM or AICC?  I've only tes..."
  • almost 7 years ago05/10/17 at 4:43 pm (UTC)
Activity
Adam Trosper replied to the discussion lmsAPI Functionality in HTML5 Output
"I would try updating it like this: var player = GetPlayer(); var lmsAPI = parent; var myName = lmsAPI.GetStudentName(); ... This is g..."
  • almost 7 years ago05/10/17 at 3:35 pm (UTC)
Activity
Adam Trosper replied to the discussion lmsAPI Functionality in HTML5 Output
"For #1 and #2, I originally thought the same thing.  For example, you should just be able to call lmsAPI.GetStudentID() to get the Studen..."
  • almost 7 years ago05/01/17 at 4:48 pm (UTC)
Activity
Adam Trosper started a new discussion lmsAPI Functionality in HTML5 Output
"Hey all, I've been searching through the forums and haven't been able to find anything solid. I'm using Storyline 360, outputt..."
  • almost 7 years ago04/28/17 at 9:40 pm (UTC)
Activity
Adam Trosper replied to the discussion Storyline 360 Javascript Interaction
"Do we, as content developers, have any visibility to the priority of the bug or what bug fixes are being planned for the next release?"
  • 7 years ago04/04/17 at 8:07 pm (UTC)
Activity
Adam Trosper replied to the discussion Storyline 360 Javascript Interaction
"Hi Ashley, Any word on this?  This is causing issues in a number of our courses.  We can't even get a simple alert() function to work wh..."
  • 7 years ago04/04/17 at 5:43 pm (UTC)