elearningdude.blogspot.com
eLearning Dude: Improving the Quizmaker Matching Drag and Drop question type
http://elearningdude.blogspot.com/2010/01/improving-quizmaker-matching-drag-and.html
Wednesday, January 13, 2010. Improving the Quizmaker Matching Drag and Drop question type. Articulate's Quizmaker only allows for Right to Left drag drop question types. Meaning the user must drag the rightmost items onto the leftmost. I personally have always felt that users are more comfortable and inclined to go the opposite direction. Directions: (I am not hosting the swf file as of yet so you're gonna need to create it, hopefully I can get it online soon). 2 The Code: Put this on frame one layer one.
elearningdude.blogspot.com
eLearning Dude: Load an Articulate Quiz into your Flash Project
http://elearningdude.blogspot.com/2010/03/load-articulate-quiz-into-your-flash.html
Wednesday, March 24, 2010. Load an Articulate Quiz into your Flash Project. I recently completed work on a new flash based course. Basically the course is made up of several captivate demos and a final articulate quiz that are all loaded and navigated through a main flash portal / shell. This main swf file loads all the other swfs including that quiz.swf file that Articulate Quizmaker produces. Well yes and no. Assuming mc is the quiz.swf, initiating these variables will turn on tracking*/. In quiz.h...
elearningdude.blogspot.com
eLearning Dude: May 2012
http://elearningdude.blogspot.com/2012_05_01_archive.html
Thursday, May 3, 2012. The long awaited new Articulate product " Storyline. While I have yet to take it for a spin (the 200mb free trial is downloading as I type) here are the top 5 features that I am excited to check out:. HTML 5 and iPad publish options. Screen Capture, aside from Captivate and Camtasia there hasn't really been another competetor in this field that also focuses on creating and incorporating your recordings in engaging E-Learning. Subscribe to: Posts (Atom). View my complete profile.
elearningdude.blogspot.com
eLearning Dude: The History of Online Education Infographic
http://elearningdude.blogspot.com/2012/04/history-of-online-education-infographic.html
Thursday, April 5, 2012. The History of Online Education Infographic. Source : http:/ www.onlinecolleges.net/. June 18, 2012 at 12:01 AM. I really wana thank you for providing such informative and qualitative material so often. August 9, 2012 at 5:14 AM. I like all details that you provide in your articles. online pharmacy affiliate program. August 24, 2012 at 2:43 AM. I wanted this type of information from long time, thanks a lot! November 8, 2012 at 4:15 AM. Subscribe to: Post Comments (Atom). Problem:...
elearningdude.blogspot.com
eLearning Dude: Remove the 'finish' button from quizmaker quiz endpage
http://elearningdude.blogspot.com/2009/07/remove-finish-button-from-quizmaker.html
Thursday, July 16, 2009. Remove the 'finish' button from quizmaker quiz endpage. There is a silly problem with Articulate quizzes in that they always have to have a finish button, and that button can ONLY close a window, or direct to another URL. Not very helpful if we want them to be in a linear course is it? Anyways, I found a flash exploit to hack away the button, enjoy:. 1 Create a new flash movie. 2 In the actions panel insert the following code:. Rootg mcFrame.mcFinish.removeMovieClip();. Great fix...
elearningdude.blogspot.com
eLearning Dude: Remove a Flash Movie Clip from the stage AS2
http://elearningdude.blogspot.com/2009/07/remove-flash-movie-clip-from-stage-as2.html
Wednesday, July 29, 2009. Remove a Flash Movie Clip from the stage AS2. Just some pure flash geekery:. Ok, so removeMovieClip() only works for dynamically created movieclips, but what if you have a bizarre scenario where you want to trash a clip that was created during development? Assuming "myMovie" is what you want deleted:. MyMovieClip.swapDepths( root.getNextHighestDepth() ;. April 29, 2010 at 11:39 AM. Great, just what I needed! November 3, 2010 at 3:18 PM. It doesnt work, sorry. Updated* There is a...
elearningdude.blogspot.com
eLearning Dude: Articulate Quizmaker Fill in the Blank Correct Response Not Appearing Bug and Solution
http://elearningdude.blogspot.com/2009/09/articulate-quizmaker-fill-in-blank.html
Monday, September 14, 2009. Articulate Quizmaker Fill in the Blank Correct Response Not Appearing Bug and Solution. Ran into a situation with an test built in Articulate Quizmaker not showing some correct responses during "review". The question with the problem was a fill in the blank type, and it's fill in the blank field was just about the size of one or two characters. I would recommend going with a four or 5 letter sized box, should do the trick until this is patched up one day ;). Just some pure fla...
elearningdude.blogspot.com
eLearning Dude: Use Flash and Scorm to show Student Name on Quizmaker endpages
http://elearningdude.blogspot.com/2009/06/use-flash-and-scorm-to-show-student.html
Wednesday, June 10, 2009. Use Flash and Scorm to show Student Name on Quizmaker endpages. Just spent the day figuring this nifty trick out. If you've found this page then you probably spent time in the Articulate forums and blogs reading about how the only way to get the user name is to have them answer a survery question at the beginning of the quiz. Here's what you do. 1 Using flash create a new movie clip and rock this code in your actions panel:. Import flash.external.ExternalInterface;. Hello JD ,.
elearningdude.blogspot.com
eLearning Dude: Adobe Presenter Embedded swf appears choppy or twitchy
http://elearningdude.blogspot.com/2009/11/adobe-presenter-embedded-swf-appears.html
Thursday, November 5, 2009. Adobe Presenter Embedded swf appears choppy or twitchy. When embedding a swf animation into adobe presenter, the final movie apears twitchy or 'stuttering'. This occurs because the "Control using presentation playbar" option is selected, and Presenter is doing odd playback control on your swf. Basically, to keep the slide time synched with your swf time, it is either jumping ahead or backwards to keep them together, not ideal at all! Here's the magic (Actionscript 2.0):. Basic...
elearningdude.blogspot.com
eLearning Dude: Articulate Storyline Released
http://elearningdude.blogspot.com/2012/05/articulate-storyline-released.html
Thursday, May 3, 2012. The long awaited new Articulate product " Storyline. While I have yet to take it for a spin (the 200mb free trial is downloading as I type) here are the top 5 features that I am excited to check out:. HTML 5 and iPad publish options. Screen Capture, aside from Captivate and Camtasia there hasn't really been another competetor in this field that also focuses on creating and incorporating your recordings in engaging E-Learning. May 4, 2012 at 9:04 AM. Hi, JD. A group of Articulat...