How can i see only the front of the card?

Is it that you’ve made “Basic (and reversed card)” and you only want to see Front->Back instead of also seeing Back->Front? Then change the note type to “Basic”.

Or, do I understand that you just want to see one side of a card, and then grade, without having the one extra step of advancing to the back before grading?

You may design your own card templates. You can, for example, make the Front Template

<script>document.onload = pycmd('ans');</script>

which will simply advanced to the back of the card. Then make the Back Template:

{{Front}}

(or whatever you want to name the field - {{Slide}} or {{Image}} or whatever).

2 Likes