You have no favorites... yet!
Use the Library tree on the left to select a Choreo to call from your gateway device.
Use the Library tree on the left to select a Choreo to call from your edge device via the gateway.
Library . KhanAcademy . Users . GetExerciseLog
Retrieves user data about a specific excercise, such as when the problem was done, if the answer was correct, etc.
/*
TembooTask class placeholder
*/
/*
TembooTask header placeholder
*/
Since you've changed your device configuration, you'll need to tell us about this new device.
This feature is in experimental mode - pricing coming soon.
Send your code straight to a GitHub repository.
Your code will be visible by others in your repos. Keep credentials private by saving a Profile or commit code with Placeholder inputs.
The following files will be added to this repo:
You'll be able to edit and share your code from TI's CCS Cloud IDE.
The following will be sent to CCS Cloud:
/*
Your auto-generated code will appear here once you've configured your device above.
*/
/*
A header file containing your Temboo account information will appear here once you've
configured your device above.
*/
/*
Please log in to generate proxy server code for use with the JavaScript SDK.
*/
This Choreo retrieves user data about a specific excercise, such as when the problem was done, if the answer was correct, etc. Authentication is required. If an email is additionally specified, the Choreo retrieves user information about that user; otherwise it retrieves user information about the currently logged in user. Detailed information about the Users resource at Khan Academy is available here.
Here is an example of an acceptable input:
ConsumerKey: {YOUR CONSUMER KEY}
ConsumerSecret: {YOUR CONSUMER SECRET}
OAuthToken: {YOUR OAUTH TOKEN}
OAuthTokenSecret: {YOUR OAUTH TOKEN SECRET}
ExerciseName: scientific_notation
Email: {YOUR EMAIL}
The following is a sample of the information returned by this Choreo:
[ { "attempts": [ "\"7\"" ], "correct": true, "count_attempts": 1, "count_hints": 0, "earned_proficiency": false, "exercise": "addition_1", "exercise_non_summative": "null", "hint_after_attempt_list": [], "hint_time_taken_list": [], "hint_used": false, "ip_address": "98.90.107.999", "ka_url": "http://www.khanacademy.org/exercises?exid=addition_1&problem_number=24", "kind": "ProblemLog", "points_earned": 5, "problem_number": 24, "problem_type": "0", "random_float": 0.66308677373591507, "seed": "22", "sha1": "5c80a11e191b98714329c25640301e1b9623f7f6", "suggested": false, "time_done": "2011-10-10T13:34:39", "time_taken": 3, "time_taken_attempts": [ 3 ], "user": "you@gmail.com" } ]
https://ACCOUNT_NAME.temboolive.com/callback/google
© 2025 Temboo, Inc Privacy Terms