Is there an option to to create one-sided cards without answers?

I also do this in one of my note types. With the below code, it’ll also work on AnkiDroid:

<script>
  try {
    // AnkiDroid
    showAnswer();
  } catch {
    // Desktop
    pycmd("ans");
  }
</script>
4 Likes