Below you’ll find the slides, links and other resources to accompnay my BYOL session “You Already Know How to Build mLearning (You Just Don’t Know It)“on Friday morning, you can grab the download files ahead of time from here.
DOWNLOAD WORKSHOP FILES
Curated Collection of PowerPoint Resources
Mobile Video
Example Video created entirely in PowerPoint
How to Export Your PowerPoint Videos in HD
by Bright Carbon
Here’s the VB code you’ll need:
Sub MkVideo()
If ActivePresentation.CreateVideoStatus <> ppMediaTaskStatusInProgress Then
ActivePresentation.CreateVideo FileName:=Environ(“USERPROFILE”) & “\Desktop\test.wmv”, _
UseTimingsAndNarrations:=True, _
VertResolution:=1080, _
FramesPerSecond:=25, _
Quality:=100
Else: MsgBox “There is another conversion to video in progress”
End If
End Sub
Mobile eBooks
Advanced PowerPoint Typography Guide
Considerations for Designing Mobile Learning
Office Mix
Download the PowerPoint add-in and learn more about Office Mix.
Introduction to what Mix can do
Sarah Gilbert
If you want to learn more about mobile content, check out Sarah Gilbert’s site at http://melearningsolutions.com/ and follow her on Twitter at @melsgilbert