There are only two types of cards at the moment. Cards with input and cards without. My reasoning was that you would want a correct click to automatically advance to the next card (I believe you asked for this before? ) whereas with a wrong click, you first want to see the backside to check what is considered correct (since you answered wrongly).
From what I gather you want to have the backside display on both getting an item wrong AND correct, and then only have a ‘next’ button instead of the ‘know/dont know’ buttons? I can see how that would be nicer.
hmm, that really depends on how the html (or svg in this instance) is styled and stuff. It’s a bit tricky to do a lookup with javascript since there could be an X amount of parents that it would have to loop through.