Experience API Prototypes
You have reached the main launching page for Experience API prototypes. From this page, you can launch the different sites/courses
set up to report to the LRS.
Prototype Configuration Settings
The default prototype settings are as follows. To change these settings,
you must change the values in the config.js
file at the top level of this Experience API Prototypes folder.
endpoint: | | |
auth: | | |
Default actor name: | | |
Default actor mbox: | | |
Report Sample
- A report page displaying different types of reports and information that can be generated with information stored in the LRS.
- The data reported is actual data generated by the prototypes below.
View Report
Statement Viewer
- An application for displaying Experience API statements using the query API.
- The data reported is actual data generated by the prototypes below.
Statement Viewer
Js Tetris
- Allows the player to optionally report tetris game data back to the LRS.
- When enabled, reports when a player starts a new game of tetris.(Uses LRS single statement puts.)
- When enabled, reports when a player achieves a new level.(Uses LRS single statement puts.)
- When enabled, reports when a player's game is over, reporting score, levels completed,lines completed, etc.(Uses LRS single statement puts.)
- When enabled, reports when a player achieves a top 15 high score.(Uses LRS activity profile puts.)
- Reports the top 15 high scores achieved by all reporting players.(Uses LRS activity profile gets.)
WARNING: Name and email will appear in the LRS viewer. Use default or made-up names & email if you don't want yours to appear.
Launch Js Tetris