Difference between revisions of "Karma/Dictionary"

From Sugar Labs
Jump to navigation Jump to search
Line 1: Line 1:
* karmaplatz
+
* karmaplatz: landing page (formerly known as MenuStage in E-Paath)
* assets
+
* assets: multimedia objects such as images, sounds and videos that are used in Karma lessons
* bundle
+
* bundle: a collection of lessons, possible also including Karma utilities and a HTML 5 capable browser (see [[Karma/Bundle_layout]] for more details)
* lesson
+
* lesson: a self-contained unit of Karma content
* tutorial
+
* tutorial:
* game  
+
* game:
* exercise
+
* exercise:
* review
+
* review:
* teacher's note
+
* teacher's note: document detailing learning goals, (possibly) links to related school book contents, ideas for preceding and follow-up activities, etc.
* lesson plan
+
* lesson plan: detailed overview of how teachers can use the activity in the classroom, which homework can be assigned to pupils, etc.
* Activity Text
+
* Activity Text: blue-print for the activity and contains every piece of information the developers need to implement the activity
 
* [http://en.wikipedia.org/wiki/Unobtrusive_JavaScript unobtrusive javascript]
 
* [http://en.wikipedia.org/wiki/Unobtrusive_JavaScript unobtrusive javascript]

Revision as of 01:25, 22 July 2009

  • karmaplatz: landing page (formerly known as MenuStage in E-Paath)
  • assets: multimedia objects such as images, sounds and videos that are used in Karma lessons
  • bundle: a collection of lessons, possible also including Karma utilities and a HTML 5 capable browser (see Karma/Bundle_layout for more details)
  • lesson: a self-contained unit of Karma content
  • tutorial:
  • game:
  • exercise:
  • review:
  • teacher's note: document detailing learning goals, (possibly) links to related school book contents, ideas for preceding and follow-up activities, etc.
  • lesson plan: detailed overview of how teachers can use the activity in the classroom, which homework can be assigned to pupils, etc.
  • Activity Text: blue-print for the activity and contains every piece of information the developers need to implement the activity
  • unobtrusive javascript