Curriculum.Qti Export
Exports SCORM QTI quizzes from your curriculum for seamless integration into learning management systems (LMS).
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add curriculum.qti-export npx -- -y @trustedskills/curriculum.qti-export
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"curriculum.qti-export": {
"command": "npx",
"args": [
"-y",
"@trustedskills/curriculum.qti-export"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill exports curriculum data in QTI (Question Test Interchange) format. QTI is an XML schema for packaging assessment questions and responses, commonly used for e-learning materials. It allows for interoperability between different learning management systems and authoring tools. The exported files can be imported into various platforms to reuse or analyze assessment content.
When to use it
- Exporting a curriculum's assessment questions for integration with an external Learning Management System (LMS).
- Creating backups of existing curriculum assessments in a standardized format.
- Analyzing the structure and content of a curriculum by converting it into QTI XML files.
- Sharing curriculum assessment data with other educators or developers using QTI-compatible tools.
Key capabilities
- Exports curriculum data to QTI format.
- Supports interoperability with various learning platforms.
- Provides a standardized way to package assessment content.
Example prompts
- "Export the 'Mathematics' curriculum as QTI files."
- "Generate QTI export for all assessments in the 'Science' module."
- “Can you create a QTI file from this course?”
Tips & gotchas
The exact structure and content of the exported QTI files will depend on the original curriculum’s design. Ensure that any receiving system supports the specific version of the QTI schema used by this skill.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.