This repository has been archived by the owner on May 11, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 865
Good examples and pro tips
xymostech edited this page Aug 1, 2012
·
6 revisions
- http://www.khanacademy.org/exercises?exid=greatest_common_divisor
- http://www.khanacademy.org/exercises?exid=converting_repeating_decimals_to_fractions_1
- http://www.khanacademy.org/exercises?exid=age_word_problems
- http://www.khanacademy.org/exercises?exid=parallel_lines_1
- http://www.khanacademy.org/exercises?exid=solid_geometry
- http://www.khanacademy.org/exercises?exid=multiplication_4
- http://www.khanacademy.org/exercises?exid=distributive_property
- http://www.khanacademy.org/exercises?exid=unit_circle
- http://www.khanacademy.org/exercises?exid=derivative_intuition
- http://www.khanacademy.org/exercises?exid=telling_time
- http://www.khanacademy.org/exercises?exid=fractions_cut_and_copy_1
-
You can append
?debug
to the end of the exercise URL (ex:addition_1.html?debug
) to see the values of the variables used in the problem. In this specialdebug
mode, you can type "h" to reveal the next hint. -
Sometimes you'll make changes to the code that aren't reflected when you open the exercise in your browser. Try emptying the cache!
-
The
word-problems
module has aplural
function so you don't have to do<var>NUM</var> banana<span data-if="NUM !== 1">s</span>
everywhere. -
There are quite a few answer types, with specificity for simplified vs unsimplified fractions, dollar amounts, regex, etc.