{"id":18,"date":"2026-06-25T00:14:11","date_gmt":"2026-06-25T00:14:11","guid":{"rendered":"https:\/\/questionmentor.com\/notes\/?page_id=18"},"modified":"2026-06-25T00:14:41","modified_gmt":"2026-06-25T00:14:41","slug":"notes","status":"publish","type":"page","link":"https:\/\/questionmentor.com\/notes\/","title":{"rendered":"Notes"},"content":{"rendered":"\t<style>\n\t.qmd-container { max-width: 1240px; margin: 0 auto; padding: 0 24px; }\n\t.qmd-section { padding: 72px 0; }\n\t.qmd-section-header { display: flex; flex-wrap: wrap; align-items: flex-end; gap: 10px; margin-bottom: 40px; }\n\t.qmd-section-header.qmd-center { flex-direction: column; align-items: center; text-align: center; }\n\t.qmd-section-title { font-size: 2rem; font-weight: 800; color: var(--qmd-blue); margin: 0 0 6px; flex: 1; }\n\t.qmd-section-sub { color: #6b7280; font-size: 1rem; margin: 0; flex: 1 1 100%; }\n\t.qmd-view-all { display: inline-flex; align-items: center; gap: 5px; color: var(--qmd-orange); font-weight: 600; font-size: .88rem; text-decoration: none; white-space: nowrap; margin-left: auto; }\n\t.qmd-view-all svg { width: 14px; height: 14px; stroke: currentColor; fill: none; stroke-width: 2.5; }\n\t.qmd-btn-primary { display: inline-flex; align-items: center; gap: 8px; background: var(--qmd-orange); color: #fff !important; padding: 12px 26px; border-radius: 30px; font-weight: 700; font-size: .92rem; text-decoration: none !important; box-shadow: 0 6px 20px rgba(248,113,76,.38); transition: transform .22s, box-shadow .22s, opacity .22s; }\n\t.qmd-btn-primary:hover { transform: translateY(-2px); box-shadow: 0 10px 28px rgba(248,113,76,.5); color: #fff !important; }\n\t.qmd-btn-outline { display: inline-flex; align-items: center; gap: 8px; border: 2px solid rgba(255,255,255,.5); color: #fff !important; padding: 11px 24px; border-radius: 30px; font-weight: 600; font-size: .92rem; text-decoration: none !important; transition: background .2s, border-color .2s; }\n\t.qmd-btn-outline:hover { background: rgba(255,255,255,.12); border-color: #fff; }\n\t.qmd-hero { position: relative; background: linear-gradient(135deg, #0f1c2e 0%, #1e2d41 55%, #24384f 100%); overflow: hidden; padding: 80px 0 90px; }\n\t.qmd-hero-inner { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 48px; position: relative; z-index: 1; }\n\t.qmd-hero-headline { font-size: 3rem; font-weight: 900; color: #fff; line-height: 1.12; margin: 0 0 18px; letter-spacing: -.03em; }\n\t.qmd-hero-accent { color: var(--qmd-orange); }\n\t.qmd-search-bar { display: flex; align-items: center; background: rgba(255,255,255,.97); border-radius: 50px; padding: 6px 6px 6px 20px; box-shadow: 0 8px 32px rgba(0,0,0,.2); margin-bottom: 12px; }\n\t.qmd-stats-bar { background: var(--qmd-blue); padding: 28px 0; }\n\t.qmd-stats-inner { display: flex; align-items: center; justify-content: center; gap: 0; flex-wrap: wrap; }\n\t.qmd-stat { text-align: center; padding: 8px 40px; }\n\t.qmd-stat-num { font-size: 2.2rem; font-weight: 900; color: #fff; line-height: 1; }\n\t.qmd-cat-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }\n\t.qmd-products-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }\n\t.qmd-pcard { background: #fff; border: 1px solid var(--qmd-border); border-radius: var(--qmd-radius); overflow: hidden; display: flex; flex-direction: column; transition: transform .22s, box-shadow .22s, border-color .22s; box-shadow: 0 2px 8px rgba(0,0,0,.04); height: 100%; }\n\t.qmd-pcard:hover { transform: translateY(-5px); box-shadow: 0 14px 36px rgba(30,45,65,.12); border-color: var(--qmd-orange); }\n\t.qmd-pcard-img-wrap { display: block; position: relative; aspect-ratio: 4\/3; overflow: hidden; background: var(--qmd-grey); }\n\t.qmd-pcard-body { padding: 14px 16px 10px; flex: 1; display: flex; flex-direction: column; }\n\t.qmd-pcard-footer { padding: 12px 16px 16px; display: flex; align-items: center; justify-content: space-between; gap: 10px; border-top: 1px solid #f3f4f6; margin-top: auto; }\n\t.qmd-pcard-title { margin: 0 0 6px; font-size: .97rem; font-weight: 700; color: var(--qmd-blue); line-height: 1.3; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }\n\t.qmd-pcard-title a { color: inherit; text-decoration: none; }\n\t.qmd-pcard-btn { display: inline-flex; align-items: center; gap: 5px; padding: 8px 14px; border-radius: 20px; font-size: .8rem; font-weight: 700; text-decoration: none !important; transition: opacity .2s, transform .2s; white-space: nowrap; }\n\t.qmd-pcard-btn--free { background: linear-gradient(135deg,#22c55e,#16a34a); color: #fff !important; }\n\t.qmd-pcard-btn--paid { background: linear-gradient(135deg,var(--qmd-orange),#e55a3a); color: #fff !important; }\n\t@media (max-width: 1100px) { .qmd-cat-grid, .qmd-products-grid { grid-template-columns: repeat(3, 1fr); } }\n\t@media (max-width: 900px) { .qmd-hero-inner { grid-template-columns: 1fr; } .qmd-hero-graphic { display: none; } .qmd-cat-grid, .qmd-products-grid { grid-template-columns: repeat(2, 1fr); } }\n\t@media (max-width: 600px) { .qmd-cat-grid, .qmd-products-grid { grid-template-columns: repeat(2, 1fr); gap: 14px; } }\n\t@media (max-width: 420px) { .qmd-cat-grid, .qmd-products-grid { grid-template-columns: 1fr; } }\n\t<\/style>\n\t\t<section class=\"qmd-hero\">\n\t\t<div class=\"qmd-hero-bg\"><\/div>\n\t\t<div class=\"qmd-container qmd-hero-inner\">\n\t\t\t<div class=\"qmd-hero-text\">\n\t\t\t\t<div class=\"qmd-hero-eyebrow\"><svg viewBox=\"0 0 24 24\"><path d=\"M12 2L2 7l10 5 10-5-10-5z\"\/><path d=\"M2 17l10 5 10-5\"\/><path d=\"M2 12l10 5 10-5\"\/><\/svg>#1 Study Resource Platform<\/div>\n\t\t\t\t<h1 class=\"qmd-hero-headline\">Master Any Subject with<br><span class=\"qmd-hero-accent\">Expert Study Notes<\/span><\/h1>\n\t\t\t\t<p class=\"qmd-hero-sub\">Download high-quality notes, practice with AI, and ace your exams. Thousands of students trust Question Mentor every day.<\/p>\n\t\t\t\t<form class=\"qmd-search-form\" action=\"https:\/\/questionmentor.com\/notes\/directory\/\" method=\"GET\">\n\t\t\t\t\t<div class=\"qmd-search-bar\">\n\t\t\t\t\t\t<svg class=\"qmd-search-icon\" viewBox=\"0 0 24 24\"><circle cx=\"11\" cy=\"11\" r=\"8\"\/><line x1=\"21\" y1=\"21\" x2=\"16.65\" y2=\"16.65\"\/><\/svg>\n\t\t\t\t\t\t<input type=\"search\" name=\"s\" placeholder=\"Search notes, subjects, topics\u2026\" class=\"qmd-search-input\" autocomplete=\"off\">\n\t\t\t\t\t\t<input type=\"hidden\" name=\"post_type\" value=\"product\">\n\t\t\t\t\t\t<button type=\"submit\" class=\"qmd-search-submit\" aria-label=\"Search\"><svg viewBox=\"0 0 24 24\"><circle cx=\"11\" cy=\"11\" r=\"8\"\/><line x1=\"21\" y1=\"21\" x2=\"16.65\" y2=\"16.65\"\/><\/svg> Search<\/button>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t<div class=\"qmd-quick-tags\"><span>Popular:<\/span><a href=\"https:\/\/questionmentor.com\/notes\/directory\/?s=Physics&#038;post_type=product\">Physics<\/a><a href=\"https:\/\/questionmentor.com\/notes\/directory\/?s=Mathematics&#038;post_type=product\">Mathematics<\/a><a href=\"https:\/\/questionmentor.com\/notes\/directory\/?s=Chemistry&#038;post_type=product\">Chemistry<\/a><a href=\"https:\/\/questionmentor.com\/notes\/directory\/?s=Biology&#038;post_type=product\">Biology<\/a><a href=\"https:\/\/questionmentor.com\/notes\/directory\/?s=Computer%20Science&#038;post_type=product\">Computer Science<\/a><\/div>\n\t\t\t\t<\/form>\n\t\t\t\t<div class=\"qmd-hero-actions\">\n\t\t\t\t\t<a href=\"https:\/\/questionmentor.com\/notes\/directory\/\" class=\"qmd-btn-primary\">Browse All Notes<\/a>\n\t\t\t\t\t<a href=\"https:\/\/questionmentor.com\/notes\/generate\/\" class=\"qmd-btn-outline\">Practice With AI <svg viewBox=\"0 0 24 24\"><line x1=\"5\" y1=\"12\" x2=\"19\" y2=\"12\"\/><polyline points=\"12 5 19 12 12 19\"\/><\/svg><\/a>\n\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\t<div class=\"qmd-hero-graphic\" aria-hidden=\"true\">\n\t\t\t\t<div class=\"qmd-hero-card qmd-hc1\"><div class=\"qmd-hc-icon\"><svg viewBox=\"0 0 24 24\"><path d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z\"\/><polyline points=\"14 2 14 8 20 8\"\/><\/svg><\/div><div><div class=\"qmd-hc-title\">Calculus Notes<\/div><div class=\"qmd-hc-sub\">Mathematics \u00b7 42 pages<\/div><\/div><span class=\"qmd-hc-badge free\">Free<\/span><\/div>\n\t\t\t\t<div class=\"qmd-hero-card qmd-hc2\"><div class=\"qmd-hc-icon orange\"><svg viewBox=\"0 0 24 24\"><path d=\"M12 2L2 7l10 5 10-5-10-5z\"\/><path d=\"M2 17l10 5 10-5\"\/><path d=\"M2 12l10 5 10-5\"\/><\/svg><\/div><div><div class=\"qmd-hc-title\">Quantum Physics<\/div><div class=\"qmd-hc-sub\">Physics \u00b7 88 pages<\/div><\/div><span class=\"qmd-hc-badge paid\">Pro<\/span><\/div>\n\t\t\t\t<div class=\"qmd-hero-card qmd-hc3\"><div class=\"qmd-hc-icon green\"><svg viewBox=\"0 0 24 24\"><polyline points=\"9 11 12 14 22 4\"\/><path d=\"M21 12v7a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h11\"\/><\/svg><\/div><div><div class=\"qmd-hc-title\">Organic Chemistry<\/div><div class=\"qmd-hc-sub\">Chemistry \u00b7 65 pages<\/div><\/div><span class=\"qmd-hc-badge free\">Free<\/span><\/div>\n\t\t\t\t<div class=\"qmd-float-stat qmd-fs1\"><svg viewBox=\"0 0 24 24\"><path d=\"M17 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2\"\/><circle cx=\"9\" cy=\"7\" r=\"4\"\/><path d=\"M23 21v-2a4 4 0 0 0-3-3.87\"\/><path d=\"M16 3.13a4 4 0 0 1 0 7.75\"\/><\/svg><span>3,240+ Students<\/span><\/div>\n\t\t\t\t<div class=\"qmd-float-stat qmd-fs2\"><svg viewBox=\"0 0 24 24\"><polyline points=\"22 12 18 12 15 21 9 3 6 12 2 12\"\/><\/svg><span>98% Pass Rate<\/span><\/div>\n\t\t\t<\/div>\n\t\t<\/div>\n\t<\/section>\n\t<section class=\"qmd-stats-bar\"><div class=\"qmd-container qmd-stats-inner\">\n\t\t<div class=\"qmd-stat\"><div class=\"qmd-stat-num\">1+<\/div><div class=\"qmd-stat-label\">Study Notes<\/div><\/div>\n\t\t<div class=\"qmd-stat-divider\"><\/div>\n\t\t<div class=\"qmd-stat\"><div class=\"qmd-stat-num\">1+<\/div><div class=\"qmd-stat-label\">Subjects<\/div><\/div>\n\t\t<div class=\"qmd-stat-divider\"><\/div>\n\t\t<div class=\"qmd-stat\"><div class=\"qmd-stat-num\">20+<\/div><div class=\"qmd-stat-label\">Free Resources<\/div><\/div>\n\t\t<div class=\"qmd-stat-divider\"><\/div>\n\t\t<div class=\"qmd-stat\"><div class=\"qmd-stat-num\">AI<\/div><div class=\"qmd-stat-label\">Powered Practice<\/div><\/div>\n\t<\/div><\/section>\n\t\t<section class=\"qmd-section qmd-categories-section\"><div class=\"qmd-container\">\n\t\t<div class=\"qmd-section-header\"><h2 class=\"qmd-section-title\">Browse by Subject<\/h2><p class=\"qmd-section-sub\">Find notes organised by subject \u2014 each with free and premium resources.<\/p><a href=\"https:\/\/questionmentor.com\/notes\/directory\/\" class=\"qmd-view-all\">View All Subjects <svg viewBox=\"0 0 24 24\"><line x1=\"5\" y1=\"12\" x2=\"19\" y2=\"12\"\/><polyline points=\"12 5 19 12 12 19\"\/><\/svg><\/a><\/div>\n\t\t<div class=\"qmd-cat-grid\"><a href=\"https:\/\/questionmentor.com\/notes\/category\/computer-science\/\" class=\"qmd-cat-card\"><div class=\"qmd-cat-card-img\"><div class=\"qmd-cat-card-placeholder\"><svg viewBox=\"0 0 24 24\"><path d=\"M4 19.5A2.5 2.5 0 0 1 6.5 17H20\"\/><path d=\"M6.5 2H20v20H6.5A2.5 2.5 0 0 1 4 19.5v-15A2.5 2.5 0 0 1 6.5 2z\"\/><\/svg><\/div><\/div><div class=\"qmd-cat-card-body\"><h3 class=\"qmd-cat-card-name\">Computer Science<\/h3><span class=\"qmd-cat-card-count\">1 notes<\/span><span class=\"qmd-cat-arrow\"><svg viewBox=\"0 0 24 24\"><line x1=\"5\" y1=\"12\" x2=\"19\" y2=\"12\"\/><polyline points=\"12 5 19 12 12 19\"\/><\/svg><\/span><\/div><\/a><\/div>\n\t<\/div><\/section>\n\t\t\t<section class=\"qmd-section qmd-products-section\"><div class=\"qmd-container\">\n\t\t<div class=\"qmd-section-header\"><h2 class=\"qmd-section-title\">Latest Study Notes<\/h2><p class=\"qmd-section-sub\">Freshly added notes \u2014 updated regularly across all subjects.<\/p><a href=\"https:\/\/questionmentor.com\/notes\/directory\/\" class=\"qmd-view-all\">See All Notes <svg viewBox=\"0 0 24 24\"><line x1=\"5\" y1=\"12\" x2=\"19\" y2=\"12\"\/><polyline points=\"12 5 19 12 12 19\"\/><\/svg><\/a><\/div>\n\t\t<div class=\"qmd-products-grid\">\t<article class=\"qmd-pcard\">\n\t\t<a href=\"https:\/\/questionmentor.com\/notes\/directory\/free-notes-1\/\" class=\"qmd-pcard-img-wrap\"><img decoding=\"async\" src=\"https:\/\/questionmentor.com\/notes\/wp-content\/uploads\/2026\/06\/executive-jobs-of-the-Islamabad-300x180.jpg\" alt=\"Free Notes 1\" loading=\"lazy\" class=\"qmd-pcard-img\"><span class=\"qmd-pcard-badge qmd-pcard-badge--free\">Free<\/span><\/a>\n\t\t<div class=\"qmd-pcard-body\"><div class=\"qmd-pcard-cat\">Computer Science<\/div><h3 class=\"qmd-pcard-title\"><a href=\"https:\/\/questionmentor.com\/notes\/directory\/free-notes-1\/\">Free Notes 1<\/a><\/h3><p class=\"qmd-pcard-excerpt\">That was the best notes available here<\/p><\/div>\n\t\t<div class=\"qmd-pcard-footer\"><span class=\"qmd-price-free\">Free<\/span><a href=\"https:\/\/questionmentor.com\/notes\/directory\/free-notes-1\/\" class=\"qmd-pcard-btn qmd-pcard-btn--free\"><svg viewBox=\"0 0 24 24\"><path d=\"M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4\"\/><polyline points=\"7 10 12 15 17 10\"\/><line x1=\"12\" y1=\"15\" x2=\"12\" y2=\"3\"\/><\/svg>Download Free<\/a><\/div>\n\t<\/article>\n\t<\/div>\n\t<\/div><\/section>\n\t\t<section class=\"qmd-section qmd-hiw-section\"><div class=\"qmd-container\"><div class=\"qmd-section-header qmd-center\"><h2 class=\"qmd-section-title\">How It Works<\/h2><p class=\"qmd-section-sub\">Get your study materials in three simple steps.<\/p><\/div>\n\t\t<div class=\"qmd-hiw-grid\">\n\t\t\t<div class=\"qmd-hiw-step\"><div class=\"qmd-hiw-num\">01<\/div><div class=\"qmd-hiw-icon\"><svg viewBox=\"0 0 24 24\"><circle cx=\"11\" cy=\"11\" r=\"8\"\/><line x1=\"21\" y1=\"21\" x2=\"16.65\" y2=\"16.65\"\/><\/svg><\/div><h3>Find Your Notes<\/h3><p>Search by subject, topic, or keyword. Filter by free or premium to match your budget.<\/p><\/div>\n\t\t\t<div class=\"qmd-hiw-connector\" aria-hidden=\"true\"><svg viewBox=\"0 0 60 24\"><path d=\"M0 12 Q30 0 60 12\" stroke=\"var(--qmd-orange)\" stroke-width=\"2\" fill=\"none\" stroke-dasharray=\"5,4\"\/><\/svg><\/div>\n\t\t\t<div class=\"qmd-hiw-step\"><div class=\"qmd-hiw-num\">02<\/div><div class=\"qmd-hiw-icon\"><svg viewBox=\"0 0 24 24\"><rect x=\"1\" y=\"4\" width=\"22\" height=\"16\" rx=\"2\" ry=\"2\"\/><line x1=\"1\" y1=\"10\" x2=\"23\" y2=\"10\"\/><\/svg><\/div><h3>Get Instant Access<\/h3><p>Free notes download immediately. Premium notes unlock after a quick secure checkout.<\/p><\/div>\n\t\t\t<div class=\"qmd-hiw-connector\" aria-hidden=\"true\"><svg viewBox=\"0 0 60 24\"><path d=\"M0 12 Q30 0 60 12\" stroke=\"var(--qmd-orange)\" stroke-width=\"2\" fill=\"none\" stroke-dasharray=\"5,4\"\/><\/svg><\/div>\n\t\t\t<div class=\"qmd-hiw-step\"><div class=\"qmd-hiw-num\">03<\/div><div class=\"qmd-hiw-icon\"><svg viewBox=\"0 0 24 24\"><path d=\"M12 20h9\"\/><path d=\"M16.5 3.5a2.121 2.121 0 0 1 3 3L7 19l-4 1 1-4L16.5 3.5z\"\/><\/svg><\/div><h3>Study & Practise<\/h3><p>Read your notes, then reinforce with our AI-powered practice questions. Ace your exam.<\/p><\/div>\n\t\t<\/div>\n\t<\/div><\/section>\n\t\t<section class=\"qmd-section qmd-free-section\"><div class=\"qmd-container\"><div class=\"qmd-free-inner\"><div class=\"qmd-free-badge-wrap\"><span class=\"qmd-free-label\"><svg viewBox=\"0 0 24 24\"><polygon points=\"12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2\"\/><\/svg> 100% Free<\/span><\/div><h2 class=\"qmd-free-title\">Start with Free Notes Today<\/h2><p class=\"qmd-free-sub\">No credit card. No account needed. Download these handpicked notes instantly.<\/p><div class=\"qmd-products-grid qmd-products-grid--4\">\t<article class=\"qmd-pcard\">\n\t\t<a href=\"https:\/\/questionmentor.com\/notes\/directory\/free-notes-1\/\" class=\"qmd-pcard-img-wrap\"><img decoding=\"async\" src=\"https:\/\/questionmentor.com\/notes\/wp-content\/uploads\/2026\/06\/executive-jobs-of-the-Islamabad-300x180.jpg\" alt=\"Free Notes 1\" loading=\"lazy\" class=\"qmd-pcard-img\"><span class=\"qmd-pcard-badge qmd-pcard-badge--free\">Free<\/span><\/a>\n\t\t<div class=\"qmd-pcard-body\"><div class=\"qmd-pcard-cat\">Computer Science<\/div><h3 class=\"qmd-pcard-title\"><a href=\"https:\/\/questionmentor.com\/notes\/directory\/free-notes-1\/\">Free Notes 1<\/a><\/h3><p class=\"qmd-pcard-excerpt\">That was the best notes available here<\/p><\/div>\n\t\t<div class=\"qmd-pcard-footer\"><span class=\"qmd-price-free\">Free<\/span><a href=\"https:\/\/questionmentor.com\/notes\/directory\/free-notes-1\/\" class=\"qmd-pcard-btn qmd-pcard-btn--free\"><svg viewBox=\"0 0 24 24\"><path d=\"M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4\"\/><polyline points=\"7 10 12 15 17 10\"\/><line x1=\"12\" y1=\"15\" x2=\"12\" y2=\"3\"\/><\/svg>Download Free<\/a><\/div>\n\t<\/article>\n\t<\/div><div class=\"qmd-free-cta\"><a href=\"https:\/\/questionmentor.com\/notes\/directory\/?meta_value=0&#038;meta_key=_price\" class=\"qmd-btn-primary\">See All Free Notes<\/a><\/div><\/div><\/div><\/section>\n\t\t<section class=\"qmd-cta-banner\"><div class=\"qmd-container qmd-cta-inner\"><div class=\"qmd-cta-text\"><h2>Ready to Study Smarter?<\/h2><p>Join thousands of students already using Question Mentor to improve their grades.<\/p><\/div><div class=\"qmd-cta-actions\"><a href=\"https:\/\/questionmentor.com\/notes\/generate\/\" class=\"qmd-btn-primary qmd-btn--large\"><svg viewBox=\"0 0 24 24\"><polygon points=\"13 2 3 14 12 14 11 22 21 10 12 10 13 2\"\/><\/svg> Practice With AI \u2014 Free<\/a><a href=\"https:\/\/questionmentor.com\/notes\/directory\/\" class=\"qmd-btn-ghost\">Browse Notes<\/a><\/div><\/div><\/section>\n\t\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"_acf_changed":false,"inline_featured_image":false,"footnotes":""},"class_list":["post-18","page","type-page","status-publish","hentry"],"acf":[],"_links":{"self":[{"href":"https:\/\/questionmentor.com\/notes\/wp-json\/wp\/v2\/pages\/18","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/questionmentor.com\/notes\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/questionmentor.com\/notes\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/questionmentor.com\/notes\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/questionmentor.com\/notes\/wp-json\/wp\/v2\/comments?post=18"}],"version-history":[{"count":2,"href":"https:\/\/questionmentor.com\/notes\/wp-json\/wp\/v2\/pages\/18\/revisions"}],"predecessor-version":[{"id":21,"href":"https:\/\/questionmentor.com\/notes\/wp-json\/wp\/v2\/pages\/18\/revisions\/21"}],"wp:attachment":[{"href":"https:\/\/questionmentor.com\/notes\/wp-json\/wp\/v2\/media?parent=18"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}