How to review just the front card

Hi,
Is there a way to review just the front card? I used one of the basic card type. My card template is simple. Front template is the word that I am trying to learn, the back is the definition. My goal is just to learn to recognize the word and be able to read. Writing is not part of my learning.
Is this possible? And how to do it.
JH

Use this

Front side of card

{{Front}}
<script>
var isMobile = /Android/i.test(navigator.userAgent);

if (isMobile) {
  showAnswer();    // <---   Available in AnkiDroid
} else {
  pycmd('ans');      // In Anki Desktop 
}

</script>

Back side of card

{{Back}}

Using above, this will auto show back card. So back card will we available for reviewing.

For iOS I have no idea.

1 Like

Thanks, I did have to make a small change on the if statement based on trial and errors. As I want to show the front on desktop, which is my main device