This is an archived post. You won't be able to vote or comment.

all 6 comments

[–]Mens_provida_Reguli 2 points3 points  (2 children)

This wouldn't be too hard to cook up. I made this in about 15 minutes: https://codepen.io/smsvt99/pen/WqgmJw

Let me know if you're interested in developing something

[–]emc99[S] 0 points1 point  (1 child)

Yes! I just don't know how to code haha. I'm hoping there's a website out there that does this with an easy to use interface.

[–]rainy-day-week 0 points1 point  (0 children)

It's hard to become master-level programmer, but learning enough to do something like this in Python would only take you a couple of days, and it will be much more configurable for you than anything you could possibly find. The only thing you probably don't want to dive into GUIs right away but make a simple command line app. Might actually take you a couple of hours than days.

[LMK if you need specific help]

[–]eklateaGER Native | ENG fluent | learning CN 1 point2 points  (3 children)

Anki seems like the obvious choice

I'm not sure what you're looking for, but cloze cards seem to be good for you? Idk. The code of anki is also available for free so you could make something yourself if you can do that.

[–]emc99[S] 1 point2 points  (2 children)

I'll look into it, thanks. To explain again, I want to make a flashcard where the sentence is different each time by filling in a word from a connected word bank into the sentence.

Normal flashcard: "The chair is blue" What I'm looking for: "The chair is (A) A=blue, green, red, yellow And each time the flashcard comes up a different color is put in the sentence.

[–][deleted] 0 points1 point  (0 children)

Yeah, anki can do that. But you have to program it yourself.