-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Welcome!
How to start getting from an idea to a valid statement?
-
Get your Learning Record Store (LRS) credentials. You can sign up for a (free) hosted LRS or you can install (or even build) your own. To send and read statements, you need the URL of your LRS Endpoint, your Basic Auth Key and the Basic Auth Secret.
-
Write a statement. As a starter you can write a statement filling out the xAPI Lab Form, using JavaScript and the xAPI Wrapper or entering a statement manually in any text editor.
-
Validate a statement. Before sending a statement to the LRS, it's a good practice to validate the statement.
-
Send a statement. A valid statement can be sent to the LRS using an API call.
A simple statement starts with an actor, a verb and an object. For some learning experiences, more data needs to be saved in the statement.
The xAPI Cohort Spring 2019 team-statement-box works on a GitHub Repository with example statements (https://github.com/xapistatementbox/statements). These statements can be used to write or customize statements.