-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Opportunistically generate Recall card with ExpressionCloze instead of Meaning #15
Comments
Another nice to have that I've tried out is just updating the script to replace content with the |
Do you instead mean I consider the Cloze Anything Sample deck as simply a starting point for users who want to quickly get going using Cloze Anything. I think it's great you tweaked it to your liking and would encourage everyone to do that. Rather than have a card template that can serve everyone's needs I'm rather interested in writing the JavaScript library that is flexible enough that people can apply it to lots of different use cases by simply tweaking the card template rather than having to mess with the internals of the JavaScript code. I am interested in hearing about whether there is some more functionality I could expose so you can more easily make the tweaks you want. Reading your suggestions under
Can you give an example so I understand better? |
I haven't used the particular deck that I was using Cloze Anything in a while, but here is what my end result was something like: Recall Card Close Card X (for X in number of clozes) |
Okay thanks I think I understand now. My current sample deck is more oriented towards language study, where having |
Are you doing this by setting |
It doesn't look like I did -- much too long ago to recall any issues if I did. One of my card sides just looks like this where I use
|
It seems sort of redundant to duplicate the content of
ExpressionCloze
intoMeaning
for the generation of theRecall
cards when the content is the same.Why not update the
Recall
template's back template to simply replace all the cloze fields if theMeaning
field is empty? Or perhaps use a switch mechanism to enable it like those used in theExpressionCloseN
fields?For me to prototype (along with other changes) was to change the
Recall
card toPrompt -> Card+ExpressionCloze
:Expression
field (since I don't find it useful for this setup yet)Meaning
toPrompt
to preserve existing cards. For me,Prompt
better captures the semantics of a front card for recall.Prompt
.isBack
check.ExpressionCloseN
front template into theRecall
back and just setcardMatch
totrue
, andclozeNum
to0
.Or was there some other way I was supposed to configure Cloze Anything to accomplish the same thing?
The text was updated successfully, but these errors were encountered: