SlideShare una empresa de Scribd logo
1 de 74
Responsive
eLearning
Creating
With
Amit Garg
@gargamit100
Geera Bellare #ulwebinar
India
UK
US
Middle East
New Zealand
S.Africa
Nigeria Kenya Singapore
Venezuela
13
165+
clients in
countries
Established
in 2004
Australia
Custom/ Bespoke
eLearning
Custom/Bespoke
mLearning
Our
learning
solutions
Winner of a Silver award in CLO
magazine's 'Learning In Practice
Awards 2011' for UpsideLMS
UpsideLMS listed as one of
the 'Five Emerging LMSs to Watch'
in CLO Magazine ('10)
Winner of 7 Apex
Awards of Excellence
('11, '09, '08 & '07)
Winner of 11 Brandon Hall
Excellence Awards
(‘12, '11, '10 & '09)
UpsideLMS featured in the '2010
Top 20 Learning Portal Companies List' and
'2011 & 2012 Watch List‘
by TrainingIndustry.com
Winner of Red Herring 100 Asia
Award in 2008 & finalist
in Red Herring Global 100 ('09)
Winner in Deloitte’s Technology
Fast 500 Asia Pacific 2008 & 2009 program,
and Fast 50 India 2008 program
30+
Awards &
recognitions Winner of
eLearning Team Of The Year
2013
Geera Bellare
Amit Garg
Founder & Director – Custom Learning Solutions
AVP – Learning Design
Presenters
• The Multi-Device World
• Responsive eLearning – What? Why?
• FRED
• Challenges and Key Considerations
Agenda
How many devices do you use in a day?
(for professional and/or personal use)
• 1
• 2
• 3
• More than 3
Poll
Poll
On which OS do your devices run?
 iOS
 Android
 BlackBerry OS
 Windows
 Other
Multi Device World
Multi Device World
Jan 2014 - American Adults
cellphone
smartphone
tablet
Use ONLY mobile to
access the Internet
1. http://www.pewinternet.org/fact-sheets/mobile-technology-fact-sheet/
2. link
http://services.google.com/fh/files/misc/multiscreenworld_final.pdf
Multi Device World
Multi Device World
http://services.google.com/fh/files/misc/multiscreenworld_final.pdf
Eric Schmidt
Gartner Symposium / IT Expo 2013
"it looks to us like the majority of enterprise
computing is being done on mobile devices,
in particular on tablets”
Multi Device World
Why Responsive eLearning?
Source – http://johnpolacek.github.io/scrolldeck.js/decks/responsive/
Jeffrey Veen
“Day by day, the number of devices,
platforms, and browsers that need to work
with your site grows. Responsive web design
represents a fundamental shift in how we’ll
build websites for the decade to come.”
Poll
What do you know about responsive eLearning?
o Not much; have just heard the term.
o Know what it is but have not had any hands-on
experience.
o Have designed/developed some responsive eLearning.
o Have designed/developed a lot of responsive
eLearning.
What is Responsive?
Poll
How do you think responsive eLearning can be
useful in your organization?
 To reach out to mobile and/or shop floor workers (e.g.
sales staff, field technicians, production staff, etc)
 To allow employees to access eLearning on their own
devices
 To allow employees to access eLearning outside office
hours including during travel and waiting times
 To make (compliance) training programs more
convenient to complete
What is Responsive eLearning?
eLearning that responds to device size
Poll
Does exactly the same content need to be
delivered on all devices?
o Yes
o No
o Not sure
Does Mobile Need a Full Version
• People are USED to the
standard Interfaces
• Some people access the
Internet only via their phones
• When targeting Desktops &
Tablets (not smartphones)
• Compliance courses
• When focus is on providing
resources
• Mobile Context is important
• Need a lightweight solution.
• Software simulations
Benefits of Responsive eLearning
• Enhanced reach – higher uptake
• Single source
• Cost effectiveness
• Easy Maintenance
• Content Consistency
• Track across devices
• Allow sequencing
An HTML – CSS – Javascript
based framework to create
responsive eLearning
easily
Our Solution
Benefits
Customization Reliability
Consistent and
Complete
User Experience
Efficiency
Cost-effectiveness
Effective Content
Management
• Multi-Device Support
FRED - Key Features
• Multi-Device Support
• Template Library
FRED - Key Features
• Multi-Device Support
• Template Library
• Responsive Menu
FRED - Key Features
• Multi-Device Support
• Template Library
• Responsive Menu
• Multimedia Support
FRED - Key Features
• Multi-Device Support
• Template Library
• Responsive Menu
• Multimedia Support
• Multi-Lingual Support
FRED - Key Features
• Multi-Device Support
• Template Library
• Responsive Menu
• Multimedia Support
• Multi-Lingual Support
• Multiple Delivery Options
FRED - Key Features
• Multi-Device Support
• Template Library
• Responsive Menu
• Multimedia Support
• Multi-Lingual Support
• Multiple Delivery Options
• Learning Standards Compliance
FRED - Key Features
• Multi-Device Support
• Template Library
• Responsive Menu
• Multimedia Support
• Multi-Lingual Support
• Multiple Delivery Options
• Learning Standards Compliance
• Accessibility Support
FRED - Key Features
• Multi-Device Support
• Template Library
• Responsive Menu
• Multimedia Support
• Multi-Lingual Support
• Multiple Delivery Options
• Learning Standards Compliance
• Accessibility Support
• Social Media Integration
FRED - Key Features
• Multi-Device Support
• Template Library
• Responsive Menu
• Multimedia Support
• Multi-Lingual Support
• Multiple Delivery Options
• Learning Standards Compliance
• Accessibility Support
• Social Media Integration
• Developer Aids
FRED - Key Features
• Browser-Platform-OS-Device Combinations
• Usability
• Content Display and Treatment
• Standards and Compliances
• Development Process
Key Considerations & Challenges
Creating Responsive eLearning
Browser-Platform-OS-Device Combinations
Scope narrowed during project scoping – but still a wide variety
How to display content in the same or similar manner and achieve
the same behavior?
• Code differently for different browsers
Creating Responsive eLearning
Key Considerations & Challenges
It should work on every possible device!
Creating Responsive eLearning
Key Considerations & Challenges
Properties used by different browsers for box sizing:
-webkit-box-sizing: border-box;  Safari, Chrome
-moz-box-sizing: border-box;  Mozilla
box-sizing: border-box;  Others
-webkit-box-sizing: content-box;  Safari, Chrome
-moz-box-sizing: content-box;  Mozilla
box-sizing:content-box;  Others
Scope narrowed during project scoping – but still a wide variety…
How to display content in the same or similar manner and achieve
the same behavior?
• Code differently for different browsers
• Know every individual user-agent string
Creating Responsive eLearning
Key Considerations & Challenges
Browser-Platform-OS-Device Combinations
It should work on every possible device!
Testing:
• Takes longer
• More complex and intricate
• Costlier
Test on actual target devices:
• Primary devices
• Most popular or largest volume of devices
Creating Responsive eLearning
Key Considerations & Challenges
Browser-Platform-OS-Device Combinations
Lower Browser Versions (IE):
• IE6 is planned to be phased out in April 2014
• IE7 and IE8 use is declining
But IE8 doesn’t support HTML5 elements…
http://en.wikipedia.org/wiki/Internet_Explorer_6 || theie7countdown.com || theie8countdown.com
Creating Responsive eLearning
Key Considerations & Challenges
Browser-Platform-OS-Device Combinations
FRED:
• Uses HTML4 and HTML5
• Includes a system check
Creating Responsive eLearning
Key Considerations & Challenges
Browser-Platform-OS-Device Combinations
Creating Responsive eLearning
Key Considerations & Challenges
Browser-Platform-OS-Device Combinations
FRED:
• Uses HTML4 and HTML5
• Includes a system check
• Includes templates whose treatment changes based on browser
version
Creating Responsive eLearning
Key Considerations & Challenges
Browser-Platform-OS-Device Combinations
Creating Responsive eLearning
Key Considerations & Challenges
Browser-Platform-OS-Device Combinations
FRED:
• Uses HTML4 and HTML5
• Includes a system check
• Includes templates whose treatment changes based on browser
version
• Is tested on actual devices
Creating Responsive eLearning
Key Considerations & Challenges
Browser-Platform-OS-Device Combinations
Video and audio formats loaded based on browser
Video:
• MP4
• OGV
Audio:
• MP3
• OGG
Can affect package size…
Creating Responsive eLearning
Key Considerations & Challenges
Browser-Platform-OS-Device Combinations
Touch friendliness:
• Large
• Far apart
• Gestural navigation
Usability
Creating Responsive eLearning
Key Considerations & Challenges
Usability
Creating Responsive eLearning
Key Considerations & Challenges
Touch friendliness:
• Large
• Far apart
• Gestural navigation
• Layout
Usability
Creating Responsive eLearning
Key Considerations & Challenges
Usability
Creating Responsive eLearning
Key Considerations & Challenges
Global Navigation:
• Shift it?
• Group it?
• Layer it?
• Are all required?
• Are some more common?
FRED:
• Responsive menu
• Controls displayed/hidden based on device
Usability
Creating Responsive eLearning
Key Considerations & Challenges
Usability
Creating Responsive eLearning
Key Considerations & Challenges
Usability
Creating Responsive eLearning
Key Considerations & Challenges
Interactivity Instructions:
• Device-neutral
• Device-appropriate
• Task-specific
Usability
Creating Responsive eLearning
Key Considerations & Challenges
Usability
Creating Responsive eLearning
Key Considerations & Challenges
Text Readability:
• Common size that is comfortably readable on all devices
Usability
Creating Responsive eLearning
Key Considerations & Challenges
Usability
Creating Responsive eLearning
Key Considerations & Challenges
Text Readability:
• Common size that is comfortably readable on all devices
• Dynamic sizing
Overridden by device and eLearning accessibility settings
Usability
Creating Responsive eLearning
Key Considerations & Challenges
Usability
Creating Responsive eLearning
Key Considerations & Challenges
Layout and transformation based on screen size:
• Retain meaning
• Achieve consistent look and feel
• Achieve user-friendly experience
Content Display
Creating Responsive eLearning
Key Considerations & Challenges
Usability
Creating Responsive eLearning
Key Considerations & Challenges
Usability
Creating Responsive eLearning
Key Considerations & Challenges
Usability
Creating Responsive eLearning
Key Considerations & Challenges
Usability
Creating Responsive eLearning
Key Considerations & Challenges
Images:
• Scaling
• Cropping
• Scaling pre-cropped images
Content Display
Creating Responsive eLearning
Key Considerations & Challenges
Treatment restrictions and alternatives based on HTML:
• Animations published as videos
Creating Responsive eLearning
Key Considerations & Challenges
Content Display
Content Display
Creating Responsive eLearning
Key Considerations & Challenges
Audio Strategy:
• Introductory audio
• Closely-synched audio in animations published as videos
Content Display
Creating Responsive eLearning
Key Considerations & Challenges
Multimedia Components:
• Audio, video
• Images, graphics
• Animations
• Sprite animations
• SVG graphics/animations
Content Display
Creating Responsive eLearning
Key Considerations & Challenges
Content Display
Creating Responsive eLearning
Key Considerations & Challenges
Layering Interactivities:
• Levels of content chunking depending on learners’
comfort with scrolling on desktops and laptops
Content Display
Creating Responsive eLearning
Key Considerations & Challenges
Should these be shown on smaller devices?
• Application simulations
• Complex technical diagrams
• Animated stories / scenarios where you need to see details of the
environment or objects
• Animated stories / scenarios where there is important text within
the animation
• Exploratory interactivities where you need to identify or locate
areas to explore
Content Display
Creating Responsive eLearning
Key Considerations & Challenges
• SCORM or Tin Can compliance for LMS delivery
• SCORM or Tin Can compliance for apps (with customization for
SCORM)
• Accessibility provisions
Standards and Compliances
Creating Responsive eLearning
Key Considerations & Challenges
• Fluid, iterative
• Higher interdependence
• Storyboard focused on core content and visuals
• Higher testing time
Process
Creating Responsive eLearning
Key Considerations & Challenges
Creating Responsive eLearning With FRED

Más contenido relacionado

La actualidad más candente

Preparing for Next Generation eLearning - Part II - Social Learning & DIY
Preparing for Next Generation eLearning - Part II - Social Learning & DIYPreparing for Next Generation eLearning - Part II - Social Learning & DIY
Preparing for Next Generation eLearning - Part II - Social Learning & DIYUpside Learning Solutions
 
Keep Learning - How Can We Enable & Facilitate This
Keep Learning - How Can We Enable & Facilitate This Keep Learning - How Can We Enable & Facilitate This
Keep Learning - How Can We Enable & Facilitate This Upside Learning Solutions
 
Designing eLearning for iPads - Getting it right - CIPD HRD 2013
Designing eLearning for iPads - Getting it right  - CIPD HRD 2013Designing eLearning for iPads - Getting it right  - CIPD HRD 2013
Designing eLearning for iPads - Getting it right - CIPD HRD 2013Upside Learning Solutions
 
Top Tips for Responsive eLearning Design
Top Tips for Responsive eLearning Design Top Tips for Responsive eLearning Design
Top Tips for Responsive eLearning Design Cammy Bean
 
Make the Switch to Learner centered Experiences
Make the Switch to Learner centered ExperiencesMake the Switch to Learner centered Experiences
Make the Switch to Learner centered ExperiencesAllen Partridge
 
Mobile learning: Five Mistakes to Avoid
Mobile learning: Five Mistakes to AvoidMobile learning: Five Mistakes to Avoid
Mobile learning: Five Mistakes to AvoidAllen Partridge
 
E learning Concepts and Technologies
E learning Concepts and TechnologiesE learning Concepts and Technologies
E learning Concepts and TechnologiesDoug Allen
 
eLearning: ...an update
eLearning: ...an updateeLearning: ...an update
eLearning: ...an updateRobert Edgar
 
THE COMPLETE ELEARNING JOURNEY – FROM PROTOTYPING TO RESPONSIVE ELEARNING DES...
THE COMPLETE ELEARNING JOURNEY – FROM PROTOTYPING TO RESPONSIVE ELEARNING DES...THE COMPLETE ELEARNING JOURNEY – FROM PROTOTYPING TO RESPONSIVE ELEARNING DES...
THE COMPLETE ELEARNING JOURNEY – FROM PROTOTYPING TO RESPONSIVE ELEARNING DES...Allen Partridge
 
Mobile Learning; Beyond the Hype
Mobile Learning; Beyond the HypeMobile Learning; Beyond the Hype
Mobile Learning; Beyond the HypeAllen Partridge
 
Learning Insights 2014 - 10 Insights To Transform Learning
Learning Insights 2014 - 10 Insights To Transform LearningLearning Insights 2014 - 10 Insights To Transform Learning
Learning Insights 2014 - 10 Insights To Transform LearningSteve Rayson
 

La actualidad más candente (20)

eLearning On Tablets - What, Why & How?
eLearning On Tablets - What, Why & How?eLearning On Tablets - What, Why & How?
eLearning On Tablets - What, Why & How?
 
eLearning On iPads - 10 Bright Ideas
eLearning On iPads - 10 Bright IdeaseLearning On iPads - 10 Bright Ideas
eLearning On iPads - 10 Bright Ideas
 
Preparing for Next Generation eLearning - Part II - Social Learning & DIY
Preparing for Next Generation eLearning - Part II - Social Learning & DIYPreparing for Next Generation eLearning - Part II - Social Learning & DIY
Preparing for Next Generation eLearning - Part II - Social Learning & DIY
 
Keep Learning - How Can We Enable & Facilitate This
Keep Learning - How Can We Enable & Facilitate This Keep Learning - How Can We Enable & Facilitate This
Keep Learning - How Can We Enable & Facilitate This
 
Designing eLearning for iPads - Getting it right - CIPD HRD 2013
Designing eLearning for iPads - Getting it right  - CIPD HRD 2013Designing eLearning for iPads - Getting it right  - CIPD HRD 2013
Designing eLearning for iPads - Getting it right - CIPD HRD 2013
 
No Escaping Mobile Learning
No Escaping Mobile Learning No Escaping Mobile Learning
No Escaping Mobile Learning
 
Top Tips for Responsive eLearning Design
Top Tips for Responsive eLearning Design Top Tips for Responsive eLearning Design
Top Tips for Responsive eLearning Design
 
Make the Switch to Learner centered Experiences
Make the Switch to Learner centered ExperiencesMake the Switch to Learner centered Experiences
Make the Switch to Learner centered Experiences
 
Designing eLearning For iPads
Designing eLearning For iPadsDesigning eLearning For iPads
Designing eLearning For iPads
 
Mobile learning: Five Mistakes to Avoid
Mobile learning: Five Mistakes to AvoidMobile learning: Five Mistakes to Avoid
Mobile learning: Five Mistakes to Avoid
 
E learning Concepts and Technologies
E learning Concepts and TechnologiesE learning Concepts and Technologies
E learning Concepts and Technologies
 
eLearning: ...an update
eLearning: ...an updateeLearning: ...an update
eLearning: ...an update
 
Is HTML5 Ready for eLearning Development?
Is HTML5 Ready for eLearning Development?Is HTML5 Ready for eLearning Development?
Is HTML5 Ready for eLearning Development?
 
THE COMPLETE ELEARNING JOURNEY – FROM PROTOTYPING TO RESPONSIVE ELEARNING DES...
THE COMPLETE ELEARNING JOURNEY – FROM PROTOTYPING TO RESPONSIVE ELEARNING DES...THE COMPLETE ELEARNING JOURNEY – FROM PROTOTYPING TO RESPONSIVE ELEARNING DES...
THE COMPLETE ELEARNING JOURNEY – FROM PROTOTYPING TO RESPONSIVE ELEARNING DES...
 
Upside Learning Completes Six Years
Upside Learning Completes Six YearsUpside Learning Completes Six Years
Upside Learning Completes Six Years
 
Implementing a lms : Implementation strategy and mistakes to avoid
Implementing a lms   : Implementation strategy and mistakes to avoidImplementing a lms   : Implementation strategy and mistakes to avoid
Implementing a lms : Implementation strategy and mistakes to avoid
 
E learning Implementation strategy
E learning Implementation strategyE learning Implementation strategy
E learning Implementation strategy
 
Mobile Learning; Beyond the Hype
Mobile Learning; Beyond the HypeMobile Learning; Beyond the Hype
Mobile Learning; Beyond the Hype
 
Microsoft Education - ATIA
Microsoft Education - ATIAMicrosoft Education - ATIA
Microsoft Education - ATIA
 
Learning Insights 2014 - 10 Insights To Transform Learning
Learning Insights 2014 - 10 Insights To Transform LearningLearning Insights 2014 - 10 Insights To Transform Learning
Learning Insights 2014 - 10 Insights To Transform Learning
 

Destacado

eLearning Sucks
eLearning SuckseLearning Sucks
eLearning SucksRed Magma
 
Tips for Designing, Testing & Delivering eLearning in a Multi-device World
Tips for Designing, Testing & Delivering eLearning in a Multi-device WorldTips for Designing, Testing & Delivering eLearning in a Multi-device World
Tips for Designing, Testing & Delivering eLearning in a Multi-device WorldUpside Learning Solutions
 
What Is Bespoke eLearning? Featuring 6 Killer Examples - EI Design
What Is Bespoke eLearning? Featuring 6 Killer Examples - EI DesignWhat Is Bespoke eLearning? Featuring 6 Killer Examples - EI Design
What Is Bespoke eLearning? Featuring 6 Killer Examples - EI DesignEI Design
 
68 Tips for E-Learning Engagement & Interactivity 2013
68 Tips for E-Learning Engagement & Interactivity 201368 Tips for E-Learning Engagement & Interactivity 2013
68 Tips for E-Learning Engagement & Interactivity 2013Laura Pasquini
 
Making your Cloud Initiatives Successful
Making your Cloud Initiatives SuccessfulMaking your Cloud Initiatives Successful
Making your Cloud Initiatives SuccessfulOneLogin
 
30 bite-sized writing tips for better eLearning content
30 bite-sized writing tips for better eLearning content30 bite-sized writing tips for better eLearning content
30 bite-sized writing tips for better eLearning contentAura Interactiva
 
E- Trade Platform
E- Trade Platform E- Trade Platform
E- Trade Platform Mtlexs.com
 
You know you need to create content, but what does that really mean?
You know you need to create content, but what does that really mean?You know you need to create content, but what does that really mean?
You know you need to create content, but what does that really mean?Barbra Gago
 
Survival Tips for Integrating Technology
Survival Tips for Integrating TechnologySurvival Tips for Integrating Technology
Survival Tips for Integrating TechnologyShelly Sanchez Terrell
 
eLearning Quotes to Inspire You
eLearning Quotes to Inspire YoueLearning Quotes to Inspire You
eLearning Quotes to Inspire YouAura Interactiva
 
How To Make E Learning Work
How To Make E Learning WorkHow To Make E Learning Work
How To Make E Learning WorkJane Hart
 
From E-Learning to Social Learning
From E-Learning to Social LearningFrom E-Learning to Social Learning
From E-Learning to Social LearningJane Hart
 
Registered Teacher Criteria and e-learning
Registered Teacher Criteria and e-learningRegistered Teacher Criteria and e-learning
Registered Teacher Criteria and e-learningdigiadvisors
 

Destacado (18)

eLearning Trends For 2015
eLearning Trends For 2015 eLearning Trends For 2015
eLearning Trends For 2015
 
eLearning Sucks
eLearning SuckseLearning Sucks
eLearning Sucks
 
Tips for Designing, Testing & Delivering eLearning in a Multi-device World
Tips for Designing, Testing & Delivering eLearning in a Multi-device WorldTips for Designing, Testing & Delivering eLearning in a Multi-device World
Tips for Designing, Testing & Delivering eLearning in a Multi-device World
 
What Is Bespoke eLearning? Featuring 6 Killer Examples - EI Design
What Is Bespoke eLearning? Featuring 6 Killer Examples - EI DesignWhat Is Bespoke eLearning? Featuring 6 Killer Examples - EI Design
What Is Bespoke eLearning? Featuring 6 Killer Examples - EI Design
 
68 Tips for E-Learning Engagement & Interactivity 2013
68 Tips for E-Learning Engagement & Interactivity 201368 Tips for E-Learning Engagement & Interactivity 2013
68 Tips for E-Learning Engagement & Interactivity 2013
 
Making your Cloud Initiatives Successful
Making your Cloud Initiatives SuccessfulMaking your Cloud Initiatives Successful
Making your Cloud Initiatives Successful
 
30 bite-sized writing tips for better eLearning content
30 bite-sized writing tips for better eLearning content30 bite-sized writing tips for better eLearning content
30 bite-sized writing tips for better eLearning content
 
E- Trade Platform
E- Trade Platform E- Trade Platform
E- Trade Platform
 
You know you need to create content, but what does that really mean?
You know you need to create content, but what does that really mean?You know you need to create content, but what does that really mean?
You know you need to create content, but what does that really mean?
 
Tetfund e library training wokshops 2014
Tetfund e library training wokshops 2014Tetfund e library training wokshops 2014
Tetfund e library training wokshops 2014
 
Elearning Through Recession & Future Growth
Elearning Through Recession & Future GrowthElearning Through Recession & Future Growth
Elearning Through Recession & Future Growth
 
Survival Tips for Integrating Technology
Survival Tips for Integrating TechnologySurvival Tips for Integrating Technology
Survival Tips for Integrating Technology
 
The Design Of Interaction For eLearning
The Design Of Interaction For eLearningThe Design Of Interaction For eLearning
The Design Of Interaction For eLearning
 
Converting eLearning to mLearning
Converting eLearning to mLearning Converting eLearning to mLearning
Converting eLearning to mLearning
 
eLearning Quotes to Inspire You
eLearning Quotes to Inspire YoueLearning Quotes to Inspire You
eLearning Quotes to Inspire You
 
How To Make E Learning Work
How To Make E Learning WorkHow To Make E Learning Work
How To Make E Learning Work
 
From E-Learning to Social Learning
From E-Learning to Social LearningFrom E-Learning to Social Learning
From E-Learning to Social Learning
 
Registered Teacher Criteria and e-learning
Registered Teacher Criteria and e-learningRegistered Teacher Criteria and e-learning
Registered Teacher Criteria and e-learning
 

Similar a Creating Responsive eLearning With FRED

Enterprise DevOps: Crossing the Great Divide with DevOps Training
Enterprise DevOps: Crossing the Great Divide with DevOps TrainingEnterprise DevOps: Crossing the Great Divide with DevOps Training
Enterprise DevOps: Crossing the Great Divide with DevOps TrainingITpreneurs
 
Webinar - Getting Started with mLearning
Webinar - Getting Started with mLearningWebinar - Getting Started with mLearning
Webinar - Getting Started with mLearningRaptivity
 
Agile Mobile Strategies on a Shoestring Budget
Agile Mobile Strategies on a Shoestring BudgetAgile Mobile Strategies on a Shoestring Budget
Agile Mobile Strategies on a Shoestring BudgetAaron Grant
 
Atagg2015 Where testing is moving in agile cloud world!
Atagg2015 Where testing is moving in agile cloud world!Atagg2015 Where testing is moving in agile cloud world!
Atagg2015 Where testing is moving in agile cloud world!Agile Testing Alliance
 
CellCast Sales Presentation
CellCast Sales PresentationCellCast Sales Presentation
CellCast Sales PresentationRobert Gadd
 
ePortfolio and Platform Selection
ePortfolio and Platform SelectionePortfolio and Platform Selection
ePortfolio and Platform SelectionJiyeon Lee
 
The Open-Source Revolution in Corporate Training & Development: LMS Trends an...
The Open-Source Revolution in Corporate Training & Development: LMS Trends an...The Open-Source Revolution in Corporate Training & Development: LMS Trends an...
The Open-Source Revolution in Corporate Training & Development: LMS Trends an...Human Capital Media
 
How to Utilize eLearning to Cultivate a Culture of Learning in the Workplace
How to Utilize eLearning to Cultivate a Culture of Learning in the WorkplaceHow to Utilize eLearning to Cultivate a Culture of Learning in the Workplace
How to Utilize eLearning to Cultivate a Culture of Learning in the WorkplaceHuman Capital Media
 
ITpreneurs DASA dev ops elearning - get devops certified now!
ITpreneurs DASA dev ops elearning - get devops certified now!ITpreneurs DASA dev ops elearning - get devops certified now!
ITpreneurs DASA dev ops elearning - get devops certified now!Arjan Woertman
 
Mobile media module part 6 - app development rev-mf
Mobile media module   part 6 - app development rev-mfMobile media module   part 6 - app development rev-mf
Mobile media module part 6 - app development rev-mfMichelle Ferrier
 
"Building your mobile app: budget, planning and best practices!" by Philippe ...
"Building your mobile app: budget, planning and best practices!" by Philippe ..."Building your mobile app: budget, planning and best practices!" by Philippe ...
"Building your mobile app: budget, planning and best practices!" by Philippe ...TheFamily
 
GA Software Tech
GA Software TechGA Software Tech
GA Software Techgasofttech
 
Rauch delighting mobile customers with content for apps, videos, and a social...
Rauch delighting mobile customers with content for apps, videos, and a social...Rauch delighting mobile customers with content for apps, videos, and a social...
Rauch delighting mobile customers with content for apps, videos, and a social...Marta Rauch
 
Designing and delivering elearning in a multi-device world
Designing and delivering elearning in a multi-device worldDesigning and delivering elearning in a multi-device world
Designing and delivering elearning in a multi-device worldKineo
 
7 Best Practices for Your Moodle RFP
7 Best Practices for Your Moodle RFP7 Best Practices for Your Moodle RFP
7 Best Practices for Your Moodle RFPLambda Solutions
 
Enovation Solutions - Alfresco Project Collaboration Portal - Breakfast Brief...
Enovation Solutions - Alfresco Project Collaboration Portal - Breakfast Brief...Enovation Solutions - Alfresco Project Collaboration Portal - Breakfast Brief...
Enovation Solutions - Alfresco Project Collaboration Portal - Breakfast Brief...Enovation
 

Similar a Creating Responsive eLearning With FRED (20)

Enterprise DevOps: Crossing the Great Divide with DevOps Training
Enterprise DevOps: Crossing the Great Divide with DevOps TrainingEnterprise DevOps: Crossing the Great Divide with DevOps Training
Enterprise DevOps: Crossing the Great Divide with DevOps Training
 
Hubert Managing The Content Explosion
Hubert Managing The Content ExplosionHubert Managing The Content Explosion
Hubert Managing The Content Explosion
 
E learning app development
E learning app developmentE learning app development
E learning app development
 
Migrate Your E-learning Courses to HTML5 The Right Way!
Migrate Your E-learning Courses to HTML5 The Right Way!Migrate Your E-learning Courses to HTML5 The Right Way!
Migrate Your E-learning Courses to HTML5 The Right Way!
 
Webinar - Getting Started with mLearning
Webinar - Getting Started with mLearningWebinar - Getting Started with mLearning
Webinar - Getting Started with mLearning
 
Agile Mobile Strategies on a Shoestring Budget
Agile Mobile Strategies on a Shoestring BudgetAgile Mobile Strategies on a Shoestring Budget
Agile Mobile Strategies on a Shoestring Budget
 
Atagg2015 Where testing is moving in agile cloud world!
Atagg2015 Where testing is moving in agile cloud world!Atagg2015 Where testing is moving in agile cloud world!
Atagg2015 Where testing is moving in agile cloud world!
 
CellCast Sales Presentation
CellCast Sales PresentationCellCast Sales Presentation
CellCast Sales Presentation
 
ePortfolio and Platform Selection
ePortfolio and Platform SelectionePortfolio and Platform Selection
ePortfolio and Platform Selection
 
The Open-Source Revolution in Corporate Training & Development: LMS Trends an...
The Open-Source Revolution in Corporate Training & Development: LMS Trends an...The Open-Source Revolution in Corporate Training & Development: LMS Trends an...
The Open-Source Revolution in Corporate Training & Development: LMS Trends an...
 
How to Utilize eLearning to Cultivate a Culture of Learning in the Workplace
How to Utilize eLearning to Cultivate a Culture of Learning in the WorkplaceHow to Utilize eLearning to Cultivate a Culture of Learning in the Workplace
How to Utilize eLearning to Cultivate a Culture of Learning in the Workplace
 
ITpreneurs DASA dev ops elearning - get devops certified now!
ITpreneurs DASA dev ops elearning - get devops certified now!ITpreneurs DASA dev ops elearning - get devops certified now!
ITpreneurs DASA dev ops elearning - get devops certified now!
 
Mobile media module part 6 - app development rev-mf
Mobile media module   part 6 - app development rev-mfMobile media module   part 6 - app development rev-mf
Mobile media module part 6 - app development rev-mf
 
"Building your mobile app: budget, planning and best practices!" by Philippe ...
"Building your mobile app: budget, planning and best practices!" by Philippe ..."Building your mobile app: budget, planning and best practices!" by Philippe ...
"Building your mobile app: budget, planning and best practices!" by Philippe ...
 
GA Software Tech
GA Software TechGA Software Tech
GA Software Tech
 
Rauch delighting mobile customers with content for apps, videos, and a social...
Rauch delighting mobile customers with content for apps, videos, and a social...Rauch delighting mobile customers with content for apps, videos, and a social...
Rauch delighting mobile customers with content for apps, videos, and a social...
 
Designing and delivering elearning in a multi-device world
Designing and delivering elearning in a multi-device worldDesigning and delivering elearning in a multi-device world
Designing and delivering elearning in a multi-device world
 
7 Best Practices for Your Moodle RFP
7 Best Practices for Your Moodle RFP7 Best Practices for Your Moodle RFP
7 Best Practices for Your Moodle RFP
 
Enovation Solutions - Alfresco Project Collaboration Portal - Breakfast Brief...
Enovation Solutions - Alfresco Project Collaboration Portal - Breakfast Brief...Enovation Solutions - Alfresco Project Collaboration Portal - Breakfast Brief...
Enovation Solutions - Alfresco Project Collaboration Portal - Breakfast Brief...
 
E learning website
E  learning websiteE  learning website
E learning website
 

Más de Upside Learning Solutions

Top 20 Quotes From L&D Go Beyond Podcast 20 Episodes 11-20
Top 20 Quotes From L&D Go Beyond Podcast 20 Episodes 11-20Top 20 Quotes From L&D Go Beyond Podcast 20 Episodes 11-20
Top 20 Quotes From L&D Go Beyond Podcast 20 Episodes 11-20Upside Learning Solutions
 
Top Quotes From L&D Go Beyond Podcast Episodes 1-10
Top Quotes From L&D Go Beyond Podcast Episodes 1-10Top Quotes From L&D Go Beyond Podcast Episodes 1-10
Top Quotes From L&D Go Beyond Podcast Episodes 1-10Upside Learning Solutions
 
Top Quotes From Gamifications Experts On: Gamification Of Workplace Learning
Top Quotes From Gamifications Experts On: Gamification Of Workplace LearningTop Quotes From Gamifications Experts On: Gamification Of Workplace Learning
Top Quotes From Gamifications Experts On: Gamification Of Workplace LearningUpside Learning Solutions
 
L&D: Let's Go Beyond Make a Business Impact
L&D: Let's Go Beyond Make a Business Impact L&D: Let's Go Beyond Make a Business Impact
L&D: Let's Go Beyond Make a Business Impact Upside Learning Solutions
 
Games vs Game-based Learning vs Gamification
Games vs Game-based Learning vs GamificationGames vs Game-based Learning vs Gamification
Games vs Game-based Learning vs GamificationUpside Learning Solutions
 
Top 13 Qualities of an Ideal Instructional Designer
Top 13 Qualities of an Ideal Instructional DesignerTop 13 Qualities of an Ideal Instructional Designer
Top 13 Qualities of an Ideal Instructional DesignerUpside Learning Solutions
 
8 Tips for Conducting UX Testing for Multi-device eLearning
8 Tips for Conducting UX Testing for Multi-device eLearning8 Tips for Conducting UX Testing for Multi-device eLearning
8 Tips for Conducting UX Testing for Multi-device eLearningUpside Learning Solutions
 
Why Mobile Learning Is The Future Of Workplace Learning (Infographic)
Why Mobile Learning Is The Future Of Workplace Learning (Infographic)Why Mobile Learning Is The Future Of Workplace Learning (Infographic)
Why Mobile Learning Is The Future Of Workplace Learning (Infographic)Upside Learning Solutions
 
Responsive eLearning - An eBook by Upside Learning
Responsive eLearning - An eBook by Upside LearningResponsive eLearning - An eBook by Upside Learning
Responsive eLearning - An eBook by Upside LearningUpside Learning Solutions
 
Blended Learning - The Way Ahead For Learning Organisations
Blended Learning - The Way Ahead For Learning OrganisationsBlended Learning - The Way Ahead For Learning Organisations
Blended Learning - The Way Ahead For Learning OrganisationsUpside Learning Solutions
 
Using Twitter To Make Personal Development & Blended Learning Effective
Using Twitter To Make Personal Development & Blended Learning EffectiveUsing Twitter To Make Personal Development & Blended Learning Effective
Using Twitter To Make Personal Development & Blended Learning EffectiveUpside Learning Solutions
 

Más de Upside Learning Solutions (20)

Top 20 Quotes From L&D Go Beyond Podcast 20 Episodes 11-20
Top 20 Quotes From L&D Go Beyond Podcast 20 Episodes 11-20Top 20 Quotes From L&D Go Beyond Podcast 20 Episodes 11-20
Top 20 Quotes From L&D Go Beyond Podcast 20 Episodes 11-20
 
Top Quotes From L&D Go Beyond Podcast Episodes 1-10
Top Quotes From L&D Go Beyond Podcast Episodes 1-10Top Quotes From L&D Go Beyond Podcast Episodes 1-10
Top Quotes From L&D Go Beyond Podcast Episodes 1-10
 
Top Quotes From Gamifications Experts On: Gamification Of Workplace Learning
Top Quotes From Gamifications Experts On: Gamification Of Workplace LearningTop Quotes From Gamifications Experts On: Gamification Of Workplace Learning
Top Quotes From Gamifications Experts On: Gamification Of Workplace Learning
 
L&D: Let's Go Beyond Make a Business Impact
L&D: Let's Go Beyond Make a Business Impact L&D: Let's Go Beyond Make a Business Impact
L&D: Let's Go Beyond Make a Business Impact
 
Learning in a Multi-device World
Learning in a Multi-device WorldLearning in a Multi-device World
Learning in a Multi-device World
 
Games vs Game-based Learning vs Gamification
Games vs Game-based Learning vs GamificationGames vs Game-based Learning vs Gamification
Games vs Game-based Learning vs Gamification
 
10 eLearning Trends for 2015
10 eLearning Trends for 201510 eLearning Trends for 2015
10 eLearning Trends for 2015
 
Creating Engaging Multi-device eLearning
Creating Engaging Multi-device eLearningCreating Engaging Multi-device eLearning
Creating Engaging Multi-device eLearning
 
Native, Hybrid, Web Apps?
Native, Hybrid, Web Apps? Native, Hybrid, Web Apps?
Native, Hybrid, Web Apps?
 
10 eLearning Trends for 2015
10 eLearning Trends for 201510 eLearning Trends for 2015
10 eLearning Trends for 2015
 
Top 13 Qualities of an Ideal Instructional Designer
Top 13 Qualities of an Ideal Instructional DesignerTop 13 Qualities of an Ideal Instructional Designer
Top 13 Qualities of an Ideal Instructional Designer
 
Learning in a Multi-device World
Learning in a Multi-device World Learning in a Multi-device World
Learning in a Multi-device World
 
8 Tips for Conducting UX Testing for Multi-device eLearning
8 Tips for Conducting UX Testing for Multi-device eLearning8 Tips for Conducting UX Testing for Multi-device eLearning
8 Tips for Conducting UX Testing for Multi-device eLearning
 
Why Mobile Learning Is The Future Of Workplace Learning (Infographic)
Why Mobile Learning Is The Future Of Workplace Learning (Infographic)Why Mobile Learning Is The Future Of Workplace Learning (Infographic)
Why Mobile Learning Is The Future Of Workplace Learning (Infographic)
 
35 Inspirational Quotes on Learning
35 Inspirational Quotes on Learning35 Inspirational Quotes on Learning
35 Inspirational Quotes on Learning
 
9 Ways People Are Using Mobile Learning
9 Ways People Are Using Mobile Learning9 Ways People Are Using Mobile Learning
9 Ways People Are Using Mobile Learning
 
Responsive eLearning - An eBook by Upside Learning
Responsive eLearning - An eBook by Upside LearningResponsive eLearning - An eBook by Upside Learning
Responsive eLearning - An eBook by Upside Learning
 
5 Mobile Learning Pitfalls To Avoid
5 Mobile Learning Pitfalls To Avoid5 Mobile Learning Pitfalls To Avoid
5 Mobile Learning Pitfalls To Avoid
 
Blended Learning - The Way Ahead For Learning Organisations
Blended Learning - The Way Ahead For Learning OrganisationsBlended Learning - The Way Ahead For Learning Organisations
Blended Learning - The Way Ahead For Learning Organisations
 
Using Twitter To Make Personal Development & Blended Learning Effective
Using Twitter To Make Personal Development & Blended Learning EffectiveUsing Twitter To Make Personal Development & Blended Learning Effective
Using Twitter To Make Personal Development & Blended Learning Effective
 

Último

Scientific Writing :Research Discourse
Scientific  Writing :Research  DiscourseScientific  Writing :Research  Discourse
Scientific Writing :Research DiscourseAnita GoswamiGiri
 
Daily Lesson Plan in Mathematics Quarter 4
Daily Lesson Plan in Mathematics Quarter 4Daily Lesson Plan in Mathematics Quarter 4
Daily Lesson Plan in Mathematics Quarter 4JOYLYNSAMANIEGO
 
ROLES IN A STAGE PRODUCTION in arts.pptx
ROLES IN A STAGE PRODUCTION in arts.pptxROLES IN A STAGE PRODUCTION in arts.pptx
ROLES IN A STAGE PRODUCTION in arts.pptxVanesaIglesias10
 
4.16.24 Poverty and Precarity--Desmond.pptx
4.16.24 Poverty and Precarity--Desmond.pptx4.16.24 Poverty and Precarity--Desmond.pptx
4.16.24 Poverty and Precarity--Desmond.pptxmary850239
 
Team Lead Succeed – Helping you and your team achieve high-performance teamwo...
Team Lead Succeed – Helping you and your team achieve high-performance teamwo...Team Lead Succeed – Helping you and your team achieve high-performance teamwo...
Team Lead Succeed – Helping you and your team achieve high-performance teamwo...Association for Project Management
 
Blowin' in the Wind of Caste_ Bob Dylan's Song as a Catalyst for Social Justi...
Blowin' in the Wind of Caste_ Bob Dylan's Song as a Catalyst for Social Justi...Blowin' in the Wind of Caste_ Bob Dylan's Song as a Catalyst for Social Justi...
Blowin' in the Wind of Caste_ Bob Dylan's Song as a Catalyst for Social Justi...DhatriParmar
 
How to Fix XML SyntaxError in Odoo the 17
How to Fix XML SyntaxError in Odoo the 17How to Fix XML SyntaxError in Odoo the 17
How to Fix XML SyntaxError in Odoo the 17Celine George
 
Q-Factor General Quiz-7th April 2024, Quiz Club NITW
Q-Factor General Quiz-7th April 2024, Quiz Club NITWQ-Factor General Quiz-7th April 2024, Quiz Club NITW
Q-Factor General Quiz-7th April 2024, Quiz Club NITWQuiz Club NITW
 
Multi Domain Alias In the Odoo 17 ERP Module
Multi Domain Alias In the Odoo 17 ERP ModuleMulti Domain Alias In the Odoo 17 ERP Module
Multi Domain Alias In the Odoo 17 ERP ModuleCeline George
 
Q-Factor HISPOL Quiz-6th April 2024, Quiz Club NITW
Q-Factor HISPOL Quiz-6th April 2024, Quiz Club NITWQ-Factor HISPOL Quiz-6th April 2024, Quiz Club NITW
Q-Factor HISPOL Quiz-6th April 2024, Quiz Club NITWQuiz Club NITW
 
Narcotic and Non Narcotic Analgesic..pdf
Narcotic and Non Narcotic Analgesic..pdfNarcotic and Non Narcotic Analgesic..pdf
Narcotic and Non Narcotic Analgesic..pdfPrerana Jadhav
 
4.11.24 Mass Incarceration and the New Jim Crow.pptx
4.11.24 Mass Incarceration and the New Jim Crow.pptx4.11.24 Mass Incarceration and the New Jim Crow.pptx
4.11.24 Mass Incarceration and the New Jim Crow.pptxmary850239
 
4.11.24 Poverty and Inequality in America.pptx
4.11.24 Poverty and Inequality in America.pptx4.11.24 Poverty and Inequality in America.pptx
4.11.24 Poverty and Inequality in America.pptxmary850239
 
Oppenheimer Film Discussion for Philosophy and Film
Oppenheimer Film Discussion for Philosophy and FilmOppenheimer Film Discussion for Philosophy and Film
Oppenheimer Film Discussion for Philosophy and FilmStan Meyer
 
Grade Three -ELLNA-REVIEWER-ENGLISH.pptx
Grade Three -ELLNA-REVIEWER-ENGLISH.pptxGrade Three -ELLNA-REVIEWER-ENGLISH.pptx
Grade Three -ELLNA-REVIEWER-ENGLISH.pptxkarenfajardo43
 
Expanded definition: technical and operational
Expanded definition: technical and operationalExpanded definition: technical and operational
Expanded definition: technical and operationalssuser3e220a
 
Textual Evidence in Reading and Writing of SHS
Textual Evidence in Reading and Writing of SHSTextual Evidence in Reading and Writing of SHS
Textual Evidence in Reading and Writing of SHSMae Pangan
 
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptxINTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptxHumphrey A Beña
 

Último (20)

Scientific Writing :Research Discourse
Scientific  Writing :Research  DiscourseScientific  Writing :Research  Discourse
Scientific Writing :Research Discourse
 
Daily Lesson Plan in Mathematics Quarter 4
Daily Lesson Plan in Mathematics Quarter 4Daily Lesson Plan in Mathematics Quarter 4
Daily Lesson Plan in Mathematics Quarter 4
 
ROLES IN A STAGE PRODUCTION in arts.pptx
ROLES IN A STAGE PRODUCTION in arts.pptxROLES IN A STAGE PRODUCTION in arts.pptx
ROLES IN A STAGE PRODUCTION in arts.pptx
 
Faculty Profile prashantha K EEE dept Sri Sairam college of Engineering
Faculty Profile prashantha K EEE dept Sri Sairam college of EngineeringFaculty Profile prashantha K EEE dept Sri Sairam college of Engineering
Faculty Profile prashantha K EEE dept Sri Sairam college of Engineering
 
4.16.24 Poverty and Precarity--Desmond.pptx
4.16.24 Poverty and Precarity--Desmond.pptx4.16.24 Poverty and Precarity--Desmond.pptx
4.16.24 Poverty and Precarity--Desmond.pptx
 
Team Lead Succeed – Helping you and your team achieve high-performance teamwo...
Team Lead Succeed – Helping you and your team achieve high-performance teamwo...Team Lead Succeed – Helping you and your team achieve high-performance teamwo...
Team Lead Succeed – Helping you and your team achieve high-performance teamwo...
 
Blowin' in the Wind of Caste_ Bob Dylan's Song as a Catalyst for Social Justi...
Blowin' in the Wind of Caste_ Bob Dylan's Song as a Catalyst for Social Justi...Blowin' in the Wind of Caste_ Bob Dylan's Song as a Catalyst for Social Justi...
Blowin' in the Wind of Caste_ Bob Dylan's Song as a Catalyst for Social Justi...
 
How to Fix XML SyntaxError in Odoo the 17
How to Fix XML SyntaxError in Odoo the 17How to Fix XML SyntaxError in Odoo the 17
How to Fix XML SyntaxError in Odoo the 17
 
Q-Factor General Quiz-7th April 2024, Quiz Club NITW
Q-Factor General Quiz-7th April 2024, Quiz Club NITWQ-Factor General Quiz-7th April 2024, Quiz Club NITW
Q-Factor General Quiz-7th April 2024, Quiz Club NITW
 
Multi Domain Alias In the Odoo 17 ERP Module
Multi Domain Alias In the Odoo 17 ERP ModuleMulti Domain Alias In the Odoo 17 ERP Module
Multi Domain Alias In the Odoo 17 ERP Module
 
Q-Factor HISPOL Quiz-6th April 2024, Quiz Club NITW
Q-Factor HISPOL Quiz-6th April 2024, Quiz Club NITWQ-Factor HISPOL Quiz-6th April 2024, Quiz Club NITW
Q-Factor HISPOL Quiz-6th April 2024, Quiz Club NITW
 
Narcotic and Non Narcotic Analgesic..pdf
Narcotic and Non Narcotic Analgesic..pdfNarcotic and Non Narcotic Analgesic..pdf
Narcotic and Non Narcotic Analgesic..pdf
 
4.11.24 Mass Incarceration and the New Jim Crow.pptx
4.11.24 Mass Incarceration and the New Jim Crow.pptx4.11.24 Mass Incarceration and the New Jim Crow.pptx
4.11.24 Mass Incarceration and the New Jim Crow.pptx
 
4.11.24 Poverty and Inequality in America.pptx
4.11.24 Poverty and Inequality in America.pptx4.11.24 Poverty and Inequality in America.pptx
4.11.24 Poverty and Inequality in America.pptx
 
Oppenheimer Film Discussion for Philosophy and Film
Oppenheimer Film Discussion for Philosophy and FilmOppenheimer Film Discussion for Philosophy and Film
Oppenheimer Film Discussion for Philosophy and Film
 
Grade Three -ELLNA-REVIEWER-ENGLISH.pptx
Grade Three -ELLNA-REVIEWER-ENGLISH.pptxGrade Three -ELLNA-REVIEWER-ENGLISH.pptx
Grade Three -ELLNA-REVIEWER-ENGLISH.pptx
 
Expanded definition: technical and operational
Expanded definition: technical and operationalExpanded definition: technical and operational
Expanded definition: technical and operational
 
Paradigm shift in nursing research by RS MEHTA
Paradigm shift in nursing research by RS MEHTAParadigm shift in nursing research by RS MEHTA
Paradigm shift in nursing research by RS MEHTA
 
Textual Evidence in Reading and Writing of SHS
Textual Evidence in Reading and Writing of SHSTextual Evidence in Reading and Writing of SHS
Textual Evidence in Reading and Writing of SHS
 
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptxINTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
 

Creating Responsive eLearning With FRED

  • 2. India UK US Middle East New Zealand S.Africa Nigeria Kenya Singapore Venezuela 13 165+ clients in countries Established in 2004 Australia
  • 4. Winner of a Silver award in CLO magazine's 'Learning In Practice Awards 2011' for UpsideLMS UpsideLMS listed as one of the 'Five Emerging LMSs to Watch' in CLO Magazine ('10) Winner of 7 Apex Awards of Excellence ('11, '09, '08 & '07) Winner of 11 Brandon Hall Excellence Awards (‘12, '11, '10 & '09) UpsideLMS featured in the '2010 Top 20 Learning Portal Companies List' and '2011 & 2012 Watch List‘ by TrainingIndustry.com Winner of Red Herring 100 Asia Award in 2008 & finalist in Red Herring Global 100 ('09) Winner in Deloitte’s Technology Fast 500 Asia Pacific 2008 & 2009 program, and Fast 50 India 2008 program 30+ Awards & recognitions Winner of eLearning Team Of The Year 2013
  • 5. Geera Bellare Amit Garg Founder & Director – Custom Learning Solutions AVP – Learning Design Presenters
  • 6. • The Multi-Device World • Responsive eLearning – What? Why? • FRED • Challenges and Key Considerations Agenda
  • 7. How many devices do you use in a day? (for professional and/or personal use) • 1 • 2 • 3 • More than 3 Poll
  • 8. Poll On which OS do your devices run?  iOS  Android  BlackBerry OS  Windows  Other
  • 10. Multi Device World Jan 2014 - American Adults cellphone smartphone tablet Use ONLY mobile to access the Internet 1. http://www.pewinternet.org/fact-sheets/mobile-technology-fact-sheet/ 2. link
  • 13. Eric Schmidt Gartner Symposium / IT Expo 2013 "it looks to us like the majority of enterprise computing is being done on mobile devices, in particular on tablets” Multi Device World
  • 14. Why Responsive eLearning? Source – http://johnpolacek.github.io/scrolldeck.js/decks/responsive/ Jeffrey Veen “Day by day, the number of devices, platforms, and browsers that need to work with your site grows. Responsive web design represents a fundamental shift in how we’ll build websites for the decade to come.”
  • 15. Poll What do you know about responsive eLearning? o Not much; have just heard the term. o Know what it is but have not had any hands-on experience. o Have designed/developed some responsive eLearning. o Have designed/developed a lot of responsive eLearning.
  • 17. Poll How do you think responsive eLearning can be useful in your organization?  To reach out to mobile and/or shop floor workers (e.g. sales staff, field technicians, production staff, etc)  To allow employees to access eLearning on their own devices  To allow employees to access eLearning outside office hours including during travel and waiting times  To make (compliance) training programs more convenient to complete
  • 18. What is Responsive eLearning? eLearning that responds to device size
  • 19. Poll Does exactly the same content need to be delivered on all devices? o Yes o No o Not sure
  • 20. Does Mobile Need a Full Version • People are USED to the standard Interfaces • Some people access the Internet only via their phones • When targeting Desktops & Tablets (not smartphones) • Compliance courses • When focus is on providing resources • Mobile Context is important • Need a lightweight solution. • Software simulations
  • 21. Benefits of Responsive eLearning • Enhanced reach – higher uptake • Single source • Cost effectiveness • Easy Maintenance • Content Consistency • Track across devices • Allow sequencing
  • 22. An HTML – CSS – Javascript based framework to create responsive eLearning easily Our Solution
  • 23. Benefits Customization Reliability Consistent and Complete User Experience Efficiency Cost-effectiveness Effective Content Management
  • 25. • Multi-Device Support • Template Library FRED - Key Features
  • 26. • Multi-Device Support • Template Library • Responsive Menu FRED - Key Features
  • 27. • Multi-Device Support • Template Library • Responsive Menu • Multimedia Support FRED - Key Features
  • 28. • Multi-Device Support • Template Library • Responsive Menu • Multimedia Support • Multi-Lingual Support FRED - Key Features
  • 29. • Multi-Device Support • Template Library • Responsive Menu • Multimedia Support • Multi-Lingual Support • Multiple Delivery Options FRED - Key Features
  • 30. • Multi-Device Support • Template Library • Responsive Menu • Multimedia Support • Multi-Lingual Support • Multiple Delivery Options • Learning Standards Compliance FRED - Key Features
  • 31. • Multi-Device Support • Template Library • Responsive Menu • Multimedia Support • Multi-Lingual Support • Multiple Delivery Options • Learning Standards Compliance • Accessibility Support FRED - Key Features
  • 32. • Multi-Device Support • Template Library • Responsive Menu • Multimedia Support • Multi-Lingual Support • Multiple Delivery Options • Learning Standards Compliance • Accessibility Support • Social Media Integration FRED - Key Features
  • 33. • Multi-Device Support • Template Library • Responsive Menu • Multimedia Support • Multi-Lingual Support • Multiple Delivery Options • Learning Standards Compliance • Accessibility Support • Social Media Integration • Developer Aids FRED - Key Features
  • 34. • Browser-Platform-OS-Device Combinations • Usability • Content Display and Treatment • Standards and Compliances • Development Process Key Considerations & Challenges Creating Responsive eLearning
  • 35. Browser-Platform-OS-Device Combinations Scope narrowed during project scoping – but still a wide variety How to display content in the same or similar manner and achieve the same behavior? • Code differently for different browsers Creating Responsive eLearning Key Considerations & Challenges It should work on every possible device!
  • 36. Creating Responsive eLearning Key Considerations & Challenges Properties used by different browsers for box sizing: -webkit-box-sizing: border-box;  Safari, Chrome -moz-box-sizing: border-box;  Mozilla box-sizing: border-box;  Others -webkit-box-sizing: content-box;  Safari, Chrome -moz-box-sizing: content-box;  Mozilla box-sizing:content-box;  Others
  • 37. Scope narrowed during project scoping – but still a wide variety… How to display content in the same or similar manner and achieve the same behavior? • Code differently for different browsers • Know every individual user-agent string Creating Responsive eLearning Key Considerations & Challenges Browser-Platform-OS-Device Combinations It should work on every possible device!
  • 38. Testing: • Takes longer • More complex and intricate • Costlier Test on actual target devices: • Primary devices • Most popular or largest volume of devices Creating Responsive eLearning Key Considerations & Challenges Browser-Platform-OS-Device Combinations
  • 39. Lower Browser Versions (IE): • IE6 is planned to be phased out in April 2014 • IE7 and IE8 use is declining But IE8 doesn’t support HTML5 elements… http://en.wikipedia.org/wiki/Internet_Explorer_6 || theie7countdown.com || theie8countdown.com Creating Responsive eLearning Key Considerations & Challenges Browser-Platform-OS-Device Combinations
  • 40. FRED: • Uses HTML4 and HTML5 • Includes a system check Creating Responsive eLearning Key Considerations & Challenges Browser-Platform-OS-Device Combinations
  • 41. Creating Responsive eLearning Key Considerations & Challenges Browser-Platform-OS-Device Combinations
  • 42. FRED: • Uses HTML4 and HTML5 • Includes a system check • Includes templates whose treatment changes based on browser version Creating Responsive eLearning Key Considerations & Challenges Browser-Platform-OS-Device Combinations
  • 43. Creating Responsive eLearning Key Considerations & Challenges Browser-Platform-OS-Device Combinations
  • 44. FRED: • Uses HTML4 and HTML5 • Includes a system check • Includes templates whose treatment changes based on browser version • Is tested on actual devices Creating Responsive eLearning Key Considerations & Challenges Browser-Platform-OS-Device Combinations
  • 45. Video and audio formats loaded based on browser Video: • MP4 • OGV Audio: • MP3 • OGG Can affect package size… Creating Responsive eLearning Key Considerations & Challenges Browser-Platform-OS-Device Combinations
  • 46. Touch friendliness: • Large • Far apart • Gestural navigation Usability Creating Responsive eLearning Key Considerations & Challenges
  • 47. Usability Creating Responsive eLearning Key Considerations & Challenges
  • 48. Touch friendliness: • Large • Far apart • Gestural navigation • Layout Usability Creating Responsive eLearning Key Considerations & Challenges
  • 49. Usability Creating Responsive eLearning Key Considerations & Challenges
  • 50. Global Navigation: • Shift it? • Group it? • Layer it? • Are all required? • Are some more common? FRED: • Responsive menu • Controls displayed/hidden based on device Usability Creating Responsive eLearning Key Considerations & Challenges
  • 51. Usability Creating Responsive eLearning Key Considerations & Challenges
  • 52. Usability Creating Responsive eLearning Key Considerations & Challenges
  • 53. Interactivity Instructions: • Device-neutral • Device-appropriate • Task-specific Usability Creating Responsive eLearning Key Considerations & Challenges
  • 54. Usability Creating Responsive eLearning Key Considerations & Challenges
  • 55. Text Readability: • Common size that is comfortably readable on all devices Usability Creating Responsive eLearning Key Considerations & Challenges
  • 56. Usability Creating Responsive eLearning Key Considerations & Challenges
  • 57. Text Readability: • Common size that is comfortably readable on all devices • Dynamic sizing Overridden by device and eLearning accessibility settings Usability Creating Responsive eLearning Key Considerations & Challenges
  • 58. Usability Creating Responsive eLearning Key Considerations & Challenges
  • 59. Layout and transformation based on screen size: • Retain meaning • Achieve consistent look and feel • Achieve user-friendly experience Content Display Creating Responsive eLearning Key Considerations & Challenges
  • 60. Usability Creating Responsive eLearning Key Considerations & Challenges
  • 61. Usability Creating Responsive eLearning Key Considerations & Challenges
  • 62. Usability Creating Responsive eLearning Key Considerations & Challenges
  • 63. Usability Creating Responsive eLearning Key Considerations & Challenges
  • 64. Images: • Scaling • Cropping • Scaling pre-cropped images Content Display Creating Responsive eLearning Key Considerations & Challenges
  • 65. Treatment restrictions and alternatives based on HTML: • Animations published as videos Creating Responsive eLearning Key Considerations & Challenges Content Display
  • 66. Content Display Creating Responsive eLearning Key Considerations & Challenges
  • 67. Audio Strategy: • Introductory audio • Closely-synched audio in animations published as videos Content Display Creating Responsive eLearning Key Considerations & Challenges
  • 68. Multimedia Components: • Audio, video • Images, graphics • Animations • Sprite animations • SVG graphics/animations Content Display Creating Responsive eLearning Key Considerations & Challenges
  • 69. Content Display Creating Responsive eLearning Key Considerations & Challenges
  • 70. Layering Interactivities: • Levels of content chunking depending on learners’ comfort with scrolling on desktops and laptops Content Display Creating Responsive eLearning Key Considerations & Challenges
  • 71. Should these be shown on smaller devices? • Application simulations • Complex technical diagrams • Animated stories / scenarios where you need to see details of the environment or objects • Animated stories / scenarios where there is important text within the animation • Exploratory interactivities where you need to identify or locate areas to explore Content Display Creating Responsive eLearning Key Considerations & Challenges
  • 72. • SCORM or Tin Can compliance for LMS delivery • SCORM or Tin Can compliance for apps (with customization for SCORM) • Accessibility provisions Standards and Compliances Creating Responsive eLearning Key Considerations & Challenges
  • 73. • Fluid, iterative • Higher interdependence • Storyboard focused on core content and visuals • Higher testing time Process Creating Responsive eLearning Key Considerations & Challenges

Notas del editor

  1. Make the countries blue…not purple
  2. Add elearningAge awards
  3. Get some research on this to quote after the poll questions
  4. In his book Tapworthy: Designing Great iPhone Apps, Josh Clark defines the three different mindsets of the mobile user: “I am microtasking,” “I am local,” and “I am bored” (see References).
  5. Get some research on this to quote after the poll questions
  6. Get some research on this to quote after the poll questions
  7. Learning and performance support interventions delivered from one source on multiple devices without any content loss.Content responds to or moulds itself to the devices' dimensions and rearranges itself accordingly.Content changes its form or gets layered where required for better user experience.
  8. FRED delivers the same – or similar – content across different devices, ensuring a consistent and complete user experience.FRED is a reusable framework with an existing library of 20+ templates, allowing for efficiency during development. At the same time, FRED is flexible enough to be customized to meet your specific requirements. And FRED is reliable, having been thoroughly tested across multiple devices.Once a single base version has been developed,content management is easier and much more effective as updates or additions need only be made once to reflect across all devices.All these combine to make FRED a cost-effective solution for responsive eLearning development.