我正在尝试将我的 Adobe Captivate XApi 课程连接到 LRS (YetAnalytics)。关于我应该在课程文件中的 tc-onfig.js 代码中添加什么信息,我知之甚少:
// Pre-configured LRSes that should receive data, added to what is included
// in the URL and/or passed to the constructor function.
//
// An array of objects where each object may have the following properties:
//
// endpoint: (including trailing slash '/')
// auth:
// allowFail: (boolean, default true)
// version: (string, defaults to high version supported by TinCanJS)
//
TC_RECORD_STORES = [
{
endpoint : "",
auth : "",
allowFail: ,
version: "",
}
];