@citolab/tspci-qti3
v2.7.1
Published
create a QTI 3 package zip for a PCI
Keywords
Readme
@citolab/tspci-qti3
Builds a QTI 3 package zip that contains:
- 1 assessment item with identifier
ITM-PCI - 1 assessment test with a single testPart, section, and the item reference
- a QTI 3 manifest
Usage
- Add the target:
npm run tspci -- add --target qti3- Build the QTI 3 package:
tspci --target qti3The zip is created in qti3-dist/ and includes your PCI bundle from dist/index.js (or package.json main).
