Jackson Hamner
Jackson Hamner
eLearning Designer and Developer at Washington Technical Solutions (WaTech)
  • Olympia, WA
Activity
Jackson Hamner replied to the discussion e-content
"What do you need help with?"
  • 9 years ago02/27/15 at 5:20 pm (UTC)
Activity
"To my knowledge this isn't possible to do. I could absolutely be wrong, but I havent figured out a way to do this without Frankenstein-in..."
  • 9 years ago02/20/15 at 7:15 pm (UTC)
Activity
Jackson Hamner replied to the discussion Change course title
"The title is changed through the player settings  "
  • 9 years ago02/20/15 at 7:11 pm (UTC)
Activity
"Replace your current code - var currentTime = new Date() var month = currentTime.getMonth() + 1 var day = currentTime.getDate() var year..."
  • 9 years ago02/20/15 at 7:02 pm (UTC)
Activity
"This is the code I use. Just use SetVar on the date variable and it should display in the formatting you want.   var m_names = new Arra..."
  • 9 years ago02/20/15 at 5:26 pm (UTC)
Activity
"very cool!"
  • 9 years ago02/18/15 at 10:55 pm (UTC)
Activity
Jackson Hamner replied to the discussion Module Completion Requirements
"Have several variables, one for each object they need to click on. When they click the object it changes the value from false to true. Th..."
  • 9 years ago02/18/15 at 4:56 pm (UTC)
Activity
"Just me 2 cents, I think that adding the next button to every slide is unnecessary, but it has a time and a place. The 'Click Next to Co..."
  • 9 years ago02/18/15 at 4:52 pm (UTC)
Activity
Jackson Hamner replied to the discussion Interactive Data and Stats
"Have you checked out the eLearning examples page? There is some pretty cool projects out there that display data in cool ways: https://c..."
  • 9 years ago02/17/15 at 11:09 pm (UTC)
Activity
Jackson Hamner replied to the discussion Won't advance at the end of timeline
"Maybe you could check how long the media plays and then set a trigger to advance when the timeline reaches the end of the video? Is the ..."
  • 9 years ago02/17/15 at 10:58 pm (UTC)
Activity
Jackson Hamner replied to the discussion Triggers and variable.
"You should upload the .story file instead of the .html I cant see anything in the file you uploaded."
  • 9 years ago02/17/15 at 10:56 pm (UTC)
Activity
Jackson Hamner replied to the discussion Triggers and variable.
"What exactly do you need help with? You can make a trigger that move the learner onto the next slide pretty easily. Its one of the trigg..."
  • 9 years ago02/17/15 at 10:27 pm (UTC)
Activity
"This wont work for everything, but you can find people who do tutorials on graphic design, programming, and a few other skills on youtube..."
  • 9 years ago02/17/15 at 10:23 pm (UTC)
Activity
Jackson Hamner replied to the discussion Inserting buttons in a state
"If I understand what you want correctly, then I had the same issue a while ago. My work around was to build the button and its trigger on..."
  • 9 years ago02/17/15 at 9:53 pm (UTC)
Activity
Jackson Hamner replied to the discussion Click Outside and Scrolling Panels
"I have no idea if this will work, but maybe try grouping the scrolling panel with someone else? I noticed that for me the click outside t..."
  • over 9 years ago02/13/15 at 5:03 pm (UTC)
Activity
Jackson Hamner replied to the discussion "Double Hover State"
"You can reorder triggers with these buttons:"
  • over 9 years ago02/12/15 at 11:26 pm (UTC)
Activity
"Your current script var currentTime = new Date() var month = currentTime.getMonth() + 1 var day = currentTime.getDate() var year = curre..."
  • over 9 years ago02/11/15 at 10:13 pm (UTC)
Activity
Jackson Hamner replied to the discussion Calculating Pricing with Percentages?
"Oh wow, Nice! I actually didnt know base articulate could do that sort of math!   Heck yeah :D"
  • over 9 years ago02/10/15 at 5:17 pm (UTC)
Activity
Jackson Hamner replied to the discussion Calculating Pricing with Percentages?
"You could probably use javascript to run more complex calculations. The eval(); function will evaluate whatever you need it to. Attached ..."
  • over 9 years ago02/10/15 at 4:22 pm (UTC)
Activity
"Michael Hinze I had a quick look at the various layers in your file and none have the 'Prevent the user from clicking on the baselayer..."
  • over 9 years ago02/10/15 at 4:10 pm (UTC)
Activity
"it looks like you have a trigger that hides the layer if the user clicks outside of the 'rounded rectangular caption' Thats probably wha..."
  • over 9 years ago02/10/15 at 3:58 pm (UTC)
Activity
"Anne Goldenberger Hi Stefanie - Although you can certainly create a URL like this that should create an email message: mailto:exampl..."
  • over 9 years ago02/10/15 at 12:34 am (UTC)
Activity
Jackson Hamner replied to the discussion Use of Characters Seen as Unprofessional?
"In general my group doesn't use animated characters, usually we use images of real people, and that's because we think that having animat..."
  • over 9 years ago02/10/15 at 12:31 am (UTC)
Activity
Jackson Hamner replied to the discussion Copy Text Variable to Clipboard
"Try this: var player = GetPlayer(); var text= player.GetVar("copytext"); window.prompt("Copy to clipboard: Ctrl+C, Enter", text); This ..."
  • over 9 years ago02/10/15 at 12:13 am (UTC)
Activity
Jackson Hamner replied to the discussion Complex Courses
"In my organization we usually break down these kinds of courses into smaller courses. Introduction to COURSE COURSE: A TOPIC -need..."
  • over 9 years ago02/10/15 at 12:05 am (UTC)