Berno van Soest
Berno van Soest
guerrillavideo
Activity
Berno van Soest replied to the discussion Date Variables available?
"function getDayFormatted (iDay){ var day = iDay; return day < 10 ? '0' + day : day; }"
  • 6 years ago02/07/18 at 8:22 am (UTC)
Activity
Berno van Soest replied to the discussion CONNECT STORYLINE WITH MYSQL
"@Kenneth: using parse you can both get and put info. Parse acts as your database. If you're using some other database the protocol will p..."
  • over 10 years ago01/22/14 at 7:14 am (UTC)
Activity
"Amir, Thanks for you suggestion! Regard, Berno."
  • 11 years ago02/13/13 at 4:18 am (UTC)
Activity
Berno van Soest replied to the discussion expanding story file size
"Alex, Thanks again for the tip but it doesn't work for me. step 1: I opened 2013-02-08 training cameravoering basis.story 120,160,256 201..."
  • 11 years ago02/11/13 at 3:17 am (UTC)
Activity
Berno van Soest replied to the discussion expanding story file size
"Thanks Alex! I'll give it a try! Regards, Berno."
  • 11 years ago02/10/13 at 11:30 pm (UTC)
Activity
"Hi Amir et al, I´m interested in this too! Regards, Berno."
  • 11 years ago02/08/13 at 12:55 am (UTC)
Activity
Berno van Soest replied to the discussion CONNECT STORYLINE WITH MYSQL
"Steve, Parse is great! I've been looking at the Amazon and Google stuff but this much more comprehensible for me. They have a Javascript ..."
  • 11 years ago02/06/13 at 4:24 am (UTC)
Activity
Berno van Soest replied to the discussion CONNECT STORYLINE WITH MYSQL
"I'm using Parse.com to store user names and quiz scores. You can create Parse objects in JS and perform basic inserting, updating and ret..."
  • 11 years ago02/06/13 at 3:12 am (UTC)
Activity
Berno van Soest replied to the discussion "Films on Demand"
"Scott, I've only used YouTube and it's embed code works fine. What site are you using? Maybe I could give it a go."
  • 11 years ago02/06/13 at 3:07 am (UTC)
Activity
Berno van Soest replied to the discussion Manually setting score (Results.ScorePercent)
"Steve, Is SL still in your toolkit or are you considering other authoring environments? One of my main concerns with authoring tools thro..."
  • 11 years ago02/06/13 at 2:35 am (UTC)
Activity
Berno van Soest replied to the discussion Question banks
"Hi Paul, I don't not have an example available but it would be possible to create random calculations and present them in SL. If you'd li..."
  • 11 years ago02/06/13 at 12:57 am (UTC)
Activity
Berno van Soest replied to the discussion Question banks
"You could generate the questions using javascript, use SL vars to present the questions."
  • 11 years ago02/04/13 at 1:34 am (UTC)
Activity
"Comparing Storyline's Flash, HTML5, and Articulate Mobile Player output http://www.articulate.com/support/kb_article.php?product=st1&..."
  • 11 years ago02/04/13 at 1:12 am (UTC)
Activity
Berno van Soest replied to the discussion reporting and tracking
"1) Articulate Online. 2) I'm using Parse for recording users names and scores for lack of a LMS."
  • 11 years ago02/04/13 at 1:03 am (UTC)
Activity
Berno van Soest replied to the discussion Show correct results with drag and drop
"I've implemented this using states and triggers. I have a drag 'n drop question where the user has to drag labels to the corresponding p..."
  • 11 years ago02/04/13 at 12:58 am (UTC)
Activity
Berno van Soest replied to the discussion Any Dutch Articulate Users?
"Hallo Tamara, Ik heb voor o.a. Telfort en AkzoNobel e-learning ontwikkeld met Articulate Studio. Verder heb ik meegewerkt aan de ontwikke..."
  • 11 years ago01/27/13 at 11:57 pm (UTC)
Activity
Berno van Soest replied to the discussion Timing how long an interaction takes.
"Didn't know that. Great tip!"
  • 11 years ago01/25/13 at 3:15 am (UTC)
Activity
Berno van Soest replied to the discussion Timing how long an interaction takes.
"Steve, The global functions idea is great. I've placed my Javascript in a seperate .js file. It allows you to experiment / test the JS co..."
  • 11 years ago01/25/13 at 1:13 am (UTC)
Activity
Berno van Soest replied to the discussion Timing how long an interaction takes.
"And here ..... is the storyline file! gOOd LucK!"
  • over 11 years ago01/23/13 at 7:12 am (UTC)
Activity
Berno van Soest replied to the discussion Date Variables available?
"Working with Javascript also required some Flash security settings when running it on a local machine: Global Security Settings panel htt..."
  • over 11 years ago01/21/13 at 12:19 am (UTC)
Activity
Berno van Soest replied to the discussion Timing how long an interaction takes.
"Lance, Yes, you can copy and paste the JS code in triggers. Regarding the calculations: var player = GetPlayer(); var start = player.GetV..."
  • over 11 years ago01/21/13 at 12:02 am (UTC)
Activity
Berno van Soest replied to the discussion Timing how long an interaction takes.
"Hello Jon, I had some JavaScript startup trouble as well. http://community.articulate.com/forums/t/22924.aspx Maybe this will help."
  • over 11 years ago01/16/13 at 5:12 am (UTC)
Activity
Berno van Soest replied to the discussion Timing how long an interaction takes.
"Add triggers to your interaction. Specify Execute Javascript as the action. Click the Script button Enter Javascript code"
  • over 11 years ago01/15/13 at 11:55 pm (UTC)
Activity
"Hi Rebecca, Thanks for your reply! I will try it out today."
  • over 11 years ago01/15/13 at 11:27 pm (UTC)
Activity
Berno van Soest replied to the discussion Timing how long an interaction takes.
"Hi Lance, I'm not sure if this is what you're looking for but this is how I implemented it. when the timeline starts I fire this JS: var ..."
  • over 11 years ago01/14/13 at 5:25 am (UTC)