Questions tagged [khan-academy]

This tag is for questions related to interfacing with Khan Academy, such as through the Khan Academy API. Do not use this tag for questions related to the courses that you are taking on Khan Academy.

The Khan Academy is a website dedicated to instructional videos on a wide array of topics.

All of the site's resources are available to anyone. Khan Academy's materials and resources are available to you completely free of charge.

This tag is for questions related to the Khan Academy API and other ways of interfacing with Khan Academy. This tag is not for questions related to the courses taken on Khan Academy. Use other specific tags for those.

111 questions
-2
votes
3 answers

How can i make a circular motion in javascript

I'm trying to make the Solar System using javascript, and I'm using khan academy to make it, but i don't know how can i make them move in a circle around the Sun I kept browsing the net for hours, but i couldn't find anything. Here's my project so…
CGUltimateno
  • 19
  • 1
  • 5
-2
votes
2 answers

Codecademy or Khan Academy - Create a Classroom or Friends list?

I'm sorry if this is the wrong community, but Academia (my next-best-guess) seemed too focused on graduate-level stuff for something this trivial. I have several friends who have expressed interest in learning to program. I have referred them all…
Bing
  • 3,071
  • 6
  • 42
  • 81
-3
votes
1 answer

Javascript programming on Khanacademy. How come the buttons on the bottom half does not work?

I am working on a calculator but after setting up the buttons the bottom half of the buttons does not react like the top half. Please help. Link to project: https://www.khanacademy.org/computer-programming/calculator/6690221911506944
Sam Chen
  • 1
  • 1
-3
votes
2 answers

KhanAcademy API

I want to ask my students to add me as their coach at khanacademy.org. Q: What kind of data can I get from Khan Academy's API? Can I get the videos that they've watched, or their badges?
Phillip Senn
  • 46,771
  • 90
  • 257
  • 373
-4
votes
3 answers

JavaScript Khan Academy

So I have this project for my class and all I have to do is display one movie and review and the second one under the first one. I think my formatting is incorrect and also my size values. Thanks in advance! Now, to get both your movies displaying,…
-6
votes
5 answers

Khan Academy - Challenge: Implement insertion sort

I'm taking a Algorithm class Khan Academy for JavaScript. I wrote a code like this: var insert = function(array, rightIndex, value) { for(var i = rightIndex; i > 0 && array[i-1] > value; i--) { array[i]…
user124942
  • 145
  • 1
  • 9
1 2 3 4 5 6 7
8