可汗学院练习(Khan Academy Exercises)

用于构建与可汗学院配合使用的练习的框架(已废弃)。「A (deprecated) framework for building exercises to work with Khan Academy.」

Github stars Tracking Chart

Khan Academy Exercises

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.

This repo consists of two parts:

  • Various HTML files that describe exercises.
  • A jQuery plugin for generating a usable, interactive, exercise from any of the HTML files.

Current Status

Khan Exercises is no longer used for development of new exercises at Khan Academy. We're always looking to improve the exercises that are currently built with Khan Exercises, but at this time we don't intend to add any new exercises. New exercises on Khan Academy are written by many content experts using Perseus and stored in our datastore as individual questions.

The bulk of our bug reports now go into Zen Desk where volunteers surface issues to KA developers, but we still process issues and PRs that come in through this repository. The goal is to keep high-quality bug reports and feature requests in this repository so awesome OSS developers who want to help KA have the tools do so.

If you're looking to contribute time, looking through our wiki is a good place to start. Questions should go into the issue tracker (we may set up gitter if there ends up being a high volume of questions).

Licensing

Copyright (c) 2015 Khan Academy

The exercise framework is MIT licensed.

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

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.

More

If you're passionate about providing a free world-class education for anyone, anywhere and want to apply to be a full-time or intern software developer at Khan Academy, please do so.

Main metrics

Overview
Name With OwnerKhan/khan-exercises
Primary LanguageHTML
Program languageJavaScript (Language Count: 8)
Platform
License:
所有者活动
Created At2011-05-09 15:40:15
Pushed At2020-10-21 21:08:18
Last Commit At2018-12-04 17:38:23
Release Count0
用户参与
Stargazers Count1.6k
Watchers Count148
Fork Count864
Commits Count7.1k
Has Issues Enabled
Issues Count993
Issue Open Count365
Pull Requests Count610
Pull Requests Open Count3
Pull Requests Close Count636
项目设置
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private