@citolab/qti-components 7.8.1 → 7.9.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/cdn/index.global.js +1 -1
- package/cdn/index.js +60 -60
- package/custom-elements.json +19481 -19475
- package/dist/chunks/{chunk-B7XX75Z3.js → chunk-ZZ7XZ5GG.js} +1 -2
- package/dist/chunks/{chunk-B7XX75Z3.js.map → chunk-ZZ7XZ5GG.js.map} +1 -1
- package/dist/index.js +203 -1
- package/dist/index.js.map +1 -1
- package/dist/qti-test/index.js +1 -1
- package/package.json +3 -2
|
@@ -317,7 +317,6 @@ var TestNavigationMixin = (superClass) => {
|
|
|
317
317
|
}
|
|
318
318
|
const loadedTransformer = await Promise.race([promise, timeoutPromise]);
|
|
319
319
|
let finalTransformer = loadedTransformer;
|
|
320
|
-
console.log(`Loaded item 123: ${itemRef.identifier}`);
|
|
321
320
|
if (this.postLoadTransformCallback) {
|
|
322
321
|
finalTransformer = await this.postLoadTransformCallback(loadedTransformer, itemRef);
|
|
323
322
|
}
|
|
@@ -2240,4 +2239,4 @@ export {
|
|
|
2240
2239
|
TestScoringFeedback,
|
|
2241
2240
|
TestCheckItem
|
|
2242
2241
|
};
|
|
2243
|
-
//# sourceMappingURL=chunk-
|
|
2242
|
+
//# sourceMappingURL=chunk-ZZ7XZ5GG.js.map
|