Exam Testing Platform

View Exams

Professional Exam Testing

Upload your exam files, practice with various test modes, and track your progress

Upload Tests

Upload your exam files in YAML format. All data is stored securely in your browser.

Multiple Modes

Practice with all questions, limited sets, or simulate real exam conditions.

Secure & Private

Your data never leaves your device. Everything is stored locally in your browser.

Upload Your Exam

Expected YAML format:

metadata:
  source: "Exam Source"
  total_pages: 100
  exam_type: "License Exam"
  answer_key_location: "Pages 90-100"

exam:
  title: "Sample Exam"
  total_questions: 50
  questions:
    - number: 1
      question: "Question text?"
      options:
        a: "Option A"
        b: "Option B"
        c: "Option C"
        d: "Option D"
      correct_answer: "a"