West African Examinations Council

WAEC / WASSCE Examination API

Standard Senior School Certificate examination questions with 50-question psychometric balancing, syllabus hierarchy, and curriculum topic classifications.

import { QuestionsApi, Configuration } from "@massteck/aloc-sdk";

const aloc = new QuestionsApi(
  new Configuration({ apiKey: process.env.ALOC_API_KEY })
);

const response = await aloc.listQuestions({
  subject: "mathematics",
  examType: "waec",
  year: 2023,
  limit: 20,
});
Live API Layer 1/2 Integration200 OK Guaranteed
WAEC SUBJECTS
11+

Full syllabus coverage

HISTORICAL YEARS
1988–2021

22 examination sittings

VERIFIED QUESTIONS
2,256 Qs

100% curriculum aligned

STANDARD PRESET
50 Qs / 45m

Official paper pacing

Psychometric Assembly

Calibrated Examination Presets

Eliminate random question dumping. ALOC dynamically constructs statistically balanced papers matching official examination board pacing, topic distributions, and difficulty curves.

WAEC Standard (50 Questions)

50 Questions

Standard WASSCE Paper 1 multiple-choice objective test blueprint.

Difficulty Split30% E · 50% M · 20% H
45 mins standardAnti-cheating shuffleDeterministic seed
preset: "waec_standard_50"Test in Playground

WAEC Topical Quiz (10 Questions)

10 Questions

Targeted subtopic practice for classroom homework and mastery checks.

Difficulty Split30% E · 50% M · 20% H
10 mins standardAnti-cheating shuffleDeterministic seed
preset: "micro_test_10"Test in Playground
Curriculum Structure

Syllabus & Subject Taxonomy

Every subject contains 4-tier taxonomy depth: Exam Body → Subject → Topic → Subtopic with Bloom's difficulty scores and estimated solving durations.

General Mathematics

2010–2024
"Solve the quadratic equation 3x² - 5x + 2 = 0."
quadratic-equationscircle-theoremsstatistics

English Language

2010–2024
"In each of the following sentences, choose the option that best completes..."
grammarvocabularyantonyms-synonyms

Biology

2010–2024
"Which of the following structures is found only in plant cells?"
plant-physiologyheredityecosystems

Physics

2010–2024
"Calculate the work done when a force of 20N moves an object through 5m..."
energy-work-powerthermal-physicscurrent-electricity
FAQ & Specifications

Frequently Asked Questions (West African Examinations Council)

Common questions about syllabus coverage, answer verification, and API integration.

ALOC normalizes all objective options into structured JSON dictionaries `{ a, b, c, d, e }`, keeping the original syllabus options intact.
Instant Developer Sandbox

Start Building with WAEC / WASSCE Examination API

Get your live API key in under 60 seconds. Every account includes 1,000 free API credits per month, with full access to standard curriculum presets, topic taxonomies, and interactive playgrounds.