@carlosesilva/react-questions
v0.0.2
Published
react-questions React component library for questions
Downloads
2
Readme
React Questions
A react component library for self-assement questions.
How to install
$ npm install @carlosesilva/react-questions
Examples
See demo/src/index.js for example usage.
Changelog
v0.0.2
Assume all questions have a correct and incorrect feedback.
{
"feedback": {
"correct": "String",
"incorrect": "String"
}
}