wax-questions-service

0.9.29 • Public • Published

Wax questions package

  1. Multiple Choice and single correct variant

  2. True / fallse and single correct variant

  3. Matching

  4. Essay

  5. Multiple dropdowns

  6. 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(),
  ]

Readme

Keywords

none

Package Sidebar

Install

npm i wax-questions-service

Weekly Downloads

39

Version

0.9.29

License

MIT

Unpacked Size

157 kB

Total Files

5

Last publish

Collaborators

  • yannisbarlas
  • _christos