Jackson Hamner
Jackson Hamner
eLearning Designer and Developer at Washington Technical Solutions (WaTech)
  • Olympia, WA
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)
Activity
Jackson Hamner replied to the discussion How do you make toast?
"very cool!"
  • over 9 years ago02/09/15 at 11:55 pm (UTC)
Activity
Jackson Hamner replied to the discussion Copy Text Variable to Clipboard
"http://stackoverflow.com/questions/400212/how-do-i-copy-to-the-clipboard-in-javascript It looks like they make it purposfully difficult ..."
  • over 9 years ago02/09/15 at 5:51 pm (UTC)
Activity
Jackson Hamner replied to the discussion No Javascript working - feeling anxious!
"Here is a copy of my JS to open a new window. var newWin=window.open("", "TEST", "status=0,scrollbars=0,width=820,height=620"); var cont..."
  • over 9 years ago02/09/15 at 5:17 pm (UTC)
Activity
"What do your triggers look like? If the JS is being executed on the next button before the results slide I think it isn't going to able t..."
  • over 9 years ago02/06/15 at 6:34 pm (UTC)
Activity
Jackson Hamner replied to the discussion js Functions: Expressions vs Statements
"Do you need to run it as a function for some reason? If all your doing is running alert("message"); then you could just trigger that one..."
  • over 9 years ago02/06/15 at 6:03 pm (UTC)
Activity
Jackson Hamner replied to the discussion Email results of calculation to user?
"emailing with JS is pretty easy. Heres a similar example: https://community.articulate.com/discussions/articulate-storyline/email-quiz-re..."
  • over 9 years ago02/05/15 at 9:00 pm (UTC)
Activity
"I think I understand, I would try adding a trigger on each layer that sets the state of the textbox to 'hidden'. That way whenever a user..."
  • over 9 years ago02/05/15 at 6:33 pm (UTC)
Activity
Jackson Hamner replied to the discussion Email quiz results using java script
"After looking at your code I think I found your problem. It has to do with the quotation marks and making sure they are formatted correct..."
  • over 9 years ago02/04/15 at 12:29 am (UTC)
Activity
Jackson Hamner replied to the discussion Border on images messing up
"Okay so i found a workaround sort of Open image into powerpoint format image in powerpoint copy image from powerpoint into articulat..."
  • over 9 years ago02/03/15 at 11:08 pm (UTC)
Activity
Jackson Hamner replied to the discussion Border on images messing up
"Dang, It looks like my DPI is fine and my images are being loaded locally in my .story file."
  • over 9 years ago02/03/15 at 10:14 pm (UTC)
Activity
Jackson Hamner replied to the discussion Border on images messing up
"i have tried publishing it and it has the same issues unfortunately... How do I go about checking the 96DPI settings?"
  • over 9 years ago02/03/15 at 9:49 pm (UTC)
Activity
"I don't know if this is the reason but maybe splitting the code onto different lines might help. I don't see why this would be the case, ..."
  • over 9 years ago02/02/15 at 4:53 pm (UTC)