Вопрос

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?

Это было полезно?

Решение

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

Другие советы

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!

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top