Free Tool · No Sign-up

Question Paper Blueprint Generator

Allocate marks across units, difficulty levels, and question types — verify the paper totals before you write items.

100% freeNo sign-up requiredRuns in your browserJSON API for agents

Blueprint total 80 / paper max 800)

Σ
Marks total check
A4
Printable blueprint
Live
Weightage %

How the blueprint generator works

Rows define the design

Each row is Unit|Difficulty|Type|Marks|Questions. The tool totals marks, computes weightage %, and flags mismatch vs the intended paper maximum.

Source

Blueprint planning sheet used in teacher education / board exam design workshops. Not a substitute for an official board sample blueprint.

Frequently asked questions

What difficulty labels should I use?

Common sets are Easy / Average / Difficult, or Remember / Understand / Apply / Analyze (aligned to your board’s taxonomy).

Does this write the questions?

No — it plans marks distribution. Use it before item writing.

Can I match a 80-mark board paper?

Set paper maximum to 80 (or 70/100). The tool shows surplus/deficit against that total.

Is CBSE blueprint format enforced?

No single national template is hardcoded; mirror your subject’s official sample paper blueprint columns.

For developers & AI agents

The Question Paper Blueprint Generator is also available as a free, unauthenticated JSON API — no API key, no sign-up, CORS enabled for all origins. Send a GET request with the parameters below and receive the computed result as JSON, including the source of the format or formula used. Invalid input returns HTTP 400 with a JSON { "error": "..." } body.

Endpoint
GET https://knwdle.com/api/tools/question-paper-blueprint-generator
Query parameters
ParameterRequiredDescription
paperMaxYesIntended maximum marks for the paper
rowsYesSemicolon-separated Unit|Difficulty|Type|Marks|QuestionCount entries
subjectNoSubject name
Example

Request:

GET https://knwdle.com/api/tools/question-paper-blueprint-generator?paperMax=80&subject=Mathematics&rows=Algebra|Easy|MCQ|10|10;Algebra|Average|Short|16|4;Geometry|Difficult|Long|20|2;Stats|Average|Short|14|7;Revision|Easy|MCQ|20|20

Response:

{
  "tool": "question-paper-blueprint-generator",
  "name": "Question Paper Blueprint Generator",
  "source": "Blueprint planning sheet used in teacher education / board exam design workshops. Not a substitute for an official board sample blueprint.",
  "subject": "Mathematics",
  "paperMax": 80,
  "rows": [
    {
      "unit": "Algebra",
      "difficulty": "Easy",
      "type": "MCQ",
      "marks": 10,
      "questions": 10,
      "weightPct": 12.5
    },
    {
      "unit": "Algebra",
      "difficulty": "Average",
      "type": "Short",
      "marks": 16,
      "questions": 4,
      "weightPct": 20
    },
    {
      "unit": "Geometry",
      "difficulty": "Difficult",
      "type": "Long",
      "marks": 20,
      "questions": 2,
      "weightPct": 25
    },
    {
      "unit": "Stats",
      "difficulty": "Average",
      "type": "Short",
      "marks": 14,
      "questions": 7,
      "weightPct": 17.5
    },
    {
      "unit": "Revision",
      "difficulty": "Easy",
      "type": "MCQ",
      "marks": 20,
      "questions": 20,
      "weightPct": 25
    }
  ],
  "totalMarks": 80,
  "difference": 0,
  "balanced": true
}

Run the whole institution on one system

Knwdle connects timetables, attendance, fees, and academics — so planning tools become live operations, not one-off PDFs.

Free trial · No credit card · SaaS or custom-built