Transform Documents Into Exam Questions with AI

A core module of iTest — Intrazero's Examination Platform

Generate exam questions, auto-grade handwritten papers, mark essays with AI, and scan bubble sheets — all from one API. Trusted by Ajman University. 13,000+ questions generated.

Trusted by Ajman University
13,000+
Questions Generated
4
AI Services
15+
Question Types
18
Languages
Part of iTest Examination Platform

Four AI services in one platform

Pick the ones you need. Each is independently priced and quota-tracked on your package.

Powerful Features

Everything you need to automate exam question generation at scale.

Multi-Format Support

Upload PDF, DOCX, PPTX, and TXT files. Our system processes them all seamlessly.

AI-Powered Generation

Advanced AI models analyze your content and create relevant, well-structured questions.

Quota Management

Flexible quota packages with tracking. Monitor usage and manage allocations easily.

REST API Access

Integrate directly with your LMS or platform using our well-documented REST API.

How It Works

Three simple steps to generate exam questions from your documents.

1

Upload Document

Send your document via the API. We accept PDF, DOCX, PPTX, and TXT files up to 50MB.

2

AI Processes

Our AI engine analyzes the content, identifies key concepts, and generates targeted questions.

3

Get Questions

Receive structured JSON with questions, answers, and metadata ready for your LMS or platform.

Supported Formats

Upload documents in any of these popular formats.

PDF
DOCX
PPTX
TXT

Maximum file size: 50MB per document

REST API

Integrate question generation directly into your workflow with our simple API.

Sample Request

curl -X POST https://aiquestions.intrazero.com/api/v1/generate \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -F "file=@document.pdf" \
  -F "question_type=mcq" \
  -F "num_questions=10"

Sample Response

{
  "success": true,
  "questions": [
    {
      "question": "What is the primary function...",
      "type": "mcq",
      "options": ["A", "B", "C", "D"],
      "correct_answer": "A"
    }
  ],
  "quota_remaining": 90
}

Frequently asked questions

What AI Questions does, what it supports, and how to integrate.

What is AI Questions? +

AI Questions is an AI-powered exam platform from Intrazero that generates exam questions from any document, auto-grades handwritten paper exams, marks essays against rubrics, and scans bubble sheets — all via a single REST API. It is a core module of the iTest assessment platform.

Which file formats can AI Questions read? +

PDF, DOCX, PPTX and TXT for question generation. For grading, scanned PDFs and images (PNG/JPG) of handwritten papers, essays, and bubble sheets are supported.

Which question types are supported? +

15 types: multiple choice, true/false, short answer, essay, fill-in-the-blank, matching, ordering, code, math, diagram labelling, scenario-based, case study, drag-and-drop, hotspot and drawing/diagram tasks.

Can AI Questions grade handwritten paper exams? +

Yes. Upload a scanned PDF and an answer key — AI Questions extracts each student's answer with vision OCR, grades it against the key, and returns per-question scores, confidence, structured analysis (including handwriting quality notes), and crop images for review.

How does AI essay marking work? +

Upload essays (typed or handwritten) plus a rubric. The platform scores each criterion individually with evidence quotes, gives per-criterion feedback, and produces overall feedback at brief, detailed, or revision-suggestion depth.

Does it work with bubble sheets / OMR? +

Yes. Upload scanned bubble sheets (one per student or multi-student PDFs). The system reads QR-encoded student identity, detects filled bubbles, and auto-grades against the answer key — flagging ambiguous bubbles for manual review.

Is there an API? +

Yes. Full REST API with OpenAPI 3 spec, async submit endpoints (returns 202 + job_id), polling and webhook delivery. See https://aiquestions.intrazero.com/docs/api.

Who uses AI Questions? +

AI Questions is in production at universities and LMS vendors via the iTest Moodle plugin, delivered in collaboration with PanWorld Education. Over 13,000 questions have been generated to date.

In the press & references

Published by Intrazero · A module of iTest · United Arab Emirates

Get In Touch

Interested in integrating AI-powered question generation into your platform? Have questions about our API or pricing? We'd love to hear from you.

Email

info@intrazero.com

Response Time

We typically respond within 24 hours.