Kamil Nowek
Kamil Nowek
Elearning specialist at PKN ORLEN
Activity
"I want to help you but to be honest I don't understand your problem. Which of your anwers are correct? Because judging from photography, ..."
  • almost 8 years ago07/19/16 at 6:17 pm (UTC)
Activity
Kamil Nowek replied to the discussion Progressbar "Slide 1 form 100"
"There is no a easy solution. I solve this problem using variables. My progress bar is f.e. %numberOfSlide% / %allSlides% - but on the eac..."
  • almost 8 years ago07/08/16 at 1:33 pm (UTC)
Activity
Kamil Nowek replied to the discussion Storyline preferences and settings
"Right mouse on the slide->Grid and Guides->Spacing. "
  • almost 8 years ago07/08/16 at 1:29 pm (UTC)
Activity
Kamil Nowek replied to the discussion HELP! SCORM 2004 v3 and Javascript
"Nice that you were able to solve your problem. It means that SCORM2004 shows student name in different way. Congrats :) "
  • almost 8 years ago06/29/16 at 7:55 am (UTC)
Activity
"Why you don't try that one? "
  • almost 8 years ago06/24/16 at 6:47 pm (UTC)
Activity
"Better idea is to import some slides from other courses. "
  • almost 8 years ago06/24/16 at 6:37 pm (UTC)
Activity
Kamil Nowek replied to the discussion HELP! SCORM 2004 v3 and Javascript
"If you use SL or SL2, you can check it in lms folder and file SCORM2004Functions.js"
  • almost 8 years ago06/24/16 at 6:35 pm (UTC)
Activity
Kamil Nowek replied to the discussion Getting student ID in LMS
"Student ID is a information into LMS and usually this is a login. You can show it in your course using JS: var lmsAPI = parent; var id ..."
  • almost 8 years ago06/24/16 at 6:21 pm (UTC)
Activity
Kamil Nowek replied to the discussion Retry Quiz
"Its possible but you should use variable. If you want to retake exam, change your variable f.e. retake to true and when you click next bu..."
  • almost 8 years ago06/24/16 at 6:09 pm (UTC)
Activity
Kamil Nowek replied to the discussion HELP! SCORM 2004 v3 and Javascript
"Please use lmsAPI.SCORM2004_GetStudentName() - it is the function available in SCORM 2004. "
  • almost 8 years ago06/24/16 at 6:05 pm (UTC)
Activity
Kamil Nowek replied to the discussion Adding audio/sound to a button
"So if you want to play media before jump to next slide, you can do something like that: 1) click next button and show layer with your me..."
  • almost 8 years ago06/24/16 at 8:58 am (UTC)
Activity
Kamil Nowek replied to the discussion Adding audio/sound to a button
"If I understand correctly, you can do it by adding sound to state, f.e. if you want to play sound when you hovered on button, add sound t..."
  • almost 8 years ago06/23/16 at 4:00 pm (UTC)
Activity
"Yes, I use google sheets as a database. It is easier than create mySQL database and use PHP to communicate between them.  Yes, I send in..."
  • almost 8 years ago06/23/16 at 3:10 pm (UTC)
Activity
Kamil Nowek replied to the discussion Not enough decimal places
"var player = GetPlayer(); player.SetVar("wynik",Number(player.GetVar("TextEntry1"))+Number(player.GetVar("TextEntry")));"
  • almost 8 years ago06/23/16 at 3:07 pm (UTC)
Activity
Kamil Nowek replied to the discussion Not enough decimal places
"Sorry, because I gave you incorrect example. Intstead parseInt() you should use parseFloat or Number. "
  • almost 8 years ago06/23/16 at 3:07 pm (UTC)
Activity
Kamil Nowek replied to the discussion Not enough decimal places
"Something like that:"
  • almost 8 years ago06/23/16 at 1:28 pm (UTC)
Activity
Kamil Nowek replied to the discussion Not enough decimal places
"Yes, its true. SL shows just 2 decimal places. You should use for that text variable and change your variable with decimal places to text..."
  • almost 8 years ago06/23/16 at 1:12 pm (UTC)
Activity
"SL loads in background just three next slides. If your slide with videos is on the scope of three slide, it will be not loaded earlier. ..."
  • almost 8 years ago06/23/16 at 1:07 pm (UTC)
Activity
Kamil Nowek replied to the discussion Need information on the SCORM package
"Hi Cibin, I really want to help you but to be honest, I totally don't understand your question. "
  • almost 8 years ago06/23/16 at 1:03 pm (UTC)
Activity
"Yes, it is possible. I recommend to use for it google sheets. Your each module will send message to google sheet and your main module wil..."
  • almost 8 years ago06/23/16 at 12:56 pm (UTC)
Activity
"Try to add again trigger with open external file. Maybe the path of your file is changed. "
  • almost 8 years ago06/23/16 at 12:53 pm (UTC)
Activity
Kamil Nowek replied to the discussion Forced to choose multiple answers
"Please see my example. "
  • 8 years ago05/16/16 at 11:03 am (UTC)
Activity
Kamil Nowek replied to the discussion Multilevel feedbacks
"You should use a number variable: 1) when you click submit button, you change variable by adding 1 to it; 2) when variable is 1, show p..."
  • 8 years ago05/16/16 at 10:50 am (UTC)
Activity
"Yes, it is possible using JS, something like that:  var lmsapi = parent; lmsapi.SCORM_SetScore(intScore, intMaxScore, intMinScore);"
  • 8 years ago05/16/16 at 10:47 am (UTC)
Activity
Kamil Nowek replied to the discussion embed fonts in references
"Nancy, I'm aware of that, but I prepare a game just for Flash version. "
  • over 8 years ago01/26/16 at 9:27 am (UTC)