We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Following the pattern for starting a CALI Author lesson which is this:
`https://www.cali.org/lesson/run/EVD04/528/jq
we call Piwik whenever the lesson changes page by sending a URL in a similar form:
`https://www.cali.org/lesson/run/EVD04/528/jq/page/About this lesson
`https://www.cali.org/lesson/run/EVD04/528/jq/page/Negligence Q1
using this code in the page changing logic:
_paq.push(['setDocumentTitle', ‘/lesson/run/‘+lessoncode+’/‘+lid+’/jq/page/’+page.name]); _paq.push(['trackPageView']);
_paq.push(['setDocumentTitle', ‘/lesson/run/‘+lessoncode+’/‘+lid+’/jq/page/’+page.name]);