INTERTEXTrEVOLUTION

Make.Hack.Play.Learn

← Post archive

Microformats I would like in remixable #indieweb classrooms

Spent some time today going through http://microformats.org/wiki/microformats-2 and thinkign about what the minimal mark up would be for remixable course repositories:

 Thinking something like:

h-learning

The h-learning micromat is for making up online classrooms or learning materials:

  • p-module used if a lesson or activity is part of a bigger module
  • p-lesson used if in an activity is part of a bigger lesson
  • p-goal Goal of the learning activity
  • p-objectives measurable outcomes of a lesson
  • p-steps the procudeures a learner or teacher will use
  • p- assessment how will the objectives be measured
  • p-criteria what criteria will be used to measure success
  • p-evidence what will the learner demonstrate to prove criteria have been met.

So a possible lesson page might be:

<h3 class="p-module">My Unit</h3>

<h4 class="p-lesson">Lesson one</h4>

<p class="p-goal">The goal of this lesson is to build yoru first website</p>

   <ul class="p-objective">

      <li>Find a shared host</li>

      <li>Launch a website</li>

      <li>Publish about me page</li>

   </ul>

<div class="p-steps">

    <h4> The Plan </h4>

      <ul >

         <li>step one</li>

         <li>step two</li>

       </ul>

</div>

<p class="p-assessment>This will be assessed during a project showcase your peers will score you using a rubric.</p>

<p class="p-criteria> Your website will be judged on x, y, z</p>

<p class="p-evidence>Evidence may include x,yz,</p>

Not sure if any of this would work but it seems simple to ask. Not sure who you ask to make it happen but that is probably even easier.

 

By Greg McVerry · Permalink · Original Known URL