Okay that’s seriously cool, all the regions have their own html tags and ids. That makes it a lot easier. Nevermind what I said earlier.
I think a solution for this is the following:
Kitsun will automatically bind a click event to html elements with the following class: kitsun-click
. That same element also has an attribute that you define: kitsunclick="correct"
or kitsunclick="wrong"
. Depending on your attribute, clicking a region will either mark the card correct, or wrong.
So in practice, it would become something like:
<div class='kitsun-click' kitsunclick='correct'></div>
In your case it would have to be added on the html tags corresponding to the actual regions.
This could also be used for creating multiple choice buttons.
Edit: This functionality is not in Kitsun yet btw, not sure if that was clear enough haha
Also tagging @hinekidori in this as it might be interesting for the new layout/deck you were working on?