l3kn / org-fc

Spaced Repetition System for Emacs org-mode
https://www.leonrische.me/fc/index.html
GNU General Public License v3.0
258 stars 31 forks source link

Text input cloze item #114

Open gab-dev opened 11 months ago

gab-dev commented 11 months ago

Hello, is there a way to answer to a close item with a text input? I haven't found one. I think it should be very nice to have.

l3kn commented 11 months ago

Unfortunately, the only way to do this currently is by coding a new card type that mixes the review logic of the text-input and cloze card types.

A better solution would be to introduce some separation between “review-items (e.g. cloze holes or front/back sides) of a card” and “review-methods (flipping, text-input, multiple choice)” but that will require a significant redesign of the review mechanism.

chriad commented 7 months ago

cloze + text input would be a real force multiplier :) I would like it too. If someone has a custom card type please post or if you find the inspiration to redesign even better

l3kn commented 7 months ago

How would you mark the card or the cloze-hole as text-input? A whole card that's reviewed this way seems restrictive but customizing the review method of each hole requires extra markup to set the hole type.