dongheenam / maths-question-bank

This is a Next.js app that lets you search, edit, and store quality questions in Mathematics.
https://maths-question-bank.vercel.app
0 stars 1 forks source link

Create a question creation form #3

Closed dongheenam closed 1 year ago

dongheenam commented 1 year ago

Design a form that allows teachers to create or edit a new maths question by entering the problem and solution.

dongheenam commented 1 year ago

https://github.com/dongheenam/maths-question-bank/commit/7a9019e33940bfe3f90fa97efea4a689cce99516 Creation form complete

dongheenam commented 1 year ago

https://github.com/dongheenam/maths-question-bank/commit/4c731cf5a52c5fe0c6ede2d35fd81685677ce5ba Edit form complete

TODO: add tests

dongheenam commented 1 year ago

Jest does not seem to handle user module imports very well, hence I cannot create a test for the component with mock API call functions.

I will address this later.