Skip to content

A framework for building exercises to work with Khan Academy.

Notifications You must be signed in to change notification settings

fleomikn/khan-exercises

This branch is 1665 commits behind Khan/khan-exercises:master.

Folders and files

NameName
Last commit message
Last commit date
Aug 30, 2013
Aug 27, 2013
Jan 27, 2012
Sep 2, 2013
Dec 17, 2012
Aug 28, 2013
Jan 24, 2013
Sep 1, 2013
Jan 21, 2013
May 9, 2013
Jul 14, 2011
Apr 15, 2013
Feb 25, 2013
Jul 31, 2013
Jul 31, 2013
Aug 31, 2013
Sep 1, 2013
Jun 12, 2013
Aug 26, 2013
Jan 21, 2013

Repository files navigation

Khan Academy Exercises

Copyright (c) 2013 Khan Academy

The exercise framework is MIT licensed.

The exercises are under a Creative Commons by-nc-sa license.

Exercise Framework

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.

Using the Framework Locally

You need to serve the files from some sort of a server. You can't just open the files directly in a browser. For example:

cd khan-exercises
python -m SimpleHTTPServer # or python3 -m http.server

Now if you open your browser to http://localhost:8000 (or http://127.0.0.1:8000/) you should see the contents of the khan-exercises directory. Navigate to the exercises subfolder, and an HTML file under there to see an exercise.

Writing Exercises

The process for writing exercises is rather well documented. More information about this process can be found in the Khan Exercises wiki. Specifically:

More

If you're passionate about creating these exercises and want to apply to be a full-time exercise developer at the Khan Academy, please do so.

About

A framework for building exercises to work with Khan Academy.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published