Skip to content
Snippets Groups Projects
Commit a90fcee2 authored by Christos's avatar Christos
Browse files

Update README.md

parent 703dddef
No related branches found
No related tags found
No related merge requests found
## Wax questions package
1. Multiple Choice and single correct variant
......@@ -14,3 +13,39 @@
6. Fill in the blank
## How to use
### Editor's config
```
import { QuestionsService } from 'wax-questions-service';
```
### Tools
```
MenuService: [
{
templateArea: 'mainMenuToolBar',
toolGroups: [
'QuestionsDropDown',
],
},
{
templateArea: 'fillTheGap',
toolGroups: ['FillTheGap'],
},
{
templateArea: 'MultipleDropDown',
toolGroups: ['MultipleDropDown'],
},
],
```
### Start the Service
```
services: [
new QuestionsService(),
]
```
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment