TTS for type in the answer cards

I’m trying to use anki’s built in TTS for “type in the answers cards”.

The issue is that instead of saying the answer, it says “type back”. How do I fix this?

Thanks.

1 Like

After looking at another deck I found online, I added the following lines of code and it now works:

In the back template:

<span class="HiddenInAndroid">{{tts es_ES:Back}}</span>
<br>
<span class="HiddenEverywhere"><tts service="android" voice="es">{{Back}}</tts></span>
<br>

In “styling”:

.android .HiddenInAndroid {visibility: hidden;
}
.HiddenEverywhere {visibility: hidden;}
1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.