SlideShare a Scribd company logo
1 of 27
BYOL: xAPI in Action—Implementing and Sending
xAPI Data to an LRS
Jeff Batt
Founder & Trainer
Learning Dojo (learningdojo.net)
@jeffbatt01
LMS
Closed learning ecosystem
Learning is going on everywhere
LRS/LMS
SCORM
LRS
LRSJeff Batt started this video
Jeff Batt completed the video
Jeff Batt asked a question
Jeff Batt shared a link
Jeff Batt mastered a game
Sending Over xAPI Statements
Apps, Websites, YouTube Videos and eLearning Courses
Started new video
Completed a goal
Asked a question
Shared a link
Mastered a game
Personal Learning History
Input data but use data to build personal learning experiences
On job performance
New employee training
Career advancements
Seminar training
Leadership training
Manager tasks
Just in time videos
Full courses
KPIs
Conferences
Live events
Self-improvement
Self-study
LRS
On job performance
New employee training
Career advancements
Seminar training
Leadership training
Manager tasks
Just in time videos
Full courses
KPIs
Conferences
Live events
Self-improvement
Self-study
Personal Learning History
Input data but use data to build personal learning experiences
LRS
xAPI Statement Structure
http://xapi.vocab.pub/verbs.html
{actor ,verb ,object}
answered
asked
attempted
attended
commented
completed
exited
experienced
failed
imported
initialized
interacted
launched
mastered
passed
preferred
progressed
registered
responded
resumed
scored
shared
suspended
terminatedvoided
Enhanced Learning Data
Like Google Analytics for Learning
LRS
Orientation training
On job resources apps
Set learning goal or skill they want to learn
Video statistics
https://github.com/adlnet/xAPIWrapper
<script src="js/cryptojs_v3.1.2.js"></script>
<script src=“js/xapiwrapper.js"></script>
LRS
Jeff Batt started this video
Easiest Way to Send Data
Need a JavaScript library
Started new video
Completed a goal
Step 1: Connect to the LRS
var conf = {
"endpoint" : "https://cloud.scorm.com/tc/CJ0NK8AJKV/sandbox/",
"auth" : "Basic " + toBase64('jeffbatt@gmail.com:DevLearn17'),
};
ADL.XAPIWrapper.changeConfig(conf);
Breakdown - Connect to LRS
Step 2: Sending the Statement
var statement ({
});
ADL.XAPIWrapper.sendStatement(statement);
Breakdown - Send statement
var statement ({
});
ADL.XAPIWrapper.sendStatement(statement);
Breakdown - Send statement
https://experienceapi.com/statement-generator/
"actor": {
},
"verb": {
},
"object": {
}
Breakdown - Actor, Verb and Object
"actor": {
},
"verb": {
},
"object": {
}
Breakdown - Actor, Verb and Object
"actor": {
},
"verb": {
},
"object": {
}
Breakdown - Actor, Verb and Object
"actor": {
"name": “Jeff Batt",
"mbox": “jeffbatt@gmail.com”
},
Breakdown - Actor
"verb": {
"id": "http://adlnet.gov/expapi/verbs/initialized",
"display": {"en-US": "initialized"}
},
Breakdown - Verb
http://xapi.vocab.pub/verbs.html
"object": {
"id": “http://learningdojo.net/xAPI/ActivityID",
"definition": {
"name": { "en-US": "Name of ID”},
"description": {"en-US": "Description"}
}
},
Breakdown - Object
"object": {
"id": "http://learningdojo.net/xAPI/ActivityID",
"definition": {
"name": { "en-US": "Name of ID”},
"description": {"en-US": "Description"}
}
},
Breakdown - Object
"object": {
"id": “http://learningdojo.net/xAPI/ActivityID",
"definition": {
"name": { "en-US": "Name of ID”},
"description": {"en-US": "Description"}
}
},
Breakdown - Object

More Related Content

What's hot

ScrumOps - Featuring Dave West & Jayne Groll
ScrumOps - Featuring Dave West & Jayne GrollScrumOps - Featuring Dave West & Jayne Groll
ScrumOps - Featuring Dave West & Jayne GrollTaylor Puleri
 
Pathways fast
Pathways fastPathways fast
Pathways fastcaron sh
 
Scrum plus – why scrum is not enough for successful delivery
Scrum plus – why scrum is not enough for successful deliveryScrum plus – why scrum is not enough for successful delivery
Scrum plus – why scrum is not enough for successful deliveryNaveen Kumar Singh
 
Setup a new development team: Real-Life Experience. Speaker: Mr. Huy Nguyen
Setup a new development team: Real-Life Experience. Speaker: Mr. Huy NguyenSetup a new development team: Real-Life Experience. Speaker: Mr. Huy Nguyen
Setup a new development team: Real-Life Experience. Speaker: Mr. Huy NguyenScrum Breakfast Vietnam
 
Accelerate the ROI of PHP in your Enterprise
	Accelerate the ROI of PHP in your Enterprise	Accelerate the ROI of PHP in your Enterprise
Accelerate the ROI of PHP in your EnterpriseEnterprise PHP Center
 
Lean Agile For Testers
Lean Agile For TestersLean Agile For Testers
Lean Agile For TestersYuval Yeret
 
Agile Development and Implementing Scrum
Agile Development and Implementing ScrumAgile Development and Implementing Scrum
Agile Development and Implementing ScrumEmre ŞAHİN
 
Using kanban and cfd to effectively manage agile testing
Using kanban and cfd to effectively manage agile testingUsing kanban and cfd to effectively manage agile testing
Using kanban and cfd to effectively manage agile testingYuval Yeret
 
Death to the DevOps team - Agile Cambridge 2014
Death to the DevOps team - Agile Cambridge 2014Death to the DevOps team - Agile Cambridge 2014
Death to the DevOps team - Agile Cambridge 2014Matthew Skelton
 
Adopting the Scaled Agile Framework: The Theory and the Practice - Dallas ALN...
Adopting the Scaled Agile Framework: The Theory and the Practice - Dallas ALN...Adopting the Scaled Agile Framework: The Theory and the Practice - Dallas ALN...
Adopting the Scaled Agile Framework: The Theory and the Practice - Dallas ALN...Em Campbell-Pretty
 
Google Summer of Code Presentation - JWC12
Google Summer of Code Presentation - JWC12Google Summer of Code Presentation - JWC12
Google Summer of Code Presentation - JWC12Chad Windnagle
 
[HCM Scrum Breakfast] How to improve product quality in Scrum Team
[HCM Scrum Breakfast] How to improve product quality in Scrum Team[HCM Scrum Breakfast] How to improve product quality in Scrum Team
[HCM Scrum Breakfast] How to improve product quality in Scrum TeamScrum Breakfast Vietnam
 

What's hot (14)

ScrumOps - Featuring Dave West & Jayne Groll
ScrumOps - Featuring Dave West & Jayne GrollScrumOps - Featuring Dave West & Jayne Groll
ScrumOps - Featuring Dave West & Jayne Groll
 
Pathways fast
Pathways fastPathways fast
Pathways fast
 
Scrum plus – why scrum is not enough for successful delivery
Scrum plus – why scrum is not enough for successful deliveryScrum plus – why scrum is not enough for successful delivery
Scrum plus – why scrum is not enough for successful delivery
 
Dev ops concept
Dev ops conceptDev ops concept
Dev ops concept
 
Setup a new development team: Real-Life Experience. Speaker: Mr. Huy Nguyen
Setup a new development team: Real-Life Experience. Speaker: Mr. Huy NguyenSetup a new development team: Real-Life Experience. Speaker: Mr. Huy Nguyen
Setup a new development team: Real-Life Experience. Speaker: Mr. Huy Nguyen
 
Accelerate the ROI of PHP in your Enterprise
	Accelerate the ROI of PHP in your Enterprise	Accelerate the ROI of PHP in your Enterprise
Accelerate the ROI of PHP in your Enterprise
 
Lean Agile For Testers
Lean Agile For TestersLean Agile For Testers
Lean Agile For Testers
 
Agile Development and Implementing Scrum
Agile Development and Implementing ScrumAgile Development and Implementing Scrum
Agile Development and Implementing Scrum
 
Using kanban and cfd to effectively manage agile testing
Using kanban and cfd to effectively manage agile testingUsing kanban and cfd to effectively manage agile testing
Using kanban and cfd to effectively manage agile testing
 
Death to the DevOps team - Agile Cambridge 2014
Death to the DevOps team - Agile Cambridge 2014Death to the DevOps team - Agile Cambridge 2014
Death to the DevOps team - Agile Cambridge 2014
 
Adopting the Scaled Agile Framework: The Theory and the Practice - Dallas ALN...
Adopting the Scaled Agile Framework: The Theory and the Practice - Dallas ALN...Adopting the Scaled Agile Framework: The Theory and the Practice - Dallas ALN...
Adopting the Scaled Agile Framework: The Theory and the Practice - Dallas ALN...
 
Google Summer of Code Presentation - JWC12
Google Summer of Code Presentation - JWC12Google Summer of Code Presentation - JWC12
Google Summer of Code Presentation - JWC12
 
cmi5-xapi-camp
cmi5-xapi-campcmi5-xapi-camp
cmi5-xapi-camp
 
[HCM Scrum Breakfast] How to improve product quality in Scrum Team
[HCM Scrum Breakfast] How to improve product quality in Scrum Team[HCM Scrum Breakfast] How to improve product quality in Scrum Team
[HCM Scrum Breakfast] How to improve product quality in Scrum Team
 

Similar to xAPI in Action—Implementing and Sending xAPI Data to an LRS

Yii course-training-by-ruchiwebsolutions
Yii course-training-by-ruchiwebsolutionsYii course-training-by-ruchiwebsolutions
Yii course-training-by-ruchiwebsolutionsphp2ranjan
 
Lean six sigma tollgate template videos only
Lean six sigma tollgate template videos onlyLean six sigma tollgate template videos only
Lean six sigma tollgate template videos onlySteven Bonacorsi
 
Lean Six Sigma Tollgate Template Videos Only
Lean Six Sigma Tollgate Template Videos OnlyLean Six Sigma Tollgate Template Videos Only
Lean Six Sigma Tollgate Template Videos OnlySteven Bonacorsi
 
Creating effective student-edited, self reflective essays
Creating effective student-edited, self reflective essaysCreating effective student-edited, self reflective essays
Creating effective student-edited, self reflective essaysCandice Marshall
 
ISTQB Foundation and Selenium Java Automation Testing
ISTQB Foundation and Selenium Java Automation TestingISTQB Foundation and Selenium Java Automation Testing
ISTQB Foundation and Selenium Java Automation TestingHiraQureshi22
 
Testing SharePoint solutions overview
Testing SharePoint solutions overviewTesting SharePoint solutions overview
Testing SharePoint solutions overviewSpiffy
 
Training Delivery Options
Training Delivery OptionsTraining Delivery Options
Training Delivery OptionsDarlesa Cahoon
 
Maintainable UI Tests with Selenium and C#
Maintainable UI Tests with Selenium and C#Maintainable UI Tests with Selenium and C#
Maintainable UI Tests with Selenium and C#Jacinto Limjap
 
Harnessing the Power of Online Video for Employee Training - Webinar
Harnessing the Power of Online Video for Employee Training - WebinarHarnessing the Power of Online Video for Employee Training - Webinar
Harnessing the Power of Online Video for Employee Training - WebinarBizLibrary
 
Istqb foundation-and-selenium-java-automation-testing course
Istqb foundation-and-selenium-java-automation-testing courseIstqb foundation-and-selenium-java-automation-testing course
Istqb foundation-and-selenium-java-automation-testing courseNarayanan Palani
 
WordPress best practices by billrice
WordPress best practices by billriceWordPress best practices by billrice
WordPress best practices by billriceRiceDesign
 
Instructional Contents Delivery through SPAT format in Mobile Environment : ...
Instructional Contents Delivery through SPAT format in Mobile Environment: ...Instructional Contents Delivery through SPAT format in Mobile Environment: ...
Instructional Contents Delivery through SPAT format in Mobile Environment : ...Ilju Rha
 
How Continuous Delivery and Lean Management Make your DevOps Amazeballs
How Continuous Delivery and Lean Management Make your DevOps AmazeballsHow Continuous Delivery and Lean Management Make your DevOps Amazeballs
How Continuous Delivery and Lean Management Make your DevOps AmazeballsNicole Forsgren
 
Is your API misbehaving?(Keith-Casey)
Is your API misbehaving?(Keith-Casey)Is your API misbehaving?(Keith-Casey)
Is your API misbehaving?(Keith-Casey)Future Insights
 
Learning to be Avatars
Learning to be AvatarsLearning to be Avatars
Learning to be AvatarsTim Keneipp
 
State of the Training Industry – A Grass Roots Look from the Employees’ Persp...
State of the Training Industry – A Grass Roots Look from the Employees’ Persp...State of the Training Industry – A Grass Roots Look from the Employees’ Persp...
State of the Training Industry – A Grass Roots Look from the Employees’ Persp...BizLibrary
 
Lessons learned from teaching Business English online using clients' virtual ...
Lessons learned from teaching Business English online using clients' virtual ...Lessons learned from teaching Business English online using clients' virtual ...
Lessons learned from teaching Business English online using clients' virtual ...IATEFL BESIG
 
DevOps: The Key to IT Performance
DevOps: The Key to IT PerformanceDevOps: The Key to IT Performance
DevOps: The Key to IT PerformanceNicole Forsgren
 

Similar to xAPI in Action—Implementing and Sending xAPI Data to an LRS (20)

Yii course-training-by-ruchiwebsolutions
Yii course-training-by-ruchiwebsolutionsYii course-training-by-ruchiwebsolutions
Yii course-training-by-ruchiwebsolutions
 
Lean six sigma tollgate template videos only
Lean six sigma tollgate template videos onlyLean six sigma tollgate template videos only
Lean six sigma tollgate template videos only
 
Lean Six Sigma Tollgate Template Videos Only
Lean Six Sigma Tollgate Template Videos OnlyLean Six Sigma Tollgate Template Videos Only
Lean Six Sigma Tollgate Template Videos Only
 
Creating effective student-edited, self reflective essays
Creating effective student-edited, self reflective essaysCreating effective student-edited, self reflective essays
Creating effective student-edited, self reflective essays
 
ISTQB Foundation and Selenium Java Automation Testing
ISTQB Foundation and Selenium Java Automation TestingISTQB Foundation and Selenium Java Automation Testing
ISTQB Foundation and Selenium Java Automation Testing
 
Testing SharePoint solutions overview
Testing SharePoint solutions overviewTesting SharePoint solutions overview
Testing SharePoint solutions overview
 
Training Delivery Options
Training Delivery OptionsTraining Delivery Options
Training Delivery Options
 
Elearning
ElearningElearning
Elearning
 
Maintainable UI Tests with Selenium and C#
Maintainable UI Tests with Selenium and C#Maintainable UI Tests with Selenium and C#
Maintainable UI Tests with Selenium and C#
 
Qtp Selenium
Qtp SeleniumQtp Selenium
Qtp Selenium
 
Harnessing the Power of Online Video for Employee Training - Webinar
Harnessing the Power of Online Video for Employee Training - WebinarHarnessing the Power of Online Video for Employee Training - Webinar
Harnessing the Power of Online Video for Employee Training - Webinar
 
Istqb foundation-and-selenium-java-automation-testing course
Istqb foundation-and-selenium-java-automation-testing courseIstqb foundation-and-selenium-java-automation-testing course
Istqb foundation-and-selenium-java-automation-testing course
 
WordPress best practices by billrice
WordPress best practices by billriceWordPress best practices by billrice
WordPress best practices by billrice
 
Instructional Contents Delivery through SPAT format in Mobile Environment : ...
Instructional Contents Delivery through SPAT format in Mobile Environment: ...Instructional Contents Delivery through SPAT format in Mobile Environment: ...
Instructional Contents Delivery through SPAT format in Mobile Environment : ...
 
How Continuous Delivery and Lean Management Make your DevOps Amazeballs
How Continuous Delivery and Lean Management Make your DevOps AmazeballsHow Continuous Delivery and Lean Management Make your DevOps Amazeballs
How Continuous Delivery and Lean Management Make your DevOps Amazeballs
 
Is your API misbehaving?(Keith-Casey)
Is your API misbehaving?(Keith-Casey)Is your API misbehaving?(Keith-Casey)
Is your API misbehaving?(Keith-Casey)
 
Learning to be Avatars
Learning to be AvatarsLearning to be Avatars
Learning to be Avatars
 
State of the Training Industry – A Grass Roots Look from the Employees’ Persp...
State of the Training Industry – A Grass Roots Look from the Employees’ Persp...State of the Training Industry – A Grass Roots Look from the Employees’ Persp...
State of the Training Industry – A Grass Roots Look from the Employees’ Persp...
 
Lessons learned from teaching Business English online using clients' virtual ...
Lessons learned from teaching Business English online using clients' virtual ...Lessons learned from teaching Business English online using clients' virtual ...
Lessons learned from teaching Business English online using clients' virtual ...
 
DevOps: The Key to IT Performance
DevOps: The Key to IT PerformanceDevOps: The Key to IT Performance
DevOps: The Key to IT Performance
 

Recently uploaded

Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991RKavithamani
 
1029 - Danh muc Sach Giao Khoa 10 . pdf
1029 -  Danh muc Sach Giao Khoa 10 . pdf1029 -  Danh muc Sach Giao Khoa 10 . pdf
1029 - Danh muc Sach Giao Khoa 10 . pdfQucHHunhnh
 
Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfciinovamais
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introductionMaksud Ahmed
 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxheathfieldcps1
 
Interactive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationInteractive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationnomboosow
 
Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)eniolaolutunde
 
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions  for the students and aspirants of Chemistry12th.pptxOrganic Name Reactions  for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions for the students and aspirants of Chemistry12th.pptxVS Mahajan Coaching Centre
 
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdfssuser54595a
 
Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104misteraugie
 
Arihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfArihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfchloefrazer622
 
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...Marc Dusseiller Dusjagr
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdfQucHHunhnh
 
How to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxHow to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxmanuelaromero2013
 
Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxNirmalaLoungPoorunde1
 
Sanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfSanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfsanyamsingh5019
 

Recently uploaded (20)

Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991
 
1029 - Danh muc Sach Giao Khoa 10 . pdf
1029 -  Danh muc Sach Giao Khoa 10 . pdf1029 -  Danh muc Sach Giao Khoa 10 . pdf
1029 - Danh muc Sach Giao Khoa 10 . pdf
 
Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdf
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introduction
 
TataKelola dan KamSiber Kecerdasan Buatan v022.pdf
TataKelola dan KamSiber Kecerdasan Buatan v022.pdfTataKelola dan KamSiber Kecerdasan Buatan v022.pdf
TataKelola dan KamSiber Kecerdasan Buatan v022.pdf
 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptx
 
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptxINDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
 
Interactive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationInteractive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communication
 
Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)
 
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions  for the students and aspirants of Chemistry12th.pptxOrganic Name Reactions  for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
 
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
 
Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104
 
Arihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfArihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdf
 
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
 
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdf
 
How to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxHow to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptx
 
Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptx
 
Sanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfSanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdf
 
Mattingly "AI & Prompt Design: The Basics of Prompt Design"
Mattingly "AI & Prompt Design: The Basics of Prompt Design"Mattingly "AI & Prompt Design: The Basics of Prompt Design"
Mattingly "AI & Prompt Design: The Basics of Prompt Design"
 

xAPI in Action—Implementing and Sending xAPI Data to an LRS