QTI Convert Menu
qti-convert-menu is a dropdown for converting the current text selection into a QTI choice interaction.
Install
npx shadcn@latest add https://qti-editor.citolab.nl/r/qti-convert-menu.jsonDependencies: lit, prosekit, @qti-editor/interaction-choice
Usage
import '@/components/blocks/convert-menu';
const menu = document.querySelector('qti-convert-menu');menu.editor = editor;