3
I Use This!
Inactive

Commits : Listings

Analyzed about 14 hours ago. based on code collected about 19 hours ago.
Apr 19, 2023 — Apr 19, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Force MathJax to properly convert HTML entities to their corresponding characters. Also display error messages if a variable is defined that overwrites a KhanUtil method. More... almost 13 years ago
Add a way to view problems of a specific type. Fixes #16. More... almost 13 years ago
Implement problem-specific var blocks. Fixes #3. More... almost 13 years ago
Add a little bit explaining graph-type. More... almost 13 years ago
Retool framework, move Math and Graph logic out of khan-exercise.js and into their respective modules. Re-work markup conventions to no longer use IDs. Fixes #13 and #14. More... almost 13 years ago
Refine the definition of graphs, implement a basic API. Fixes #5. More... almost 13 years ago
Merge pull request #11 from marcia/master More... almost 13 years ago
Add exercise -- least common multiple More... almost 13 years ago
Avoid 0 in GCD exercise More... almost 13 years ago
Merge branch 'master' of github.com:Khan/khan-exercises More... almost 13 years ago
I got something to draw! A chart is showing up now, rendering content from an exercise. It's not, in any way, ready to be used in a more general sense. More... almost 13 years ago
Merge pull request #9 from marcia/master More... almost 13 years ago
Merge remote-tracking branch 'upstream/master' More... almost 13 years ago
Pull jQuery and Raphael.js from a CDN, make sure jQuery is being used throughout. More... almost 13 years ago
Add automatic cleaning up of math. Fixes #8. More... almost 13 years ago
Merge branch 'master' of github.com:Khan/khan-exercises More... almost 13 years ago
Some style/spacing fixes, plus a more reliable rounding technique thanks to Marcia. More... almost 13 years ago
Trimming some whitespace. More... almost 13 years ago
Add prime numbers More... almost 13 years ago
Update example with data-require More... almost 13 years ago
Merge More... almost 13 years ago
Add radians and degrees exercise and angles util file. Also modify the choice check logic to work even when MathJax transforms the HTML in the choices. More... almost 13 years ago
Add greatest common divisor More... almost 13 years ago
Move some generic logic to util More... almost 13 years ago
Change arithmetic to addition for parity More... almost 13 years ago
Merge remote-tracking branch 'upstream/master' More... almost 13 years ago
Exercises currently have a 'dumb' inheritance model - they completely overwrite the existing problem, question, or solution - no way to currently pick-and-choose which items you wish to substitute. I've filed a bug under issue #2. More... almost 13 years ago
Create a new utility module system with automatic dependency loader. Simply add a data-require='moduleA moduleB' to the HTML element to load those modules. All modules are loaded in utils/. More... almost 13 years ago
Add divisibility intro More... almost 13 years ago
Add simple arithmetic exercise. Example of how maintaining pos of subbed elems would be nice More... almost 13 years ago