IGNOU MAPC

Study what actually repeats.

196 official papers analysed across all 4 specialisations. Only questions asked 2+ times — ranked by repeat frequency.

37
Papers
4
Subjects
2018–24
Range
2×+
Repeated only
FREEFirst subject is fully unlocked.
Swipe tabs to see all subjects →

Unlock all subjects

Free. Takes 10 seconds.

✅ Full question bank for all 4 subjects
✅ PDF download — all subjects, print-ready
Answer guides in your inbox within 48 hours
Every repeated question answered with exact source reference — Block → Unit → Section — so you know exactly where to read.

100% free. No payment, no hidden charges. Built to help fellow students.

✓ Check your inbox

Download link sent. Answer guides follow within 48 hours. Keep the email — the link is single-use.

Frequently Asked Questions

Which IGNOU MAPC subjects are covered?
All subjects across both years — 1st Year: MPC-001 (Cognitive Processes), MPC-002 (Life Span Psychology), MPC-003 (Personality), MPC-004 (Advanced Social Psychology), MPC-005 (Research Methods), MPC-006 (Statistics). 2nd Year Counselling: MPCE-021, 022, 023, 046. Clinical: MPCE-011, 012, 013. Industrial & Org: MPCE-031, 032, 033.
How many question papers have been analysed?
196 official IGNOU Term-End Examination (TEE) question papers from 2015 to 2025, across 16 subjects and 4 specialisations. Source: webservices.ignou.ac.in.
Is this free?
Yes, completely free. The first subject of each specialisation is fully unlocked with no signup. Enter your email to unlock all subjects, PDFs, and answer guides. No payment ever.
How are questions ranked?
By repeat frequency across all analysed papers. Extreme Priority = asked 5+ times. Critical = 3–4 times. High = 2 times. Only questions that repeated at least twice are shown — so you study what actually comes.
What do I get when I subscribe?
The full question bank for all subjects in your specialisation, subject-specific PDFs (print-ready), and answer guides with exact source references (Block → Unit → Section from your IGNOU study material) — delivered to your inbox within 48 hours.
Found this useful? Share with your batch 👇 Share on WhatsApp
// Page view with specialisation context const _spec = new URLSearchParams(location.search).get('spec') || 'counselling'; posthog.capture('$pageview', {spec: _spec, page: 'mapc'}); // Subscribe button document.addEventListener('DOMContentLoaded', function(){ document.getElementById('btn')?.addEventListener('click', function(){ posthog.capture('mapc_subscribe_click', {spec: document.getElementById('specSelect')?.value || _spec}); }); // Spec tab switch document.querySelectorAll('.spec-hero-btn').forEach(function(btn){ btn.addEventListener('click', function(){ posthog.capture('mapc_spec_switch', {to_spec: btn.getAttribute('onclick')?.match(/'([^']+)'/)?.[1]}); }); }); // Share button document.getElementById('share-wa')?.addEventListener('click', function(){ posthog.capture('mapc_share_whatsapp', {spec: _spec}); }); });