You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Previously, the QuestionEditor Component distinguished between editing and creating a question by checking the optional questionID parameter. However, this method may be logical from an outside perspective.
The text was updated successfully, but these errors were encountered:
…not updating when using mode random (#148)+:wastebasket:Added ability to delete example module (#253)+:books:Removed edit warnings from README (#255)+:wrench:Added type "edit" | "create" to Question Editor (#251)
* Added state to module on navigation
* refactored context + add type to QuestionEditor
* Added ability to delete question in all modes and orders + Fixed question navigation not showing on mobile + Added delete tests
* Added ability to delete example module (#253)
* fixed answer options mismatching on question edit + fixed flicker to 0
* Checked that all bookmarked questions exist + added tests for params + fixed failing tests + fixed correction not disappearing on deletion, edit and navigation
* Removed edit warnings from README (#255) + renamed context + removed unnecessary props from context
Previously, the QuestionEditor Component distinguished between editing and creating a question by checking the optional questionID parameter. However, this method may be logical from an outside perspective.
The text was updated successfully, but these errors were encountered: