Russell Killips
Russell Killips
Mr. at KIG Global Ltd.
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)
Activity
"Because we changed the studentScore this way, it will also affect the Result. The result is based on the studentScore and passingScore. c..."
  • almost 3 years ago07/09/21 at 5:15 pm (UTC)
Activity
"Hello John, Sorry, I don't see a variable to display the total points available. I found an easier way to show the total points aw..."
  • almost 3 years ago07/09/21 at 5:04 pm (UTC)
Activity
Russell Killips replied to the discussion Timer doesn't start
"Hello Rob, The timer doesn't start because the Javascript is looking for a number variable named timeLimit. If you create this variable a..."
  • almost 3 years ago06/23/21 at 5:49 pm (UTC)
Activity
Russell Killips replied to the discussion Storyline 360 Classic Player HTML Editing
"On a mobile device, the id of that button becomes: link-0 So if you want to change both the desktop and mobile button to red use: #link-r..."
  • almost 3 years ago06/17/21 at 7:02 pm (UTC)
Activity
Russell Killips replied to the discussion Storyline 360 Classic Player HTML Editing
"If this is a button that you added to the Topbar Right, it most likely has an id of: link-right-0 I don't know what you want to do it. Yo..."
  • almost 3 years ago06/17/21 at 6:50 pm (UTC)
Activity
Russell Killips replied to the discussion Embed MS forms in Storyline
"The link that you provided was to the DesignPage of your form. It should have been the ResponsePage."
  • almost 3 years ago06/17/21 at 4:59 pm (UTC)
Activity
Russell Killips replied to the discussion Embed MS forms in Storyline
"For your web object, use this link instead. https://forms.office.com/Pages/ResponsePage.aspx?id=wxCx2SVMeUO5euJIk4zBe8dTldGPWqRGjvDDE53mr..."
  • almost 3 years ago06/17/21 at 4:48 pm (UTC)
Activity
Russell Killips replied to the discussion Exporting Text Entry into a PDF
"I'm glad that you got it working. Have a great weekend."
  • almost 3 years ago06/04/21 at 4:40 pm (UTC)
Activity
"I usually default my variables false. The javascript trigger executes on timeline start. I suggest moving this to the master slide so it ..."
  • almost 3 years ago06/04/21 at 3:48 pm (UTC)
Activity
Russell Killips replied to the discussion Exporting Text Entry into a PDF
"Hello Stephanie, Sorry, I don't know why it doesn't work in the lms. To make the text wrap, use the splitTextToSize function. var da..."
  • almost 3 years ago06/04/21 at 3:09 pm (UTC)
Activity
"Your script is missing semicolons. var currentTime = new Date(); var month = currentTime.getMonth() + 1; var day = currentTime.getDate();..."
  • almost 3 years ago06/03/21 at 5:57 pm (UTC)
Activity
"Hello ahmad, Storyline automatically adds in identifiers (classes) depending on the device and orientation. I wrote some javascript to ch..."
  • almost 3 years ago06/02/21 at 3:47 pm (UTC)
Activity
Russell Killips replied to the discussion Using Javascript to fade background colour
"Try using this javascript. document.body.style.transition = "background 2s"; document.body.style.background = "#0000ff";"
  • almost 3 years ago05/27/21 at 6:56 pm (UTC)
Activity
Russell Killips replied to the discussion Animate lid opening
"Hello Bill, Take a look at the attached project. When the Open variable is set to true, the box will open. When you switch it to False, i..."
  • almost 3 years ago05/27/21 at 1:11 pm (UTC)
Activity
Russell Killips replied to the discussion Animate lid opening
"Hello Bill, Take a look at this story file. I turned the lid of the box into a dial. It also has a button that can open or close the lid ..."
  • almost 3 years ago05/26/21 at 9:20 pm (UTC)
Activity
"Try editing the goodbye.html file that is generated in the published output of your course instead of the goodbye.html file that is ..."
  • almost 3 years ago05/25/21 at 2:56 pm (UTC)
Activity
"I’m not at work today. But from taking a quick look, I see that ldt is all lowercase in line 2 and LDT is capitalized in the last line. J..."
  • almost 3 years ago05/21/21 at 10:39 am (UTC)
Activity
"Here's the code that should work. I have also attached an example story file for you to take a look at. var player = GetPlayer(); var num..."
  • almost 3 years ago05/20/21 at 8:53 pm (UTC)
Activity
Russell Killips replied to the discussion Likert Scale help
"Hello Carrie, You will need to create a button set for each group of buttons. Check out the below link. https://articulate.com/support/ar..."
  • 3 years ago05/12/21 at 8:27 pm (UTC)
Activity
"Instead of using Reset to initial state on slide 1.6: 1. Change the Menu layer slide property for When revisiting to 'Reset to initial st..."
  • over 3 years ago01/29/21 at 4:48 pm (UTC)
Activity
"On Slide 1.6 try setting the Slide Properties for 'When revisiting' to 'Reset to initial state'. I also suggest that you change your sett..."
  • over 3 years ago01/28/21 at 2:54 pm (UTC)
Activity
"Try adding a rectangle to your menu layer that covers the rest of the slide. Add a trigger for on click of the rectangle to set the viewM..."
  • over 3 years ago01/27/21 at 12:04 am (UTC)
Activity
"Try using this javascript to hide it: if (document.getElementById("link-left-0")) { document.getElementById("link-left-0").style.d..."
  • over 3 years ago01/26/21 at 7:20 pm (UTC)
Activity
"For the properties of your menu layer, you will want to uncheck the 'Hide other slide layers' option."
  • over 3 years ago01/26/21 at 7:16 pm (UTC)