Okay, my first actual question…
At the moment my cards automatically display quite a lot of information on the back when you answer a review. I’d like to make it so that this information is only automatically displayed if you get the answer wrong (or if you click a button to display more, but that’s for my next question ).
I can see from the Guide that it’s possible to use IF queries to determine whether or not a particular part of the HTML is generated/displayed. From what I can understand, this seems to be restricted to querying whether a particular template field contains a value or not for that card though.
Is there any way to control the behaviour based on correct/incorrect answers? I can see from my own layout that ‘typeans’ has both ‘correct’ and ‘wrong’ classes…
I realise that I could just use the ‘display more’ approach regardless of whether somebody answers correctly or incorrectly, but I’d like the increased speed this would bring to users, and even if I ultimately go for a different approach it would just be interesting to know whether I can style the card differently for correct/incorrect answers. If not, then I guess I’ll be using the ‘display more’ button!