Memrise card template [support thread]

If you are looking to color the word omitted in the cloze itself, you just need to add something like this:

.cloze {
    color: royalblue;
}

at the end of the code in the Styling tab

1 Like

hello! i was wondering what i would have to add to the code to have it show some fields after i answer a card correctly?

for example, i currently have Usage Notes visible on the front card.

and i have Usage Notes and Examples visible on the back card when I answer incorrectly.

is there any way to have the information on the back to also appear when i do answer correctly? thank you!

1 Like

Sure. There are couple of ways

  1. If you have the support addon installed, you can simply press Space after the answer is submitted to open the info screen instead of the next card.
  2. If you want that to happen each time by default, you can put alwaysShowInfo = true; in the user-scripts section on the back of the card (for each card type, if you are using several):
1 Like

hello, I have a trouble with Memcloze template on Ankidroid. When I wrote wrong, in the back card, it’s not appear “YOUR ANSWER” like the other of Memrise template. Can you help me fix that? It’s just error on Ankidroid, desktop is working fine.


1 Like

That’s a limitation of the older version of the template, which the Cloze setup is based on. It is on me to update it to the latest version. Since it’s been requested multiple times at this point, I’ll prioritize it over other planned things.

1 Like