Skip to content

QTI Convert Menu

qti-convert-menu is a dropdown for converting the current text selection into a QTI choice interaction.

Install

Terminal window
npx shadcn@latest add https://qti-editor.citolab.nl/r/qti-convert-menu.json

Dependencies: lit, prosekit, @qti-editor/interaction-choice

Usage

import '@/components/blocks/convert-menu';
const menu = document.querySelector('qti-convert-menu');
menu.editor = editor;