AYNOANSR
Free during early access

Paste JSON. Study with flashcards and quizzes.

AYNOANSR is a focused study app. Build decks by pasting a simple JSON format, or create them by hand, then practice until it sticks.

networking.json
{
  "title": "Networking",
  "flashcards": [
    {
      "front": "What does DNS do?",
      "back": "Turns domain names into IP addresses."
    }
  ],
  "quiz": [
    {
      "question": "Which are application-layer protocols?",
      "choices": [
        { "id": "a", "text": "HTTP" },
        { "id": "b", "text": "DNS" },
        { "id": "c", "text": "TCP" },
        { "id": "d", "text": "SMTP" }
      ],
      "correctAnswers": ["a", "b", "d"]
    }
  ]
}

Features

Import from JSON

Paste a deck, get line-by-line validation and a preview, then import everything in one step. Nothing half-saves.

Flashcards

Flip each card, mark Know or Don't Know, and follow up with a round of just the cards you missed.

Quizzes

Every question supports one or more correct answers. You only get credit when your selection matches exactly.

How JSON importing works

  1. 1

    Write or generate JSON

    A title, plus flashcards (front and back) and/or quiz questions.

  2. 2

    Paste and preview

    Mistakes are pinpointed, like quiz[2].correctAnswers must contain at least one answer.

  3. 3

    Study

    Shuffle or keep the original order, and review your results afterwards.