Complete Unit Plan

Detailed lesson objectives, five learning layers, differentiation, and community project outlines for all 17 units.

Student Workbook

Comprehensive practice problems organized by topic with scaffolded difficulty levels. Includes reflection prompts.

Lesson Guide

Day-by-day teaching guide with activity descriptions, timing, discussion prompts, and values integration strategies.

Complete Unit 1 Guide

All-in-one PDF for Unit 1: Numbers and Their Operations.

Pre-Diagnostic & Weekly Quizzes

Entry assessment and weekly recall quizzes with answer keys.

Skills Tests A1-A3

Three summative skills tests covering all core competencies.

Unit Exam & BPS Worksheet

Comprehensive final exam and Burnout Proximity Score early-warning tool.

Full Answer Keys

Detailed solutions for all assessments.

بسم الله الرحمن الرحيم

Maqasid Al-Shari'ah
Integration Framework

The Fitraah Mathematics curriculum is structured around the five universal objectives of Islamic law, ensuring that every mathematical concept serves a higher purpose: justice, well-being, and community stewardship.

Fitraah Board of Education | Maqasid Framework

The Five-Layer Learning Framework

1
RECALL
Foundation knowledge & facts
2
TECHNICAL MASTERY
Skills & procedures
3
CONCEPT MAPPING
Connections & structure
4
PRACTICAL APPLICATION
Real-world problem solving
5
VALUES INTEGRATION
Islamic principles & ethics

Five Pillars of the Maqasid Curriculum

Ḥifẓ al-Dīn (حفظ الدين)
Preservation of Faith
Rooting all learning in Tawheed, Islamic ethics, and devotional practice. Developing spiritual intelligence through mathematical patterns as signs of divine order.

Mathematics Integration:

  • Pattern recognition in creation as āyāt (signs)
  • Precision in calculation as worship (ʼIbādah)
  • Geometric patterns in Islamic art reflecting divine unity
  • Fibonacci sequence and natural phenomena as spiritual reflection
Ḥifẓ al-Nafs (حفظ النفس)
Preservation of Life
Physical, mental, and emotional wellbeing. Health sciences, safety calculations, and psychological resilience grounded in Prophetic teachings.

Mathematics Integration:

  • Speed, stopping distances, traffic safety analysis
  • Debt traps and mental health (ribā awareness)
  • Medication dosage precision and ethical rounding
  • Work rate and burnout prevention (time management as amānah)
Ḥifẓ al-ʿAql (حفظ العقل)
Preservation of Intellect
Critical thinking, innovation, and authentic knowledge. Logical reasoning, skepticism toward misinformation, and intellectual development within an Islamic epistemology.

Mathematics Integration:

  • Prime factorisation as logical abstraction (Fundamental Theorem)
  • Algebraic modelling of complex systems
  • KPI measurement (CTD, LVV, IFS) as metacognitive tools
  • Estimation ethics and detection of statistical manipulation
Ḥifẓ al-Nasl (حفظ النسل)
Preservation of Lineage
Family values, social ethics, and responsible relationships. Teaching adab, marriage, parenting, and community building according to Shari'ah.

Mathematics Integration:

  • Islamic inheritance (farāʼid) — precise proportional shares
  • Ratio and proportion in family resource allocation
  • Community distribution models (zakat, waqf)
  • Probability in ethical family planning discussions
Ḥifẓ al-Māl (حفظ المال)
Preservation of Wealth
Islamic economics, halal trade, financial literacy, and wealth ethics. Zakat, ribā prohibition, and responsible stewardship of resources.

Mathematics Integration:

  • Zakat calculation (2.5% of nisab-exceeding wealth)
  • Compound interest vs. charitable exponential growth
  • Percentage analysis of fair pricing and profit margins
  • Inheritance distribution as protection of wealth across generations
  • Standard form for global wealth inequality analysis

Progressive Mastery: Each layer builds upon the previous, creating depth and resilience in mathematical thinking. From foundational recall to values integration, students develop both competence and moral awareness.

The Fitraah Mathematics curriculum embeds these five Maqasid objectives across all 17 units, ensuring that every mathematical concept — from prime numbers to trigonometry — serves a higher purpose rooted in Islamic ethics.

KPI & Measurement Guide

CTD, Learning Velocity Vector, Integration Field Strength, and professional measurement protocols.

Teacher Manual Excerpt

Rubrics, scoring guides, and data collection templates.

Comprehensive Curriculum

Years 7–13
Complete Secondary Program
5 Layers
Progressive Mastery Framework
6+ Major Units
with Projects

✓ Available Now

Unit 1: Numbers and Their Operations

A comprehensive 8-week unit exploring prime numbers, factorization, integers, indices, and standard form through the lens of divine precision and community stewardship. Students create a Zakat and Inheritance Calculator serving their community while mastering foundational numeracy skills.

Learning Materials

Student Workbook

Comprehensive practice problems organized by topic with scaffolded difficulty levels. Includes reflection prompts and real-world applications.

Answer Key

Detailed solutions for all workbook exercises with step-by-step working and explanations. Includes assessment answer keys.

Lesson Guide

Day-by-day teaching guide with activity descriptions, timing, discussion prompts, and values integration strategies for instructors.

Learning Management System & Secure Portal

Teacher & School Access Portal

Licensed Access Only

The full LMS includes interactive quizzes, automated KPI dashboards, video walkthroughs, editable lesson slides, and exclusive training modules for certified schools.

Video library
25 recorded lessons + Zakat project demo
KPI Tracker
CTD, BPS, IFS visual dashboards
Editable slide decks
Ready-to-use for all topics
Teacher training modules
Maqasid circles & ethical dialogue
Annual license · updates + support

Professional Materials & Licensing

Teacher Manual & Grading Guide

190+ pages: pacing, misconception analysis, rubrics, KPI protocols.

$149 USD

Professional Development Workshop

6-hour facilitator-led training: Maqasid math & KPI calibration.

$2,500 / cohort

Student Workbook + Assessment Pack

Full coursebook, problem sets, tests, answer keys, project templates.

$29 per student

Challenge Problems Pack

Advanced problems: predatory lending, Fibonacci, precision in zakat.

$39 (digital)

Educator Certification & Exclusive Training

Fitraah Maqasid Math Certificate

Accredited 20-hour track: "Teaching Mathematics as Trust & Community Justice". Includes modules on Ḥifẓ al-Māl, ethical rounding, inheritance modelling.

  • Module A: Maqasid-integrated numeracy philosophy
  • Module B: KPI Measurement Lab (CTD, LVV, IFS)
  • Module C: Designing Zakat/Inheritance projects
  • Module D: Advanced challenge design
$495 per teacher

Group rates for schools available

Submit Public Feedback on Curriculum

The Fitraah Board of Education invites comments on Maqasid integration, assessment structure, and cultural responsiveness.

`; const blob = new Blob([html], { type: 'application/pdf' }); const url = URL.createObjectURL(blob); const a = document.createElement('a'); a.href = url; a.download = `Fitraah_${title.replace(/[^a-z0-9]/gi, '_')}.pdf`; a.click(); URL.revokeObjectURL(url); } document.querySelectorAll('.download-pdf').forEach(btn => { btn.addEventListener('click', () => { const doc = btn.getAttribute('data-doc') || 'document'; generatePDF(`Fitraah_${doc}`, `This is a sample PDF generated for ${doc}. Complete curriculum documents are available upon request.`); }); }); // Email feedback (FormSubmit) const form = document.getElementById('feedbackForm'); const statusDiv = document.getElementById('formStatus'); form.addEventListener('submit', async (e) => { e.preventDefault(); statusDiv.className = 'form-message'; statusDiv.style.display = 'none'; const name = document.getElementById('fbName').value.trim(); const email = document.getElementById('fbEmail').value.trim(); const role = document.getElementById('fbRole').value; const topic = document.getElementById('fbTopic').value; const comment = document.getElementById('fbComment').value.trim(); if (!name || !email || !comment) { statusDiv.textContent = 'Please fill all required fields.'; statusDiv.classList.add('error'); statusDiv.style.display = 'block'; return; } const formData = new FormData(); formData.append('name', name); formData.append('email', email); formData.append('role', role); formData.append('topic', topic); formData.append('comment', comment); formData.append('unit', document.getElementById('fbUnit').value); formData.append('_subject', `Curriculum Feedback: ${topic}`); formData.append('_to', 'farah.mehboob@fitraah.org'); formData.append('_replyto', email); try { const res = await fetch('https://formsubmit.co/ajax/farah.mehboob@fitraah.org', { method: 'POST', body: formData }); if (res.ok) { statusDiv.textContent = 'Thank you! Your feedback has been submitted to Fitraah Board.'; statusDiv.classList.add('success'); form.reset(); } else throw new Error(); } catch (err) { statusDiv.textContent = 'Submission issue. Please email farah.mehboob@fitraah.org directly.'; statusDiv.classList.add('error'); } statusDiv.style.display = 'block'; });