Logo

Pass Your Exams

Create quick quizzes. Stay sharp.

Manual Form

Full control, 100% accurate

Manual + JSON

Bulk import structured data

AI + Text

Auto-generate from text

Manual Form

What you need:

  • Subject and topic for your questionnaire
  • Question text and answer options
  • Tag the correct answer using the radio button

Steps:

  1. 1Go to your Dashboard and click the "Create New Questionnaire" card
  2. 2Ensure "Manual Form" is selected (default)
  3. 3Enter the Subject and Topic
  4. 4Add each question and its 4 potential answers
  5. 5Click "Build Questionnaire" to save your quiz

JSON Object Import

Best for bulk:

  • Fastest way to import dozens of questions
  • Perfect for moving data from other study apps
  • Requires a specific array-of-objects structure
[
  {
    "id": 1,
    "question": "What is the capital of Pennsylvania?",
    "answers": {
      "0": "New York",
      "1": "Harrisburg",
      "2": "Boston",
      "3": "Baltimore"
    },
    "correct": 1,
    "explanation": "Harrisburg is the capital city of Pennsylvania."
  },
  {
    "id": 2,
    "question": "Which planet is known as the Red Planet?",
    "answers": {
      "0": "Earth",
      "1": "Mars",
      "2": "Jupiter",
      "3": "Venus"
    },
    "correct": 1
  }
]

Ensure "correct" is the index (0-3). The "explanation" field is optional.

Steps:

  1. 1Click the "Create New Questionnaire" card in your Dashboard
  2. 2Select the "JSON Object" method
  3. 3Enter Subject and Topic
  4. 4Paste your valid JSON array into the text area
  5. 5Click "Build Questionnaire" to instantly generate it

AI Generation (from Text)

How it works:

  • AI reads your study notes or textbook pages
  • It identifies key concepts and creates questions
  • Ideal for long texts (up to ~2000 words)

Steps:

  1. 1Click the "Create New Questionnaire" card in the Dashboard
  2. 2Select the "AI Generation" creation method
  3. 3Enter Subject and Topic
  4. 4Paste your source text (min 500 characters)
  5. 5Click "Build Questionnaire" and let AI do the heavy lifting

Tips & Best Practices

Organization

Use clear subject and topic names to easily find your questionnaires later.

Target Weak Spots

Your errors are your roadmap. Re-practice failed questions to turn weaknesses into strengths.

Text Quality

For AI generation, use well-structured, clear text for better results.

Review AI Drafts

Always verify AI questions before trusting them for critical study.

Manual is King

For exams where wording is critical, the manual method guarantees 100% accuracy.

Study Together

Divide subjects with friends. Share your quizzes and master entire modules as a group.