1.0.3 • Published 5 years ago

questionnaire_generator v1.0.3

Weekly downloads
1
License
ISC
Repository
github
Last release
5 years ago

Questionnaire Generator

This package helps to create multiple choice questionnaire.


  1. This package allows one to add questions, options for question and select right answer.
  2. Options can be deleted in same UI,
  3. Once questions is created, that can be deleted.

##Usage This component will accept onDone property which is a callback function. This is used to return questions to the parents component.


##Install npm i questionnaire_generator

##Code

...
import QuestionnaireGenerator from 'questionnaire_generator';
...
...
<QuestionnaireGenerator 
    onDone={(data)=>{console.log(data)}}
/>
...
...

Demo link

GitHub link

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago