{"id":4133,"date":"2025-11-17T09:47:39","date_gmt":"2025-11-17T09:47:39","guid":{"rendered":"https:\/\/leadiaacademy.com\/?page_id=4133"},"modified":"2025-11-17T11:00:37","modified_gmt":"2025-11-17T11:00:37","slug":"free-pmp-exam","status":"publish","type":"page","link":"https:\/\/leadiaacademy.com\/ar\/free-pmp-exam\/","title":{"rendered":"Free PMP Exam"},"content":{"rendered":"<div id=\"leadia-quiz-app\">\n  <h1 class=\"lq-title\">Free Resource <span>Exam<\/span><\/h1>\n  <p class=\"lq-subtitle\">\n    Test your PMP\u00ae knowledge with a free, interactive quiz from <strong>Leadia Academy<\/strong>.\n  <\/p>\n\n  <!-- Controls -->\n  <div class=\"lq-controls-card\">\n    <div class=\"lq-control-group\">\n      <label for=\"lq-type\">Question Type :<\/label>\n      <select id=\"lq-type\">\n        <option value=\"all\">All<\/option>\n        <option value=\"people\">People<\/option>\n        <option value=\"process\">Process<\/option>\n        <option value=\"business\">Business<\/option>\n        <option value=\"agile\">Agile \/ Hybrid<\/option>\n      <\/select>\n    <\/div>\n\n    <div class=\"lq-control-group\">\n      <label for=\"lq-count\">Question Number :<\/label>\n      <input id=\"lq-count\" type=\"number\" min=\"1\" max=\"50\" value=\"25\" \/>\n      <div class=\"lq-count-hint\">\/25 questions (max depends on bank)<\/div>\n    <\/div>\n\n    <button id=\"lq-start-btn\" class=\"lq-btn-primary\">Start Quiz<\/button>\n  <\/div>\n\n  <!-- Quiz area -->\n  <div id=\"lq-quiz-area\" class=\"lq-card lq-hidden\">\n    <div class=\"lq-quiz-header\">\n      <div>\n        <span class=\"lq-pill\" id=\"lq-type-pill\">Type: All<\/span>\n        <span class=\"lq-pill\" id=\"lq-progress-pill\">Question 1 \/ 1<\/span>\n      <\/div>\n      <div class=\"lq-timer\" id=\"lq-timer\">Time: 00:00<\/div>\n    <\/div>\n\n    <div id=\"lq-question-text\" class=\"lq-question-text\">\n      <!-- Question text here -->\n    <\/div>\n\n    <div id=\"lq-options\" class=\"lq-options\">\n      <!-- Options here -->\n    <\/div>\n\n    <div class=\"lq-nav\">\n      <button id=\"lq-prev-btn\" class=\"lq-btn-secondary\" disabled>Previous<\/button>\n      <button id=\"lq-next-btn\" class=\"lq-btn-primary\">Next<\/button>\n      <button id=\"lq-finish-btn\" class=\"lq-btn-accent lq-hidden\">Finish Quiz<\/button>\n    <\/div>\n  <\/div>\n\n  <!-- Result area -->\n  <div id=\"lq-result-area\" class=\"lq-card lq-hidden\">\n    <h2 class=\"lq-result-title\">Your Result<\/h2>\n    <p class=\"lq-result-score\">\n      Score: <span id=\"lq-score\"><\/span> \/ <span id=\"lq-total\"><\/span>\n      (<span id=\"lq-percent\"><\/span>%)\n    <\/p>\n    <p id=\"lq-rating-text\" class=\"lq-rating-text\"><\/p>\n    <p class=\"lq-time-summary\">\n      Time taken: <span id=\"lq-time-taken\"><\/span>\n    <\/p>\n\n    <button id=\"lq-review-toggle\" class=\"lq-btn-secondary\">Review Questions<\/button>\n    <button id=\"lq-restart-btn\" class=\"lq-btn-link\">Start New Quiz<\/button>\n\n    <div id=\"lq-review-area\" class=\"lq-review lq-hidden\">\n      <!-- Review items here -->\n    <\/div>\n  <\/div>\n<\/div>\n\n<style>\n\/* ============================\n   LEADIA STYLE (Enhanced UI)\n   ============================ *\/\n\n\/* Main container *\/\n#leadia-quiz-app {\n  max-width: 900px;\n  margin: 50px auto;\n  font-family: 'Poppins', system-ui, sans-serif;\n  color: #1d1d1d;\n}\n\n\/* Title *\/\n.lq-title {\n  font-size: 2.8rem;\n  font-weight: 700;\n  text-align: center;\n  margin-bottom: 10px;\n  color: #ffffff;\n}\n\n.lq-title span {\n  color: #9b5cff; \/* Leadia purple *\/\n}\n\n\/* Subtitle (fixed selector to match HTML) *\/\n.lq-subtitle,\n#leadia-quiz-app .subtitle {\n  text-align: center;\n  color: #cfd6e0;\n  font-size: 1rem;\n  margin-bottom: 30px;\n}\n\n\/* Card (white box) *\/\n.lq-controls-card,\n.lq-card {\n  background: #ffffff;\n  padding: 25px 30px;\n  border-radius: 22px;\n  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.09);\n  border: 1px solid #eee;\n  margin-bottom: 25px;\n}\n\n\/* Layout for controls *\/\n.lq-controls-card {\n  display: flex;\n  flex-wrap: wrap;\n  justify-content: space-between;\n  gap: 20px;\n  align-items: flex-end;\n}\n\n.lq-control-group {\n  display: flex;\n  flex-direction: column;\n  min-width: 180px;\n}\n\n.lq-control-group label {\n  font-size: 0.95rem;\n  font-weight: 600;\n  color: #374151;\n  margin-bottom: 4px;\n}\n\n\/* Dropdown and number input *\/\n.lq-control-group select,\n.lq-control-group input {\n  background: #fafafa;\n  padding: 10px 12px;\n  border: 2px solid #d0c4ff;\n  border-radius: 14px;\n  font-size: 1rem;\n  transition: 0.2s;\n  outline: none;\n}\n\n.lq-control-group select:focus,\n.lq-control-group input:focus {\n  border-color: #9b5cff;\n  box-shadow: 0 0 5px rgba(155, 92, 255, 0.3);\n}\n\n.lq-count-hint {\n  font-size: 0.8rem;\n  color: #6b7280;\n  margin-top: 4px;\n}\n\n\/* Leadia buttons *\/\n.lq-btn-primary {\n  background: linear-gradient(135deg, #f7b733, #f4a623);\n  color: #1f1f1f;\n  padding: 12px 24px;\n  border-radius: 50px;\n  font-weight: 700;\n  font-size: 1rem;\n  border: none;\n  cursor: pointer;\n  transition: 0.3s;\n}\n\n.lq-btn-primary:hover {\n  background: linear-gradient(135deg, #ffcc66, #f2a640);\n  transform: translateY(-2px);\n}\n\n.lq-btn-secondary {\n  background: #1f1f1f;\n  color: white;\n  padding: 10px 20px;\n  border-radius: 50px;\n  border: none;\n  font-weight: 600;\n  cursor: pointer;\n}\n\n.lq-btn-accent {\n  background: #9b5cff;\n  color: white;\n  padding: 12px 24px;\n  border-radius: 50px;\n  border: none;\n  font-weight: 700;\n  cursor: pointer;\n}\n\n.lq-btn-link {\n  border: none;\n  background: transparent;\n  color: #9b5cff;\n  font-weight: 600;\n  cursor: pointer;\n}\n\n\/* Quiz header (top pills + timer) *\/\n.lq-quiz-header {\n  display: flex;\n  justify-content: space-between;\n  align-items: center;\n  gap: 12px;\n  margin-bottom: 16px;\n}\n\n.lq-timer {\n  font-size: 0.9rem;\n  color: #4b5563;\n}\n\n\/* Question area *\/\n#lq-question-text,\n.lq-question-text {\n  font-size: 1.2rem;\n  font-weight: 700;\n  color: #2d2d2d;\n  margin-bottom: 20px;\n}\n\n\/* Options container *\/\n.lq-options {\n  display: flex;\n  flex-direction: column;\n  gap: 8px;\n  margin-bottom: 16px;\n}\n\n\/* Single option *\/\n.lq-option {\n  border: 2px solid #e5e7eb;\n  padding: 12px;\n  border-radius: 14px;\n  margin-bottom: 4px;\n  cursor: pointer;\n  transition: 0.2s;\n  display: flex;\n  align-items: flex-start;\n  gap: 10px;\n}\n\n.lq-option input {\n  margin-top: 4px;\n}\n\n.lq-option:hover {\n  border-color: #9b5cff;\n}\n\n.lq-option-selected {\n  background: #f5eeff;\n  border-color: #9b5cff;\n}\n\n.lq-option-label {\n  font-size: 0.95rem;\n  color: #1f2933;\n}\n\n\/* Pills (top mini badges) *\/\n.lq-pill {\n  background: #f5eeff;\n  color: #9b5cff;\n  padding: 4px 10px;\n  border-radius: 50px;\n  font-size: 0.85rem;\n  font-weight: 600;\n  margin-right: 6px;\n}\n\n\/* Navigation buttons area *\/\n.lq-nav {\n  display: flex;\n  justify-content: space-between;\n  margin-top: 20px;\n}\n\n\/* Result section *\/\n#lq-result-area h2,\n.lq-result-title {\n  font-size: 2rem;\n  font-weight: 700;\n  color: #9b5cff;\n  margin-bottom: 10px;\n}\n\n.lq-result-score,\n.lq-result-percent {\n  font-size: 1.2rem;\n  font-weight: 600;\n  margin-bottom: 10px;\n}\n\n.lq-rating-text,\n.lq-time-summary {\n  color: #4b5563;\n  margin-bottom: 6px;\n}\n\n\/* Review area *\/\n.lq-review {\n  margin-top: 14px;\n  border-top: 1px dashed #e5e7eb;\n  padding-top: 10px;\n  max-height: 450px;\n  overflow-y: auto;\n}\n\n.lq-review-item {\n  background: #fafafa;\n  padding: 15px;\n  border-radius: 14px;\n  margin-bottom: 15px;\n  border-left: 4px solid #9b5cff;\n}\n\n.lq-review-q {\n  font-weight: 700;\n  margin-bottom: 6px;\n}\n\n.lq-review-line.correct {\n  color: #0f8f39;\n  font-weight: 600;\n}\n\n.lq-review-line.incorrect {\n  color: #d92c2c;\n  font-weight: 600;\n}\n\n.lq-review-expl {\n  color: #555;\n  font-size: 0.9rem;\n  margin-top: 5px;\n}\n\n\/* Generic helpers *\/\n.lq-hidden {\n  display: none !important;\n}\n\n@media (max-width: 600px) {\n  .lq-controls-card {\n    flex-direction: column;\n  }\n\n  .lq-quiz-header {\n    flex-direction: column;\n    align-items: flex-start;\n  }\n\n  #leadia-quiz-app {\n    margin: 30px auto;\n    padding: 0 10px;\n  }\n}\n<\/style>\n\n<script>\n\/\/ ====== Leadia Quiz Logic ======\n(function () {\n  \/\/ --- Question Bank Example ---\n  \/\/ type: 'people' | 'process' | 'business' | 'agile'\n  const QUESTION_BANK = [\n    {\n      id: 1,\n      type: \"people\",\n      question:\n        \"You notice a conflict between two team members during a sprint planning meeting. What should you do FIRST as a project manager?\",\n      options: [\n        \"Ask them to stop immediately and postpone the meeting.\",\n        \"Privately talk to each team member later to understand the root cause.\",\n        \"Escalate the issue to the sponsor.\",\n        \"Replace one of the team members.\"\n      ],\n      correctIndex: 1,\n      explanation:\n        \"In PMP mindset, you first try to understand the root cause and resolve conflict collaboratively at the team level before escalating.\"\n    },\n    {\n      id: 2,\n      type: \"process\",\n      question:\n        \"During execution, you discover that a critical risk has occurred and was not identified in the risk register. What should you do?\",\n      options: [\n        \"Ignore it because it was not in the original plan.\",\n        \"Immediately update the risk register and implement a response.\",\n        \"Wait until the next status meeting to discuss it.\",\n        \"Ask the team to work overtime to cover any impact.\"\n      ],\n      correctIndex: 1,\n      explanation:\n        \"Newly discovered risks must be documented in the risk register and responded to using the risk management process.\"\n    },\n    {\n      id: 3,\n      type: \"business\",\n      question:\n        \"Your project is on time and on budget, but the product does not help the organization achieve its strategic objectives. What is the BEST description of this situation?\",\n      options: [\n        \"The project is successful because it met constraints.\",\n        \"The project is unsuccessful because it failed to deliver business value.\",\n        \"The project is partially successful.\",\n        \"The project should be closed immediately.\"\n      ],\n      correctIndex: 1,\n      explanation:\n        \"In PMI's view, true success is linked to delivering business value and supporting strategic objectives, not only meeting time and cost.\"\n    },\n    {\n      id: 4,\n      type: \"agile\",\n      question:\n        \"In a Scrum team, who is responsible for maximizing the value of the product resulting from the work of the Development Team?\",\n      options: [\n        \"Project Manager\",\n        \"Scrum Master\",\n        \"Product Owner\",\n        \"Sponsor\"\n      ],\n      correctIndex: 2,\n      explanation:\n        \"The Product Owner is accountable for maximizing product value and managing the Product Backlog.\"\n    },\n    {\n      id: 5,\n      type: \"process\",\n      question:\n        \"Which document should you update after approving a change request that affects the project schedule?\",\n      options: [\n        \"Stakeholder register\",\n        \"Risk report\",\n        \"Schedule baseline\",\n        \"Issue log\"\n      ],\n      correctIndex: 2,\n      explanation:\n        \"Approved changes that impact time should be reflected in the schedule baseline.\"\n    },\n    {\n      id: 6,\n      type: \"people\",\n      question:\n        \"A senior team member consistently dominates discussions and prevents quieter members from contributing. What is the BEST action?\",\n      options: [\n        \"Do nothing; this is normal in high-performing teams.\",\n        \"Ask the senior member to lead every meeting.\",\n        \"Facilitate the meeting to ensure all voices are heard.\",\n        \"Report the behavior to HR.\"\n      ],\n      correctIndex: 2,\n      explanation:\n        \"The project manager or facilitator should encourage participation from all members and manage dominant behavior.\"\n    },\n    {\n      id: 7,\n      type: \"agile\",\n      question:\n        \"Which artifact in Scrum provides a transparent view of the work the team plans to complete during a sprint?\",\n      options: [\n        \"Product Backlog\",\n        \"Sprint Backlog\",\n        \"Increment\",\n        \"Burndown chart\"\n      ],\n      correctIndex: 1,\n      explanation:\n        \"The Sprint Backlog contains the selected Product Backlog items and the plan for delivering them during the sprint.\"\n    },\n    {\n      id: 8,\n      type: \"business\",\n      question:\n        \"The sponsor asks you to add a small feature that will significantly increase customer satisfaction but has minimal cost and time impact. What should you do NEXT?\",\n      options: [\n        \"Add the feature immediately as a gold plating action.\",\n        \"Refuse because it was not in the original scope.\",\n        \"Submit a change request and follow the change control process.\",\n        \"Ask the customer directly and ignore the sponsor.\"\n      ],\n      correctIndex: 2,\n      explanation:\n        \"All changes, even beneficial ones, should go through the integrated change control process.\"\n    }\n  ];\n\n  \/\/ --- State ---\n  let selectedType = \"all\";\n  let requestedCount = 25;\n  let quizQuestions = [];\n  let currentIndex = 0;\n  let answers = []; \/\/ stores selected option index or null\n\n  let timerInterval = null;\n  let elapsedSeconds = 0;\n\n  \/\/ --- Helpers ---\n  function $(id) {\n    return document.getElementById(id);\n  }\n\n  function shuffle(array) {\n    const arr = array.slice();\n    for (let i = arr.length - 1; i > 0; i--) {\n      const j = Math.floor(Math.random() * (i + 1));\n      [arr[i], arr[j]] = [arr[j], arr[i]];\n    }\n    return arr;\n  }\n\n  function formatTime(seconds) {\n    const m = String(Math.floor(seconds \/ 60)).padStart(2, \"0\");\n    const s = String(seconds % 60).padStart(2, \"0\");\n    return `${m}:${s}`;\n  }\n\n  \/\/ --- UI Elements ---\n  const typeSelect = $(\"lq-type\");\n  const countInput = $(\"lq-count\");\n  const startBtn = $(\"lq-start-btn\");\n\n  const quizArea = $(\"lq-quiz-area\");\n  const resultArea = $(\"lq-result-area\");\n  const questionTextEl = $(\"lq-question-text\");\n  const optionsEl = $(\"lq-options\");\n  const typePill = $(\"lq-type-pill\");\n  const progressPill = $(\"lq-progress-pill\");\n  const timerEl = $(\"lq-timer\");\n\n  const prevBtn = $(\"lq-prev-btn\");\n  const nextBtn = $(\"lq-next-btn\");\n  const finishBtn = $(\"lq-finish-btn\");\n\n  const scoreEl = $(\"lq-score\");\n  const totalEl = $(\"lq-total\");\n  const percentEl = $(\"lq-percent\");\n  const ratingTextEl = $(\"lq-rating-text\");\n  const timeTakenEl = $(\"lq-time-taken\");\n  const reviewToggleBtn = $(\"lq-review-toggle\");\n  const restartBtn = $(\"lq-restart-btn\");\n  const reviewArea = $(\"lq-review-area\");\n\n  \/\/ --- Event Listeners ---\n  typeSelect.addEventListener(\"change\", () => {\n    selectedType = typeSelect.value;\n  });\n\n  countInput.addEventListener(\"change\", () => {\n    const val = parseInt(countInput.value, 10);\n    if (!isNaN(val) && val > 0) {\n      requestedCount = val;\n    }\n  });\n\n  startBtn.addEventListener(\"click\", startQuiz);\n  prevBtn.addEventListener(\"click\", () => moveQuestion(-1));\n  nextBtn.addEventListener(\"click\", () => moveQuestion(1));\n  finishBtn.addEventListener(\"click\", finishQuiz);\n  reviewToggleBtn.addEventListener(\"click\", toggleReview);\n  restartBtn.addEventListener(\"click\", resetQuiz);\n\n  \/\/ --- Core Logic ---\n  function startQuiz() {\n    \/\/ Filter by type\n    let pool =\n      selectedType === \"all\"\n        ? QUESTION_BANK\n        : QUESTION_BANK.filter((q) => q.type === selectedType);\n\n    if (pool.length === 0) {\n      alert(\n        \"No questions available for this type yet. Please choose another type.\"\n      );\n      return;\n    }\n\n    \/\/ Determine count\n    const count = Math.min(requestedCount, pool.length);\n    quizQuestions = shuffle(pool).slice(0, count);\n\n    \/\/ Initialize state\n    answers = new Array(quizQuestions.length).fill(null);\n    currentIndex = 0;\n    elapsedSeconds = 0;\n    updateTimerDisplay();\n\n    \/\/ UI\n    typePill.textContent =\n      \"Type: \" +\n      (selectedType === \"all\"\n        ? \"All\"\n        : selectedType.charAt(0).toUpperCase() + selectedType.slice(1));\n    quizArea.classList.remove(\"lq-hidden\");\n    resultArea.classList.add(\"lq-hidden\");\n\n    \/\/ Start timer\n    if (timerInterval) clearInterval(timerInterval);\n    timerInterval = setInterval(() => {\n      elapsedSeconds++;\n      updateTimerDisplay();\n    }, 1000);\n\n    renderQuestion();\n  }\n\n  function renderQuestion() {\n    const q = quizQuestions[currentIndex];\n    if (!q) return;\n\n    progressPill.textContent = `Question ${currentIndex + 1} \/ ${\n      quizQuestions.length\n    }`;\n    questionTextEl.textContent = q.question;\n\n    optionsEl.innerHTML = \"\";\n    q.options.forEach((opt, index) => {\n      const id = `lq-opt-${currentIndex}-${index}`;\n      const wrapper = document.createElement(\"label\");\n      wrapper.className =\n        \"lq-option\" +\n        (answers[currentIndex] === index ? \" lq-option-selected\" : \"\");\n      wrapper.setAttribute(\"for\", id);\n\n      const input = document.createElement(\"input\");\n      input.type = \"radio\";\n      input.name = \"lq-options\";\n      input.id = id;\n      input.value = index;\n      input.checked = answers[currentIndex] === index;\n\n      input.addEventListener(\"change\", () => {\n        answers[currentIndex] = index;\n        \/\/ refresh selection style\n        const all = optionsEl.querySelectorAll(\".lq-option\");\n        all.forEach((el, i) => {\n          el.classList.toggle(\"lq-option-selected\", i === index);\n        });\n      });\n\n      const labelDiv = document.createElement(\"div\");\n      labelDiv.className = \"lq-option-label\";\n      labelDiv.textContent = opt;\n\n      wrapper.appendChild(input);\n      wrapper.appendChild(labelDiv);\n      optionsEl.appendChild(wrapper);\n    });\n\n    \/\/ Nav buttons\n    prevBtn.disabled = currentIndex === 0;\n    nextBtn.classList.toggle(\n      \"lq-hidden\",\n      currentIndex === quizQuestions.length - 1\n    );\n    finishBtn.classList.toggle(\n      \"lq-hidden\",\n      currentIndex !== quizQuestions.length - 1\n    );\n  }\n\n  function moveQuestion(direction) {\n    const newIndex = currentIndex + direction;\n    if (newIndex < 0 || newIndex >= quizQuestions.length) return;\n    currentIndex = newIndex;\n    renderQuestion();\n  }\n\n  function finishQuiz() {\n    if (timerInterval) {\n      clearInterval(timerInterval);\n      timerInterval = null;\n    }\n\n    \/\/ Calculate score\n    let correctCount = 0;\n    quizQuestions.forEach((q, index) => {\n      if (answers[index] === q.correctIndex) correctCount++;\n    });\n\n    const total = quizQuestions.length;\n    const percent = Math.round((correctCount \/ total) * 100);\n\n    scoreEl.textContent = correctCount;\n    totalEl.textContent = total;\n    percentEl.textContent = percent;\n\n    \/\/ Rating text\n    let rating = \"\";\n    if (percent >= 80) {\n      rating =\n        \"Excellent! You are on a strong path for the PMP\u00ae exam. Keep practicing \ud83d\udd25\";\n    } else if (percent >= 60) {\n      rating =\n        \"Good job! You have a solid base, but you still need more practice and review.\";\n    } else {\n      rating =\n        \"Don't worry! Use this result as a starting point. Review the explanations and keep learning.\";\n    }\n    ratingTextEl.textContent = rating;\n\n    timeTakenEl.textContent = formatTime(elapsedSeconds);\n\n    \/\/ Build review list\n    reviewArea.innerHTML = \"\";\n    quizQuestions.forEach((q, index) => {\n      const userIndex = answers[index];\n      const correctIndex = q.correctIndex;\n\n      const item = document.createElement(\"div\");\n      item.className = \"lq-review-item\";\n\n      const qEl = document.createElement(\"div\");\n      qEl.className = \"lq-review-q\";\n      qEl.textContent = `Q${index + 1}. ${q.question}`;\n      item.appendChild(qEl);\n\n      const userLine = document.createElement(\"div\");\n      userLine.className = \"lq-review-line\";\n      if (userIndex === null) {\n        userLine.textContent = \"Your answer: (no answer)\";\n        userLine.classList.add(\"incorrect\");\n      } else {\n        userLine.textContent = `Your answer: ${q.options[userIndex]}`;\n        userLine.classList.add(\n          userIndex === correctIndex ? \"correct\" : \"incorrect\"\n        );\n      }\n\n      const correctLine = document.createElement(\"div\");\n      correctLine.className = \"lq-review-line correct\";\n      correctLine.textContent = `Correct answer: ${q.options[correctIndex]}`;\n\n      const expl = document.createElement(\"div\");\n      expl.className = \"lq-review-expl\";\n      expl.textContent = q.explanation;\n\n      item.appendChild(userLine);\n      item.appendChild(correctLine);\n      item.appendChild(expl);\n\n      reviewArea.appendChild(item);\n    });\n\n    resultArea.classList.remove(\"lq-hidden\");\n    reviewArea.classList.add(\"lq-hidden\");\n  }\n\n  function toggleReview() {\n    reviewArea.classList.toggle(\"lq-hidden\");\n  }\n\n  function resetQuiz() {\n    if (timerInterval) {\n      clearInterval(timerInterval);\n      timerInterval = null;\n    }\n    quizArea.classList.add(\"lq-hidden\");\n    resultArea.classList.add(\"lq-hidden\");\n    answers = [];\n    quizQuestions = [];\n    elapsedSeconds = 0;\n    updateTimerDisplay();\n  }\n\n  function updateTimerDisplay() {\n    timerEl.textContent = \"Time: \" + formatTime(elapsedSeconds);\n  }\n})();\n<\/script>","protected":false},"excerpt":{"rendered":"<p>Free Resource Exam Test your PMP\u00ae knowledge with a free, interactive quiz from Leadia Academy. Question Type : AllPeopleProcessBusinessAgile \/ Hybrid Question Number : \/25 questions (max depends on bank) Start Quiz Type: All Question 1 \/ 1 Time: 00:00 Previous Next Finish Quiz Your Result Score: \/ (%) Time taken: Review Questions Start New&#8230;<\/p>","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_kadence_starter_templates_imported_post":false,"_kad_post_transparent":"","_kad_post_title":"","_kad_post_layout":"","_kad_post_sidebar_id":"","_kad_post_content_style":"","_kad_post_vertical_padding":"","_kad_post_feature":"","_kad_post_feature_position":"","_kad_post_header":false,"_kad_post_footer":false,"_kad_post_classname":"","footnotes":""},"class_list":["post-4133","page","type-page","status-publish","hentry"],"aioseo_notices":[],"_links":{"self":[{"href":"https:\/\/leadiaacademy.com\/ar\/wp-json\/wp\/v2\/pages\/4133","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/leadiaacademy.com\/ar\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/leadiaacademy.com\/ar\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/leadiaacademy.com\/ar\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/leadiaacademy.com\/ar\/wp-json\/wp\/v2\/comments?post=4133"}],"version-history":[{"count":2,"href":"https:\/\/leadiaacademy.com\/ar\/wp-json\/wp\/v2\/pages\/4133\/revisions"}],"predecessor-version":[{"id":4141,"href":"https:\/\/leadiaacademy.com\/ar\/wp-json\/wp\/v2\/pages\/4133\/revisions\/4141"}],"wp:attachment":[{"href":"https:\/\/leadiaacademy.com\/ar\/wp-json\/wp\/v2\/media?parent=4133"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}