Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Your Content Is Forever (Your LMS Is Temporary)

Your Content Is Forever (Your LMS Is Temporary)

Strategies for High-Longevity Content |
Presented at DevLearn 2012 in Las Vegas, NV, USA

Clifford Anderson

October 31, 2012
Tweet

Other Decks in Education

Transcript

  1. Your  Content  Is  Forever   (Your  LMS  Is  Temporary)  

    Strategies  for  High-­‐Longevity  Content   Clifford  Anderson   Director  of  Online  Learning  Technology,  Berkleemusic.com   [email protected]        TwiEer:@CliffAnderson  
  2. Session  ObjecHves   •  EvaluaHng  an  LMS  from  a  content

     perspecHve   •  Streamlining  content  development   •  Modeling  content  specific  to  your  domain   •  Developing  a  content  strategy  and  process  
  3. Berkleemusic.com   •  130  twelve-­‐week   courses   •  Berklee

     faculty  authors   •  8  UPCEA  awards  for   Best  Online  Course   •  Small  development  staff   •  Third  LMS  iteraHon  
  4. SCORM   LMS   JS HTML SCORM   -­‐IFIER  

    HTML HTML HTML HTML MANIFEST +  
  5. SCORM   JS HTML SCORM   -­‐IFIER   HTML HTML

    HTML HTML MANIFEST +   LMS   LMS  
  6. Standalone  CMS   LMS   JS HTML a   CMS

      XML XML XML XML HTML HTML
  7. Standalone  CMS   LMS   JS HTML a   CMS

      XML XML XML XML HTML HTML LMS   …etc.   HTML HTML HTML HTML MANIFEST +  
  8. Natural  language   <movie … /> <quiz    …  />

      <image  …  />   <discussion  …  />   <slideshow  …  />  
  9. A  pracHcal  example   <div id="timeline"> <h2>Serious Weather</h2> <h3>Blizzard of

    1978</h3> <p><b>Date:</b> 02/05/1978</p> <img src="snow.jpg"/> <p class="small">Photo credit: rubyblossom</p> <p>One of the biggest snows ever.</p> <h3>Hurricane Sandy</h3> <p><b>Date:</b> 10/28/2012</p> <img src="hurricane.jpg"/> <p class="small">Photo credit: NASA Goddard Space Flight Center</p> <p>A perfect Frankenstorm.</p> </div>
  10. A  pracHcal  example   <div id="timeline"> <h2>Serious Weather</h2> <h3>Blizzard of

    1978</h3> <p><b>Date:</b> 02/05/1978</p> <img src="snow.jpg"/> <p class="small">Photo credit: rubyblossom</p> <p>One of the biggest snows ever.</p> <h3>Hurricane Sandy</h3> <p><b>Date:</b> 10/28/2012</p> <img src="hurricane.jpg"/> <p class="small">Photo credit: NASA Goddard Space Flight Center</p> <p>A perfect Frankenstorm.</p> </div>
  11. <event> <title>Blizzard of 1978 </title> <start_date>02/05/1978 </start_date> <image> <path>snow.jpg</path> <credit>rubyblossom

    </credit> </image> <description>One of the biggest snows ever. </description> </event> <h3>Blizzard of 1978</h3> <p> <b>Date:</b> 02/05/1978 </p> <img src="snow.jpg"/> <p class="small"> Photo credit: rubyblossom </p> <p>One of the biggest snows ever.</p>
  12. <timeline> <title>Serious Weather</title> <event> <title>Blizzard of 1978</title> <start_date>02/05/1978</start_date> <image><path>snow.jpg</ path><credit>rubyblossom</credit></

    image> <description>One of the biggest snows ever.</description> </event> <event> <title>Hurricane Sandy</title> <start_date>10/28/2012</start_date> <image><path>hurricane.jpg</ path><credit>NASA Goddard Space Flight Center</credit></image> <description>A perfect Frankenstorm.</description> </event> </timeline> <div id="timeline"> <h2>Serious Weather</h2> <h3>Blizzard of 1978</h3> <p><b>Date:</b> 02/05/1978</p> <img src="snow.jpg"/> <p class="small">Photo credit: rubyblossom</p> <p>One of the biggest snows ever.</p> <h3>Hurricane Sandy</h3> <p><b>Date:</b> 10/28/2012</p> <img src="hurricane.jpg"/> <p class="small">Photo credit: NASA Goddard Space Flight Center</p> <p>A perfect Frankenstorm.</p> </div>
  13. Mixing  HTML  and  XML   •  XML  for  overall  

    structure   •  HTML  for  local   forma_ng     <document> …HTML… <sidebar>…</sidebar> …HTML… <movie>…</movie> </document>  
  14. Model  the  relaHonship  between  parts   <lesson> <unit seq=“1”> <activity>…</activity>

    <activity>…</activity> </unit> <unit seq=“2”> <activity>…</activity> <activity>…</activity> </unit> </lesson>
  15. WYSIWYG  editor   Before: <p>&#160;</p> <p style="text-align: right"><img id="area10" widget_id="area10"

    doc_id="36208455" src="content-display.php/courses/BMB%2D200/ images/L01/L01_CommChan%2DTelephone.jpg" alt="" width="189" height="180" /></p> <p>&#160;</p> <p id="area14" class="body" widget_id="area14">Whether it is the office landline or a mobile phone, <em>telephone calls </em>are still a large part of overall business communications. Benefits of the telephone call include that when a person is reached, a discussion can take place immediately and there is a relatively low cost&#8212;unless the call is international. Some drawbacks are that you only have the person&#8217;s voice to interpret how they are receiving your message, and unless your call was expected, you may be interrupting the person you are calling.</p> <p>&#160;</p> Aher:
  16. VB JS HTML CMS   XML XML XML XML UpdaHng

     the  look  &  feel   HTML HTML LMS  
  17. VB JS HTML CMS   XML XML XML XML Evolving

     technical  standards   HTML HTML LMS  
  18. VB JS HTML CMS   XML XML XML XML Reviving

     old  material   HTML HTML HTML HTML LMS   LMS  
  19. VB JS HTML CMS   XML XML XML XML Content

     reuse   LMS   HTML HTML HTML HTML
  20. VB JS HTML CMS   XML XML XML XML Ongoing

     revisions   HTML HTML LMS  
  21. VB JS HTML CMS   XML XML XML XML MulHple

     deployment  processes   LMS   HTML HTML LMS   ?   HTML HTML HTML HTML MANIFEST +  
  22. VB JS HTML CMS   XML XML XML XML CollaboraHve

     authoring   HTML HTML LMS  
  23. VB JS HTML CMS   XML XML XML XML CollaboraHve

     authoring   HTML HTML LMS  
  24. VB JS HTML CMS   XML XML XML XML Dealing

     with  lockdown   HTML HTML LMS  
  25. Your  Content  Is  Forever   (Your  LMS  Is  Temporary)  

    Strategies  for  High-­‐Longevity  Content   Clifford  Anderson   Director  of  Online  Learning  Technology,  Berkleemusic.com   [email protected]        TwiEer:@CliffAnderson