Content insights

The following queries match what is shown on selected reports in the Content tab (inside the Reporting section of the Groups tab):

XP earned by technology

To calculate XP earned by the technology (all time), you can use the following query:

The query above only includes XP earned in courses. This matches the report in the Groups tab, which is restricted to course XP for legacy reasons.

You can modify the WHERE clause to get XP across all content types. Please check the Domain Gotchas section for potential pitfalls when calculating XP.

Courses Activity

To replicate the Courses Activity table, you can use the following query:

When counting content completions over a given period, regardless of when the content start took place, the metric can exceed 100%.

In technical terms, it is a velocity metric, not a cohort metric.

Projects Activity

To replicate the Projects Activity table, you can use the following query:

When counting content completions over a given period, regardless of when the content start took place, the metric can exceed 100%.

In technical terms, it is a velocity metric, not a cohort metric.

Tracks Activity

To replicate the Tracks Activity table, you can use the following query:

When counting content completions over a given period, regardless of when the content start took place, the metric can exceed 100%.

In technical terms, it is a velocity metric, not a cohort metric.

Last updated