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
0
votes
1 answer

How to access subtitles of Khan Academy videos?

I'm curious to know, how to download the subtitles for the videos of Khan Academy. As far as I know, universalsubtitles[dot]org has the subtitles. But I'm unable to get any results from my API calls. Here are a few sample calls that I tried which do…
rakshakhegde
  • 924
  • 9
  • 15
0
votes
1 answer

Khan Academy Topic Tree Not Working -Objective C and AFNetworking 2.0

I am attempting to call the khan academy api inside my iOS app. I am using the AFNetworking class to make the api call. Here is my code: AFHTTPRequestOperationManager *manager = [AFHTTPRequestOperationManager…
Joel
  • 1,585
  • 2
  • 10
  • 20
0
votes
2 answers

Fatal Error: How to Increase Memory Limit

I am trying to use the Khan Academy API but I am running into a small problem. I believe the data being returned by the API call is too large for the variable that is holding the data. I did some Googling and came across a method that sets…
three3
  • 2,756
  • 14
  • 57
  • 85
0
votes
1 answer

Khan Academy goes into compatibility mode with my proxy settings - solution

I found that when I switched to a new proxy Khan Academy wasn't working on most of the computers in my school any more. I don't know why not all since we all use the same one, but anyway, after looking around for ages I finally found a solution. So,…
Karl Henselin
  • 1,015
  • 12
  • 17
0
votes
1 answer

Khan Academy PHP Oauth Code

Im really struggling w/ the OAuth for Khan Academy. This is for my class website (Im a teacher) and I want to pull in user data on particular students. If I could do the OAUTH I would be fine. Im using PHP. There seems to be many librarys out…
user2260700
  • 103
  • 8
0
votes
2 answers

Can't understand OAuth flow for this API

Can anyone help me understand OAuth flow for Khan Academy API. It can be accessed through this link: https://github.com/Khan/khan-api/wiki/Khan-Academy-API-Authentication I am using Scribe. Here is the working code: OAuthService serv = new…
Saeid Farivar
  • 1,667
  • 24
  • 43
-1
votes
1 answer

Problem with an inner query with SQL using the IN operator

So I'm learning SQL at Khan Academy and I can't get my code to work properly to complete the third step of the Playlist maker challenge. I'm supposed to use a nested subquery with an IN operator. I pasted my code below. The first two sql statements…
-1
votes
2 answers

I'm trying to make a game where I push a button and the number of times that the button is pressed is displayed

this is written in Javascript btw. I am just beginning to write code. everything I have learned is from khanacademy.org and this code is written in their code so it may be different IDK though :/ I am still on Intro To JS: Drawing and…
-1
votes
2 answers

How do I make an if class do nothing if there is nothing written in the rectangle?

So I'm making Tic Tac Toe and I made it so that when I click on the empty rectangles (tiles) it puts the label X or O on the tile, but if the tile is labeled (not empty) I want the code to not write anything. That's how the piece of code looks…
Culli276
  • 1
  • 1
-1
votes
1 answer

Change the shape of an object while moving using Javascript processing.js library

I am doing an online Javascript course in khan academy. I am doing a project on that course. I want my object to change shape from eclipse to a rectangle and repeat it while moving. I wrote a code. But I cannot see the eclipse. The way it is moving…
-1
votes
2 answers

Khan academy Scratchpad api

I want to scrape the Scratchpad from Khan academy but I don't know how to use the Scratchpad API. I tried using articles and videos but it doesn't work. Any ideas would be appreciated.
-1
votes
1 answer

How do I contribute new files to the KhanAcademy Github?

How do I commit new files to the khan-api repository? I created a simple MVC PHP example client (As the current php test client was quite confusing). e.g. This is how it looks now: if (isset($_GET['login']) && $_GET['login']) { …
-1
votes
1 answer

Javascript else always triggering

When I run the following code, for some reason it executes as if the else is always true, however when I take away the else statement, the if statements work fine, thus indicating that the if statements do work, I think, however I cannot set…
Fanghole
  • 33
  • 4
-2
votes
1 answer

Will can Khan Academy Api totally be removed?

I read on the Khan Academy Github page https://github.com/Khan/khan-api that the api will be deprecated by July 2020. My questions are: Will the whole Api be removed? Does that mean No api for personal projects? Can I use Khan Academy API for…
SAF
  • 71
  • 6
-2
votes
1 answer

Running javascript on Khan academy page

I'm working through The Algorithms section of Khan Academy. I'm working on the challenge at https://www.khanacademy.org/computing/computer-science/algorithms/binary-search/p/challenge-binary-search How do I run the program, after I write it?
user1592380
  • 34,265
  • 92
  • 284
  • 515