UNPKG

@webwriter/quiz

Version:

Add interactive tasks (multiple choice, order, free text, highlighting, or speech input). Make a quiz out of multiple tasks.

3 lines 234 B
import {sourceLocale, targetLocales} from './locale-codes.js'; import {configureLocalization} from '@lit/localize'; export default configureLocalization({sourceLocale, targetLocales, loadLocale: (locale) => import(`./${locale}.ts`)});