What is the Experience API (xAPI)?

  Рет қаралды 22,154

Devlin Peck

Devlin Peck

Күн бұрын

Пікірлер: 49
@DevlinPeckYT
@DevlinPeckYT 4 жыл бұрын
You can view my in-depth article about xAPI and LRSs here: www.devlinpeck.com/xapi-lrs
@danielamroc
@danielamroc 3 жыл бұрын
Devlin, you are my favorite person on Earth right now! I've been trying to narrow down my master's thesis theme and I wanted to work with learning analytics. This video is so so so helpful
@DevlinPeckYT
@DevlinPeckYT 3 жыл бұрын
Ha Daniela, I am so glad to hear that! Learning analytics / xAPI is an interesting space to do a thesis about 😃
@amardeeppatil5444
@amardeeppatil5444 3 жыл бұрын
Thank you for explaining xAPI, it is really beneficial for beginner
@DevlinPeckYT
@DevlinPeckYT 3 жыл бұрын
You're very welcome!
@lenahilltop227
@lenahilltop227 4 жыл бұрын
Thanks for explaining this in a quick and straightforward delivery.
@DevlinPeckYT
@DevlinPeckYT 4 жыл бұрын
Of course! Thanks for watching :)
@IIIlIIIllIl
@IIIlIIIllIl 4 жыл бұрын
Your nickname should be The Can Opener!
@DevlinPeckYT
@DevlinPeckYT 4 жыл бұрын
LOL!
@beekay926
@beekay926 2 жыл бұрын
Thank you. You break everything down so beautifully.😩🤓
@DevlinPeckYT
@DevlinPeckYT 2 жыл бұрын
You're welcome, and thanks for the positive feedback :D
@mmkee90
@mmkee90 Жыл бұрын
Thanks Devlin for a simple starignforword explanation. A followup question: can xAPI enable linking Data from Articulate "Rise 360" Courses to a dashboard in a custom built elerning website? I want to build a custom website, link users to courses I've built and still be able to give them/me tools to monitor their performance and issue completion certificates; Is this achievable?
@ygxcutexcupcake
@ygxcutexcupcake 4 жыл бұрын
Very informative video, thank youuu!
@DevlinPeckYT
@DevlinPeckYT 4 жыл бұрын
You're welcome!
@travishughes4480
@travishughes4480 Жыл бұрын
Great informative video. It went straight over my head. I’m trying to figure out what an api engineer would do all day. What is it? What is the day in the life look like?
@EliasCPFC
@EliasCPFC 2 жыл бұрын
Thanks for this video. I'm beginning a new job where I'll be managing an LMS - keen to understand how xAPI can track learning from an offline environment i.e face-to-face learning if you could elaborate please? Cheers.
@DevlinPeckYT
@DevlinPeckYT 2 жыл бұрын
Good question! I think you'll need some kind of digital interface to record attendance, question responses, etc. You could use a simple app created with a tool like Glide Apps, or probably even a spreadsheet that you could rig up to an LRS.
@astaaam
@astaaam 2 жыл бұрын
Is it possible to use XAIP with a quiz link from a different website to an Lms?
@DevlinPeckYT
@DevlinPeckYT 2 жыл бұрын
Hi! You can send xAPI data to any LRS. It doesn't need to be on the same domain as the content :D
@tal32123
@tal32123 3 жыл бұрын
Why do I need an LRS? Why not just store everything in MongoDB or something similar?
@DevlinPeckYT
@DevlinPeckYT 3 жыл бұрын
The LRS has to follow specific rules to ensure that the xAPI data coming in is “clean.” LRSs also have out-of-the-box features that make it easier to report on xAPI data. And many are built on MongoDB 😃. An LRS is essentially a database with more rules (and in most cases visualization features).
@lsp8901
@lsp8901 3 жыл бұрын
I'm wondering if it's possible to use the xAPI for entries made to a Google Sheet? It's for a training exercise where handwritten notes have to be analyzed according to a coding scheme and entered into a Google Sheet. The order of the entries is irrelevant, only whether each row is correct.
@DevlinPeckYT
@DevlinPeckYT 3 жыл бұрын
Hi, yes, this would definitely be possible. I have a closer of articles about how to do this with Zapier, but there are other ways if you have a server and some coding chops: www.devlinpeck.com/tutorials/xapi-zapier-any-lrs
@gustawbobowski1333
@gustawbobowski1333 3 жыл бұрын
Is it ok to define xAPI as a standard for logging in educational systems?
@DevlinPeckYT
@DevlinPeckYT 3 жыл бұрын
Good question...I’m not sure! I don’t think it’s meant to handle login requests, so probably not.
@gustawbobowski1333
@gustawbobowski1333 3 жыл бұрын
@@DevlinPeckYT Sorry, I meant, LOGing, as in, writing down in a log what happens.
@DevlinPeckYT
@DevlinPeckYT 3 жыл бұрын
@@gustawbobowski1333 ah, I see! I’m not familiar with that, but if the log follows the actor, verb, object format, then I don’t see why not 😃
@Paola7ac
@Paola7ac 3 жыл бұрын
Hi...is it possible to use xAPI for validating a Serious Game for Language Learning? If so, how?
@DevlinPeckYT
@DevlinPeckYT 3 жыл бұрын
You can use xAPI to collect learning data by sending the data to an LRS 😊
@Paola7ac
@Paola7ac 3 жыл бұрын
@@DevlinPeckYT How can I get a LRS? Is there a free one?
@DevlinPeckYT
@DevlinPeckYT 3 жыл бұрын
@@Paola7ac Check out this video :) kzbin.info/www/bejne/d5XWoWuhmsaClbc
@lukissmith5408
@lukissmith5408 3 жыл бұрын
Are there any course on how to better learn about Xapi
@DevlinPeckYT
@DevlinPeckYT 3 жыл бұрын
Hi Lukis! I do not have any specific course recommendations, but I do have a KZbin series here that will help you send custom xAPI statements from Storyline courses. What are you hoping to learn specifically?
@lukissmith5408
@lukissmith5408 3 жыл бұрын
@@DevlinPeckYT I'm not to sure to be honest. What can I learn that will be beneficial for me as an ID?
@DevlinPeckYT
@DevlinPeckYT 3 жыл бұрын
@@lukissmith5408 I think it really depends on what you're trying to accomplish. If you want to have precise control over which data you're collecting from users in an eLearning experience, then my tutorial series should help. That will also help you get an understanding of the technical underpinnings of xAPI, which could definitely help you in a job search where the company is interested in implementing xAPI.
@MathewMK
@MathewMK 3 жыл бұрын
How can xAPI in detecting distraction during learning?
@DevlinPeckYT
@DevlinPeckYT 3 жыл бұрын
Interesting question :D. First thoughts are checking if people switch tabs, see how long they're spending on specific slides, etc. For example, if someone spends 10 minutes on a slide with a couple of sentences on it, then they're probably doing something else :D (Or there's a technical issue with the slide)
@arkarsb8447
@arkarsb8447 2 жыл бұрын
Thanks for your video. I'm working on a project with open edX on AWS. Is that possible to create an xAPI course on open edX? If it can, could you please tell me what are things to be done and what I need to learn. Thanks...
@DevlinPeckYT
@DevlinPeckYT 2 жыл бұрын
I'm not familiar with edX, sorry about that! If you can execute JavaScript from the edX offerings, though, then you can send xAPI statements.
@flagshipbuilds
@flagshipbuilds 2 жыл бұрын
Hey where have you been?
@DevlinPeckYT
@DevlinPeckYT 2 жыл бұрын
Haha, thanks for asking! Getting a new batch of shorts ready and new longer-form vid tomorrow about choosing a portfolio project idea. It has been a lot getting the latest bootcamp launch off the ground (and re-recording all of the bootcamp content). Also trying to grow my team at the moment so that it will be easier for us to stay on top of everything. Stay tuned!
@flagshipbuilds
@flagshipbuilds 2 жыл бұрын
@@DevlinPeckYT Nice. Good to hear from you!
@DevlinPeckYT
@DevlinPeckYT 2 жыл бұрын
@@flagshipbuilds Thanks! Talk soon :)
@fellzer
@fellzer 2 жыл бұрын
xAPI is so based a hype pilled
How to Write an xAPI Statement from Scratch
17:59
Devlin Peck
Рет қаралды 16 М.
Support each other🤝
00:31
ISSEI / いっせい
Рет қаралды 44 МЛН
One day.. 🙌
00:33
Celine Dept
Рет қаралды 75 МЛН
It’s all not real
00:15
V.A. show / Магика
Рет қаралды 12 МЛН
Action Mapping for Instructional Designers
20:43
Devlin Peck
Рет қаралды 58 М.
APIs Explained (in 4 Minutes)
3:57
Exponent
Рет қаралды 1 МЛН
What is a Learning Record Store (LRS)?
10:48
Devlin Peck
Рет қаралды 8 М.
Experience API (aka Tin Can API) Demystified
5:29
KMI Learning
Рет қаралды 54 М.
A High-Level Introduction to xAPI
13:01
Learning Dojo
Рет қаралды 3,4 М.
Top eLearning Tips for Instructional Designers
26:07
Devlin Peck
Рет қаралды 16 М.
What is SCORM?
8:50
Growth Engineering
Рет қаралды 32 М.
How to Send xAPI Statements from Storyline
49:11
Devlin Peck
Рет қаралды 3,6 М.
It’s time to move on from Agile Software Development (It's not working)
11:07
Mayer's Principles of Multimedia Learning
12:54
Devlin Peck
Рет қаралды 40 М.