eLearning Development

VO Narration Examples

Though typically outsourced, aNm can provide voice over (“VO”) and/or narration audio for eLearning content. Listen to some samples below.

Narrator: Kara

Narrator: Michael

Narrator: Betty

Storyline

“Affirmative Action Basics”
link: https://alter-native-media.com/sl/aa-basics/story.html

Why we include this example:

This simple course started as a text-heavy PPT slideshow that was handed to aNm to create into eLearning for online deployment. aNm leveraged Storyline 360’s many various existing templates to add more interest, additional user interaction, and to ensure the content didn’t suffer from ‘death by PowerPoint’-ism.


“Guiding Team Through Change”
link: https://alter-native-media.com/sl/gyttc/story.html

Why we include this example:

This content came to me for vastly-needed update. Aspect ratio was changed from 4:3 to more of a 16:9; all images were refreshed; and extensive (programming) logic was revisited and reinvented, where needed. The content has extensive use of numerous variables and triggers which are constantly calculated based on user interaction to provide simple, color-coded feedback through the course.


“Multilanguage Microlearning Supplier”
link: https://alter-native-media.com/sl/lang-vids/story.html

Why we include this example:

aNm used this course to test Storyline’s ability to easily incorporate and implement various languages/localization. The core content was created to include custom triggers, enforcing learners to watch the intro video before moving on, as well as the freedom to jump between any of the subsequent videos at-will, and leverages Storyline 360’s improved video Closed Captioning. This main content scene was duplicated, renamed, and a translation file was generated where Portuguese was added, where applicable. The result is a simple course with custom triggers that was easily translated to another language.


Lectora

“CAL MSAF”
link: https://alter-native-media.com/lectora/cal/l8/

Why we include this example:

This bespoke training content is chock-full of event-based triggers, intricate branching navigation, multiple click-to-reveal interactions, state-based graphics, syched audio, captions, feedback popups, and utilizes an interactive navigation “ToC” menu that leverages external JavaScript / jQuery code.

Here is a sample of the custome ToC code:

$( document ).ready(function() {
   $('#cssmenu ul ul li:odd').addClass('odd');
   $('#cssmenu ul ul li:even').addClass('even');
   $('#cssmenu > ul > li > a').click(function() {
      $('#cssmenu li').removeClass('active');
      $(this).closest('li').addClass('active');
      var checkElement = $(this).next();
      if((checkElement.is('ul')) && (checkElement.is(':visible'))) {
         $(this).closest('li').removeClass('active');
         checkElement.slideUp('normal');
      }
      if((checkElement.is('ul')) && (!checkElement.is(':visible'))) {
         $('#cssmenu ul ul:visible').slideUp('normal');
         checkElement.slideDown('normal');
      }
      if($(this).closest('li').find('ul').children().length == 0) {
         return true;
      } else {
         return false;
      }
   });
});

“ToC Menu: Phonological Awareness”
link: https://alter-native-media.com/lectora/cli/

Why we include this example:

Given pre-existing content and previously-created layout, aNm created an interactive navigation “ToC” menu that leverages external JavaScript / jQuery code and includes custom icons to dynamically indicate visited states and video elements.


Lectora Presentations

Michael Sheyahshe has presented several insightful talks and presenations for the Lectora User Conference. Here’s one presented in 2013 on how to extend Lectora for use on mobile devices with external libraries & scripts.

“Touch & GO: Quickly Enhancing Lectora for Gesture-Based Mobile Interaction”


Ember

“Acme Policy Acknowledgement”
link: https://alter-native-media.com/ember/acme/

Why we include this example:

Leveraging the open-source JavaScript web framework, Ember.js, this simple course demonstrates the ability to create elegant eLearning content and web apps using the Model–view–viewmodel (MVVM) framework. Customized style is handled via centralized .LESS code and various NPM plug-ins were used to create this content.


iSpring

“Nekro NomIcon: Story-Driven Mobile Game”
link: https://www.alter-native-media.com/nekro/

Why we include this example:

Originally created for the eLearning Guild’s DemoFest at the mLearning Conference 2016, this fun and playful homage to “Army of Darkness” character, Ash, was created with iSpring and pulls-off some pretty cool things, including an interactive FAQ section made with iSpring’s TalkMaster and an embedded 3D model that can be manipulated in real time, leveraging Sketchfab.


Tagged with:

Leave a Reply

Your email address will not be published. Required fields are marked *

%d bloggers like this: