Search code examples
tin-can-apiarticulate-storylinearticulate

Track external resources (PDF)


I published one course having 2 external resources (PDFs). When the user clicks on the PDF option available in the Resources section, it gets opened in the browser, but no statements are inserted into the LRS.

Am I missing some settings which will track the external resources?

Basically, I want to achieve following things:

1) Get how many times user referred to an external resource.

2) When user accessed the resource.

Is it possible? Sorry if it's a very naive question, I've just started exploring Storyline and xAPI.

Any help would be highly appreciated.


Solution

  • Storyline's xAPI implementation is basically a replacement for the standard SCORM 1.2 calls. As such, I don't think it tracks PDF or resource clicks as they don't generate a SCORM event. It is a very limited set of xAPI calls.

    You could try putting the link to resources on the master slide instead, with a button that launches some javascript to generate the xAPI call, but that would mean linking a lot of javascript (eg from the TINCAN resource website) to do one thing.