Watershed can receive data from any xAPI conformant Activity Provider. Many Watershed reports are flexible and you can configure Watershed to display useful visualizations and metrics from almost any xAPI data set. To help you get the most out of your data, we’re working with a number of product vendors to ensure that the data they send is optimized to produce the best possible results in Watershed. We want to help you to configure Watershed reports in the best way possible to display that data.
The RISC VTA LMS offers tracking of events such as registering for, launching, completing, passing and failing lessons. RISC VTA LMS will also generate xAPI tracking data from SCORM courses. The quality and completeness of this translated SCORM tracking data depends on the quality and completeness of data sent by the original SCORM course. Forums and discussion groups are also tracked.
Related: You can also get xAPI data from RISC's PDF Annotator.
This guide tells you how to connect the RISC VTA LMS to Watershed and configure Watershed to get the best results.
- User Types
- Any user with access to the report builder (Global Admins, Area Admins, and some Users) can create reports looking at RISC VTA data.
- Pricing
- Available on paid plans (Analyst, CLO, and Enterprise).
- Expertise
- Anybody can use this feature.
Connecting to RISC VTA
To connect to RISC VTA, you need to get your Watershed Endpoint, Key and Secret and then contact RISC’s support team with that information to have them set up the connection.
RISC VTA LMS xAPI data
RISC VTA LMS data uses the following xAPI verbs and activity types:
Verb |
Verb Id |
Initialized | http://adlnet.gov/expapi/verbs/initialized |
Completed | http://adlnet.gov/expapi/verbs/completed |
Passed | http://adlnet.gov/expapi/verbs/passed |
Failed | http://adlnet.gov/expapi/verbs/failed |
Abandoned | https://w3id.org/xapi/adl/verbs/abandoned |
Waived | https://w3id.org/xapi/adl/verbs/waived |
Terminated | http://adlnet.gov/expapi/verbs/terminated |
Satisfied | https://w3id.org/xapi/adl/verbs/satisfied |
Accept | http://activitystrea.ms/schema/1.0/accept |
Answered | http://adlnet.gov/expapi/verbs/answered |
Attempted | http://adlnet.gov/expapi/verbs/attempted |
Approved | http://activitystrea.ms/schema/1.0/approve |
Cancelled | http://activitystrea.ms/schema/1.0/cancel |
Commented | http://adlnet.gov/expapi/verbs/commented |
Experienced | http://adlnet.gov/expapi/verbs/experienced |
Exited | http://adlnet.gov/expapi/verbs/exited |
Followed | http://activitystrea.ms/schema/1.0/follow |
Opened | http://activitystrea.ms/schema/1.0/open |
Joined | http://activitystrea.ms/schema/1.0/join |
Left | http://activitystrea.ms/schema/1.0/leave |
Posted | https://w3id.org/xapi/acrossx/verbs/posted |
Scored | http://adlnet.gov/expapi/verbs/scored |
Skipped | http://id.tincanapi.com/verb/skipped |
Rated | http://id.tincanapi.com/verb/rated |
Registered | http://adlnet.gov/expapi/verbs/registered |
Replied | http://id.tincanapi.com/verb/replied |
Rejected | http://activitystrea.ms/schema/1.0/reject |
Resumed | http://adlnet.gov/expapi/verbs/resumed |
Unregistered | http://id.tincanapi.com/verb/unregistered |
Viewed | http://id.tincanapi.com/verb/viewed |
Voted up | http://id.tincanapi.com/verb/voted-up |
Voted down | http://id.tincanapi.com/verb/voted-down |
Revised | https://w3id.org/xapi/dod-isd/verbs/revised |
Activity type |
Activity type id |
Course | https://w3id.org/xapi/cmi5/activitytype/course |
Block | https://w3id.org/xapi/cmi5/activitytype/block |
Assessment | http://adlnet.gov/expapi/activities/assessment |
Book | http://id.tincanapi.com/activitytype/book |
Question | http://adlnet.gov/expapi/activities/cmi.interaction |
Course | http://adlnet.gov/expapi/activities/course |
Discussion | http://id.tincanapi.com/activitytype/discussion |
Forum Reply | http://id.tincanapi.com/activitytype/forum-reply |
Forum Topic | http://id.tincanapi.com/activitytype/forum-topic |
Flashcard Deck | https://w3id.org/xapi/flashcards/activity-type/flashcard-deck |
Flashcard | https://w3id.org/xapi/flashcards/activity-type/flashcard |
Lesson | http://adlnet.gov/expapi/activities/lesson |
Media | http://adlnet.gov/expapi/activities/media |
Link | http://adlnet.gov/expapi/activities/link |
Objective | http://adlnet.gov/expapi/activities/objective |
Performance | http://adlnet.gov/expapi/activities/performance |
Question | http://activitystrea.ms/schema/1.0/question |
Resource | http://id.tincanapi.com/activitytype/resource |
Configuring reports for RISC VTA LMS
Data from the LMS works best with the Activity Report. Simply create a new Activity Report configured for the lesson or for the SCORM course activity id.
You can also use the following custom measures to create various measures based reports. See the Measure Editor guide for more details on how to configure Watershed using these measures. These are just a few examples and lots of other measures are possible.
Measure |
Details |
How to configure |
Registration Count |
Counts the number of times a user registered for a lesson. | Use a verb filter for the verb http://adlnet.gov/expapi/verbs/registered and a COUNT aggregation for the statement property id. |
Launch Count |
Counts the number of times a lesson is launched. | Use a verb filter for the verb http://adlnet.gov/expapi/verbs/launched and a COUNT aggregation for the statement property id. |
Open Count |
Counts the number of times a file or link is opened. | Use a verb filter for the verb http://activitystrea.ms/schema/1.0/open and a COUNT aggregation for the statement property id. |
Read Count |
Counts the number of times a file or link is read. | Use a verb filter for the verb http://activitystrea.ms/schema/1.0/read and a COUNT aggregation for the statement property id. |
Pass Count |
Counts the number of times a lesson is passed. | Use a verb filter for the verb http://adlnet.gov/expapi/verbs/passed and a COUNT aggregation for the statement property id. |
Fail Count |
Counts the number of times a lesson is failed. | Use a verb filter for the verb http://adlnet.gov/expapi/verbs/failed and a COUNT aggregation for the statement property id. |
Completion Count |
Counts the number of times a lesson is completed. | Use a verb filter for the verb http://adlnet.gov/expapi/verbs/completed and a COUNT aggregation for the statement property id. |
Post Count |
Counts the number of times a forum topic is posted. This does not include posts that are subsequently deleted. | Use a verb filter for the verb https://w3id.org/xapi/acrossx/verbs/posted and a COUNT aggregation for the statement property id. |
Reply Count |
Counts the number of times a topic is replied to. This does not include replies that are subsequently deleted. | Use a verb filter for the verb http://id.tincanapi.com/verb/replied and a COUNT aggregation for the statement property id. |
Join Count |
Counts the number of times a forum is joined. | Use a verb filter for the verb http://activitystrea.ms/schema/1.0/join and a COUNT aggregation for the statement property id. |
Leave Count |
Counts the number of times a forum is left. | Use a verb filter for the verb http://activitystrea.ms/schema/1.0/leave and a COUNT aggregation for the statement property id. |
Accept Count |
Counts the number of times an answer is marked as the accepted answer. This does not include answers that are subsequently unmarked as the accepted answer. | Use a verb filter for the verb http://activitystrea.ms/schema/1.0/accept and a COUNT aggregation for the statement property id. |
Up Vote Count |
Counts the number of times a response is voted up. | Use a verb filter for the verb http://id.tincanapi.com/verb/voted-up and a COUNT aggregation for the statement property id. |
Down Vote Count |
Counts the number of times a response is voted down. | Use a verb filter for the verb http://id.tincanapi.com/verb/voted-down and a COUNT aggregation for the statement property id. |