dongheenam / math-test-builder

This is a Next.js app that lets you write math quizzes and tests easily.
https://math-builder.vercel.app
0 stars 0 forks source link

Allow users to work with questions #6

Closed dongheenam closed 1 year ago

dongheenam commented 1 year ago

Tasks

Creating questions

Loading questions

Modifying questions

dongheenam commented 1 year ago

Status update

https://github.com/dongheenam/math-test-builder/commit/d00ef44df0e4ca4693b9ca5c68ac812f9ad364a9 added search box https://github.com/dongheenam/math-test-builder/commit/4d6613a0f9832f27d006b7b3df22c9f8e8366fd2 implemented search feature (other than text search)

dongheenam commented 1 year ago

https://github.com/dongheenam/math-test-builder/commit/66d601b46037148a754bc41be82a8ecc4f8be193 added editing logic

dongheenam commented 1 year ago

https://github.com/dongheenam/math-test-builder/commit/f489555136f33206e14ee684b34f75125199572e completed for now, will add buttons later