Russell Killips
Russell Killips
Mr. at KIG Global Ltd.
Activity
Russell Killips replied to the discussion Javascript not working on the LMS
"Hello Ayse, I took a quick look at story.html and could see that you added in jquery. But when publishing for LMS, you will also want to ..."
  • almost 2 years ago05/25/22 at 1:23 pm (UTC)
Activity
"Hello Jorgen, Take a look at a previous reply to Sue. There I talk about the code inside of createbook.js The Organizational Excellence S..."
  • almost 2 years ago05/25/22 at 1:08 pm (UTC)
Activity
Russell Killips replied to the discussion Need assistance with JavaScript
"Take a look at this one."
  • almost 2 years ago05/20/22 at 2:02 pm (UTC)
Activity
"Hello Lewis, To change the font size use this line of code: doc.setFontSize(22);"
  • almost 2 years ago05/16/22 at 5:43 pm (UTC)
Activity
Russell Killips replied to the discussion Need assistance with JavaScript
"Hi Dean, You can create your own button on the slide. Then copy the triggers of the player button to your created button. Then delete the..."
  • almost 2 years ago05/12/22 at 2:33 pm (UTC)
Activity
Russell Killips replied to the discussion Need assistance with JavaScript
"Hi Dean, Take a look at this story file."
  • almost 2 years ago05/09/22 at 2:44 pm (UTC)
Activity
"Hello Dean, Both interactives would have to be built into one storyline file if you want both printed out together at once."
  • almost 2 years ago05/06/22 at 2:05 pm (UTC)
Activity
"Hi Dean, Take a look at this story file. "
  • 2 years ago04/29/22 at 7:42 pm (UTC)
Activity
Russell Killips replied to the discussion Need assistance with JavaScript
"To change the text direction for Arabic, Line 5 of the javascript needs to be changed to: mywindow.document.write('<html dir="rtl" lan..."
  • 2 years ago04/28/22 at 7:44 pm (UTC)
Activity
Russell Killips replied to the discussion Embedding Instagram
"Hi Ryan, To create this web object required a little bit of html programming. You can do some html programming using a text editor like n..."
  • 2 years ago02/09/22 at 8:39 pm (UTC)
Activity
Russell Killips replied to the discussion Storyline character catch game
"Hi Lori, I think it doesn't work because it was built around using Flash which isn't supported or used anymore. So, I decided to try maki..."
  • over 2 years ago01/21/22 at 4:33 pm (UTC)
Activity
Russell Killips replied to the discussion Highlighting next button
"Hi Laura, Try this: Create an Execute JavaScript trigger for timeline start: document.getElementById("next").style.border = "medium solid..."
  • over 2 years ago01/18/22 at 7:45 pm (UTC)
Activity
"I'm glad that you figured it out."
  • over 2 years ago01/11/22 at 6:08 pm (UTC)
Activity
"I understand that it is published to web already. But have you uploaded it to the web? You can also try using your web browser developer ..."
  • over 2 years ago01/11/22 at 5:16 pm (UTC)
Activity
"Hi Patrick, Due to web browser security, some javascript is blocked from running locally on your computer. If you upload your published c..."
  • over 2 years ago01/10/22 at 8:59 pm (UTC)
Activity
Russell Killips replied to the discussion character in wheelchair
"PowerPoint also has a couple of characters (Cutout People) in wheelchairs. Check out Kevin and Elena. Insert -> Pictures -> Stock I..."
  • over 2 years ago01/10/22 at 4:43 pm (UTC)
Activity
"Hi Stephan, That is an overlay that appears when opening the lightbox. You can make the overlay transparent by using: .visible-overlay{ba..."
  • over 2 years ago12/19/21 at 9:48 pm (UTC)
Activity
"Hi, In the storyline project file, I created a number variable called: nNav Then there are Jump to Slide triggers that will move you to a..."
  • over 2 years ago12/13/21 at 4:00 pm (UTC)
Activity
Russell Killips replied to the discussion Scroll Bar start position
"Hello Antje For 2/3 use: var x = document.getElementsByClassName("scrollarea-area")[0]; x.scrollTop = (x.scrollHeight-x.offsetHeight) * 2..."
  • over 2 years ago09/01/21 at 1:19 pm (UTC)
Activity
"Instead of jumping to a video slide, you could create a 'video' layer for the question."
  • over 2 years ago08/25/21 at 1:15 pm (UTC)
Activity
Russell Killips replied to the discussion Accessing a users IP address in storyline
"Take a look at this sample project."
  • over 2 years ago08/17/21 at 2:50 pm (UTC)
Activity
"Take a look at this example. It uses some javascript."
  • over 2 years ago08/09/21 at 6:17 pm (UTC)
Activity
Russell Killips replied to the discussion Help with "Simple" Matching Game Slide
"Hello Steph, Here's what I came up with. I used a Freeform Pick Many question type so I can get the cards to shuffle."
  • almost 3 years ago07/21/21 at 5:20 pm (UTC)
Activity
Russell Killips replied to the discussion Condition ignored in trigger
"Try changing the trigger to: Add value 1 to ScreensVisitedCount When the timeline starts on this slide If the state of Test 1 is not equa..."
  • almost 3 years ago07/19/21 at 4:08 pm (UTC)
Activity
"Let’s use some math to get total points possible. Percent earned is nPtScore Points earned is nScore Total Possible Points = 100/Number(m..."
  • almost 3 years ago07/10/21 at 4:02 pm (UTC)