TinCan/xAPI Flashcards

1
Q

What does xAPI stand for ?

A

Experience API (application programming interface)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

WHY xAPI?

A

Track any experience (formal, informal, or operational)
• Platform and subject-matter agnostic
• Built upon RESTful and JSON (so it’s lightweight)
• Human (and machine) readable

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is JSON

A

JSON (JavaScript Object Notation) is a lightweight data-interchange format. It is easy for humans to read and write. It is easy for machines to parse and generate. It is based on a subset of the JavaScript Programming Language

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is RESTful

A

A RESTful API is a method of allowing communication between a web-based client and server that employs representational state transfer (REST) constraints.
REST technology is generally preferred to the more robust Simple Object Access Protocol (SOAP) technology because REST leverages less bandwidth, making it more suitable for internet usage

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What are 4 API statements ?

A

REST technology is generally preferred to the more robust Simple Object Access Protocol (SOAP) technology because REST leverages less bandwidth, making it more suitable for internet usage

How well did you know this?
1
Not at all
2
3
4
5
Perfectly