react-quiz-components
Version:
React Quiz Components
56 lines (44 loc) • 1.32 kB
Markdown
# CHANGELOG
## 0.2.8
- Renamed Question.jsx to Core.jsx
- Added Scoring System (Ref to #25)
- Revised Question tag to allow markdown (Ref to #24)
## 0.2.7
- Added Locale for customimzation (Refer to #21)
- Added logic to show incorrect answer users chose in result page (Refer to #22)
## 0.2.6
- Added showInstantFeedback & continueTillCorrect
- Revised font color to the incorrect answer container
- Fixed the incorrect index in the result page
## 0.2.5
- Added showDefaultResult, customResultPage, onComplete
## 0.2.4
- Added CHANGELOG.md
- Added Features to README.md
- Fixed potential security vulnerabilities
## 0.2.3
* Added filter question select tag
* Revised result page
* Revised styles
* Updated README.md for shuffling questions set in v0.2.2
## 0.2.2
* Added messageForCorrectAnswer
* Added messageForIncorrectAnswer
* Added explanation
* Added quizSynopsis
* Revised result page style
## 0.2.1
- Minor Fix
## 0.2.0
* Removed Paper CSS
* Added total number of questions & current question being answered (Refer to issue #3)
* Removed Answer.jsx and Result.jsx
* Added Instant feedback after answering the question
* Allowed to retry until the correct one is selected
* Allowed to review questions at the end
## 0.1.2
- Minor Fix
## 0.1.1
- Minor Fix
## 0.1.0
- Initial version, created by wingkwong