v1.0.0
What's Changed
- fix: refactored incorrectFeedback and correctFeedback to TrueFeedback… by @livinNector in #63
Note this is a breaking change. The format of the TF question object is now different: incorrectFeedback
becomes trueFeedback
and correctFeedback
becomes falseFeedback
. See #62 for more context.
Full Changelog: v0.2.4...v1.0.0