Question

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?

Was it helpful?

Solution

It took me 3 seconds of googling to find this

From their documentation -

Videos they've watched https://github.com/Khan/khan-api/wiki/Khan-Academy-API-Methods#wiki-user-videos

Badges they've earned - https://github.com/Khan/khan-api/wiki/Khan-Academy-API-Methods#wiki-badges

OTHER TIPS

From :Kahn API Explorer

Authenticated api calls will give you information about the logged in user (either a student or a coach/parent), such as videos seen, exercises completed, playlist progress and so forth. This repository's README includes helpful instructions (and a python script) for authenticated api calls. Try it out!

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top