login/register

Snip!t from collection of Alan Dix

see all channels for Alan Dix

Snip
summary

Khan Academy has created a generic framework for buildin... framework, together with the exercises themselves, can b...
The framework exists in two components:
An HTML markup for specifying exercises.
A jQuery plugin for generating a usable, int

Khan/khan-exercises
https://github.com/Khan/khan-exercises

Categories

/Channels/education/open learning

[ go to category ]

For Snip

loading snip actions ...

For Page

loading url actions ...

Khan Academy has created a generic framework for building exercises. This framework, together with the exercises themselves, can be used completely independently of the Khan Academy application.

The framework exists in two components:

  • An HTML markup for specifying exercises.
  • A jQuery plugin for generating a usable, interactive, exercise from the HTML markup.

HTML

<p>Khan Academy has created a generic framework for building exercises. This framework, together with the exercises themselves, can be used completely independently of the Khan Academy application.</p> <p>The framework exists in two components:</p> <ul> <li>An HTML markup for specifying exercises.</li> <li>A jQuery plugin for generating a usable, interactive, exercise from the HTML markup.</li></ul>