Wax questions package
-
Multiple Choice and single correct variant
-
True / fallse and single correct variant
-
Matching
-
Essay
-
Multiple dropdowns
-
Fill in the blank
How to use
Editor's config
import { QuestionsService } from 'wax-questions-service';
Styles(preferably in your layout)
import 'wax-questions-service/dist/index.css'
Tools
MenuService: [
{
templateArea: 'mainMenuToolBar',
toolGroups: [
'QuestionsDropDown',
],
},
{
templateArea: 'fillTheGap',
toolGroups: ['FillTheGap'],
},
{
templateArea: 'MultipleDropDown',
toolGroups: ['MultipleDropDown'],
},
],
Start the Service
services: [
new QuestionsService(),
]