quenti icon indicating copy to clipboard operation
quenti copied to clipboard

Feature Request: Add Ability to change answer type in learn mode

Open Bruising6802 opened this issue 10 months ago • 1 comments

I want to be able to change my answer type to only write answers or only multiple choice answers in the learning mode, like it can be done in quizlet or in the test mode. It is frustrating to be forced to use one answer type. Overall good app. Keep up the good work.

Bruising6802 avatar Apr 06 '24 23:04 Bruising6802

Thanks for reaching out!

A totally valid point—Quenti's in a bit of an idle state right now unfortunately in terms of maintenance. We have features like these on the roadmap—sort of—it'd be ideal to have, but right now can't say that it ranks high on my priorities.

You're more than welcome to contribute and add this feature yourself if you'd like. I'd be happy to approve a PR.

A few pointers for you or anyone else that's interested:

  • Handling studiable terms is actually quite simple, the handler at https://github.com/quenti-io/quenti/blob/main/packages/trpc/server/routers/studiable-terms.ts just upserts a db row basically
  • This should all be possible client-side, look at how settings are handled in the Test mode in the modal and store
  • The learn store manages state for Learn and should be relatively straightforward to modify and support different question types, similar to Test

miapolis avatar Apr 12 '24 18:04 miapolis