SvelteKit web application for the testing team of SPF Finances.
Converts QTI packages generated by TAO into printable PDF documents, with additional tooling for exam management.
No changes will be made to comply with use cases other than those of the SPF Finances test team.
| Module | Status | Description |
|---|---|---|
| Export | ✅ Available | Load ZIP exam archives, configure settings, preview questions and export formatted tables |
| Import | ✅ Available | Import raw exam data from various sources and normalize it |
| Forge | ✅ Available | Create and compose new exam questions from scratch or from templates |
| IAT | ✅ Available | Analyze raw question data to produce item-analysis reports. |
- Answers — Hide the answers in the output.
- Instruction — Hide assessment-specific instructions.
- Letter — Replace bullet dots with letters (A, B, C…) for each alternative.
- Compare test — Show two tests side by side (e.g. NL/FR).
- Inzage mode — Underline the correct alternative (used during test review).
- Sort questions — Force questions to be ordered by title (useful when exporting individual questions in bulk).
- Node.js
- npm
git clone git@github.com:SPF-Open/Tao_export.git
cd Tao_export/mono
npm install
npm run devOpen the URL printed in the console.
npm run buildOutput is placed in the build directory.