{"id":21092,"date":"2025-07-15T11:02:32","date_gmt":"2025-07-15T05:32:32","guid":{"rendered":"https:\/\/agriculturereview.com\/?p=21092"},"modified":"2026-07-29T13:33:40","modified_gmt":"2026-07-29T08:03:40","slug":"100-crop-protection-mcqs-agriculturist-exam","status":"publish","type":"post","link":"https:\/\/agriculturereview.com\/hi\/100-crop-protection-mcqs-agriculturist-exam\/","title":{"rendered":"Crop Protection Reviewer (100 MCQs) for PRC Agriculturist Licensure Exam, Now With Updated PDF"},"content":{"rendered":"\n<div class=\"exam-countdown-container\">\r\n  <div class=\"timer-title\">Time Left Until Agriculture Licensure Exam:<\/div>\r\n  <div id=\"exam-timer\" class=\"timer-display\">\r\n    <div class=\"time-box\"><span id=\"days\">00<\/span><div class=\"time-label\">Days<\/div><\/div>\r\n    <div class=\"colon\">:<\/div>\r\n    <div class=\"time-box\"><span id=\"hours\">00<\/span><div class=\"time-label\">Hours<\/div><\/div>\r\n    <div class=\"colon\">:<\/div>\r\n    <div class=\"time-box\"><span id=\"minutes\">00<\/span><div class=\"time-label\">Minutes<\/div><\/div>\r\n    <div class=\"colon\">:<\/div>\r\n    <div class=\"time-box\"><span id=\"seconds\">00<\/span><div class=\"time-label\">Seconds<\/div><\/div>\r\n  <\/div>\r\n  <div id=\"timer-expired\" style=\"display: none;\">The Exam Has Begun! Good luck!<\/div>\r\n<\/div>\r\n\r\n<style>\r\n  .exam-countdown-container {\r\n    text-align: center;\r\n    background-color: #f8f9fa;\r\n    border: 2px solid #28a745;\r\n    border-radius: 10px;\r\n    padding: 15px 10px;\r\n    margin: 20px auto;\r\n    \r\n    box-sizing: border-box;\r\n    width: 100%;\r\n    max-width: 600px; \r\n    overflow: hidden;\r\n  }\r\n  .timer-title {\r\n    font-size: clamp(1rem, 4vw, 1.2rem); \r\n    font-weight: bold;\r\n    color: #333;\r\n    margin-bottom: 15px;\r\n    text-transform: uppercase;\r\n  }\r\n  .timer-display {\r\n    display: flex;\r\n    justify-content: center;\r\n    align-items: center;\r\n    gap: 10px; \r\n    width: 100%;\r\n  }\r\n  .time-box {\r\n    display: flex;\r\n    flex-direction: column;\r\n    align-items: center;\r\n    flex: 1 1 0px; \r\n    min-width: 0; \r\n  }\r\n  .time-box span {\r\n    font-size: clamp(1.1rem, 5vw, 2.5rem); \r\n    font-weight: bold;\r\n    color: #28a745;\r\n    background: #fff;\r\n    padding: 10px 0; \r\n    border-radius: 5px;\r\n    box-shadow: 0 2px 5px rgba(0,0,0,0.1);\r\n    width: 100%;\r\n    text-align: center;\r\n    box-sizing: border-box;\r\n  }\r\n  .time-label {\r\n    font-size: clamp(0.55rem, 2vw, 0.8rem); \r\n    color: #666;\r\n    margin-top: 8px;\r\n    text-transform: uppercase;\r\n  }\r\n  .colon {\r\n    font-size: clamp(1.2rem, 5vw, 2rem);\r\n    font-weight: bold;\r\n    color: #333;\r\n    margin-bottom: 25px;\r\n  }\r\n  \r\n  \/* Mobile Responsive Fix *\/\r\n  @media (max-width: 500px) {\r\n    .timer-display {\r\n      gap: 5px; \r\n    }\r\n    .colon {\r\n      display: none !important; \r\n    }\r\n    .exam-countdown-container {\r\n      padding: 12px 5px; \r\n    }\r\n  }\r\n<\/style>\r\n\r\n<!-- The data-no-optimize tag prevents caching plugins from breaking the timer -->\r\n<script data-no-optimize=\"1\">\r\n  const targetDate = new Date(\"December 01, 2026 08:00:00 GMT+0800\").getTime();\r\n\r\n  const countdownInterval = setInterval(function() {\r\n    const now = new Date().getTime();\r\n    const timeRemaining = targetDate - now;\r\n\r\n    if (timeRemaining < 0) {\r\n      clearInterval(countdownInterval); \r\n      document.getElementById(\"exam-timer\").style.display = \"none\"; \r\n      document.getElementById(\"timer-expired\").style.display = \"block\"; \r\n      return; \r\n    }\r\n\r\n    const days = Math.floor(timeRemaining \/ (1000 * 60 * 60 * 24));\r\n    const hours = Math.floor((timeRemaining % (1000 * 60 * 60 * 24)) \/ (1000 * 60 * 60));\r\n    const minutes = Math.floor((timeRemaining % (1000 * 60 * 60)) \/ (1000 * 60));\r\n    const seconds = Math.floor((timeRemaining % (1000 * 60)) \/ 1000);\r\n\r\n    document.getElementById(\"days\").innerText = days.toString().padStart(2, '0');\r\n    document.getElementById(\"hours\").innerText = hours.toString().padStart(2, '0');\r\n    document.getElementById(\"minutes\").innerText = minutes.toString().padStart(2, '0');\r\n    document.getElementById(\"seconds\").innerText = seconds.toString().padStart(2, '0');\r\n  }, 1000); \r\n<\/script>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n\n\n\n<div id=\"ar-quiz-app\">\n    <!-- Header Section -->\n    <div id=\"quiz-intro-section\">\n        <div class=\"quiz-header-content\">\n            <div class=\"quiz-badge\">\ud83c\udfaf Agriculture Review<\/div>\n            <div class=\"quiz-main-title\">Crop Protection Reviewer<\/div>\n            <div class=\"quiz-description\">\n                Test your readiness for the PRC Board Exam. Answer the questions below and submit when you are finished.\n            <\/div>\n        <\/div>\n        \n        <div class=\"quiz-meta-box\">\n            <div class=\"meta-item\">\n                <div class=\"meta-icon\">\u23f1\ufe0f<\/div>\n                <div class=\"meta-text\">\n                    <strong id=\"timer-display\">50:00<\/strong>\n                    <span>Time Remaining<\/span>\n                <\/div>\n            <\/div>\n            <div class=\"meta-item\">\n                <div class=\"meta-icon\">\ud83d\udcdd<\/div>\n                <div class=\"meta-text\">\n                    <strong><span id=\"total-q-num\">0<\/span> Questions<\/strong>\n                    <span>Multiple Choice<\/span>\n                <\/div>\n            <\/div>\n            <div class=\"meta-item\">\n                <div class=\"meta-icon\">\u2696\ufe0f<\/div>\n                <div class=\"meta-text\">\n                    <strong>+1 \/ 0<\/strong>\n                    <span>Marking Scheme<\/span>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/div>\n\n    <!-- Questions Container -->\n    <div id=\"quiz-active-screen\">\n        <form id=\"quiz-form\">\n            <div id=\"questions-container\">\n                <!-- Questions injected here via JS (No H tags used) -->\n            <\/div>\n            \n            <div class=\"quiz-footer\">\n                <button type=\"button\" id=\"submit-btn\" class=\"ar-btn ar-btn-start\">Submit Mock Test<\/button>\n            <\/div>\n        <\/form>\n    <\/div>\n\n    <!-- Results Screen -->\n    <div id=\"quiz-result-screen\" class=\"quiz-section\">\n        <div class=\"quiz-badge\" style=\"margin-bottom: 20px;\">Test Completed<\/div>\n        <div class=\"score-card\">\n            <div class=\"score-number\"><span id=\"final-score\">0<\/span><span style=\"font-size: 1.5rem; opacity: 0.8;\"> \/ <span id=\"total-score\">0<\/span><\/span><\/div>\n            <div class=\"score-text\">Your Final Score<\/div>\n            \n            <div class=\"score-stats\">\n                <span><i class=\"stat-dot correct\"><\/i> Correct: <strong id=\"stat-correct\">0<\/strong><\/span>\n                <span><i class=\"stat-dot wrong\"><\/i> Incorrect: <strong id=\"stat-wrong\">0<\/strong><\/span>\n                <span><i class=\"stat-dot skipped\"><\/i> Skipped: <strong id=\"stat-skipped\">0<\/strong><\/span>\n                <span><i class=\"stat-dot time\"><\/i> Time: <strong id=\"stat-time\">00:00<\/strong><\/span>\n            <\/div>\n        <\/div>\n        \n        <div class=\"action-buttons\">\n            <a href=\"https:\/\/agriculturereview.com\/wp-content\/uploads\/2026\/07\/Crop-Protection-Reviewer-100-MCQs-for-PRC-Agriculturist-Licensure-Exam.pdf\" target=\"_blank\" download=\"Crop-Protection-Reviewer-100-MCQs-for-PRC-Agriculturist-Licensure-Exam.pdf\" class=\"ar-btn ar-btn-download\">\n                \ud83d\udce5 Download PDF\n            <\/a>\n            <button type=\"button\" id=\"share-btn\" class=\"ar-btn ar-btn-orange\">\ud83d\udce2 Share<\/button>\n            <button type=\"button\" id=\"restart-btn\" class=\"ar-btn ar-btn-outline\">\ud83d\udd04 Reattempt<\/button>\n        <\/div>\n\n        <div class=\"results-breakdown\">\n            <div class=\"breakdown-title\">Detailed Breakdown<\/div>\n            <div id=\"breakdown-container\"><\/div>\n        <\/div>\n    <\/div>\n<\/div>\n\n<div class=\"ar-engagement-prompt\">\n    <div class=\"prompt-title\">What was your score?<\/div>\n    <div class=\"prompt-desc\">Did you pass the 75% mark? Drop your final score in the comments below and let us know which question tricked you the most! \u2b07\ufe0f<\/div>\n<\/div>\n\n<div class=\"ar-internal-link\">\n    <strong>Finished with Mock Test?<\/strong> <br>\n    <a href=\"https:\/\/agriculturereview.com\/category\/mock-test\/\">\n        Try our Next LEA Mock Test here! \u2192\n    <\/a>\n<\/div>\n\n<style>\n    \/* ==========================================\n       1. Flowing Brand Variables & Base Styles \n       ========================================== *\/\n    #ar-quiz-app, #ar-quiz-app * { box-sizing: border-box; font-family: 'Inter', -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, sans-serif; }\n\n    #ar-quiz-app {\n        --ar-green-dark: #1a3305; \/* Replaces black\/navy *\/\n        --ar-green-main: #274b08; \n        --ar-green-light: #f4f9f0;\n        --ar-orange-main: #f5a524;\n        --ar-orange-light: #fff8eb;\n        --ar-text-muted: #5a7049; \/* Earthy green-gray *\/\n        --ar-border-soft: #e5ecd9; \/* Very faint green border *\/\n        --ar-red-soft: #fef2f2;\n        --ar-red-text: #dc2626;\n        --ar-status-green: #16a34a;\n        \n        background: transparent; \/* Un-boxed feel *\/\n        width: 100%; \n        max-width: 800px;\n        margin: 40px auto; \n        color: var(--ar-green-dark);\n    }\n\n    #ar-quiz-app .quiz-section { display: none; }\n    #ar-quiz-app .quiz-section.active { display: block; animation: fadeUp 0.6s cubic-bezier(0.16, 1, 0.3, 1); }\n\n    @keyframes fadeUp { \n        from { opacity: 0; transform: translateY(15px); } \n        to { opacity: 1; transform: translateY(0); } \n    }\n\n    \/* ==========================================\n       2. Typography & Header (No H-tags)\n       ========================================== *\/\n    .quiz-header-content { text-align: center; margin-bottom: 40px; }\n    \n    .quiz-badge {\n        display: inline-block; \n        background: linear-gradient(135deg, var(--ar-orange-light), #ffedd5);\n        color: #b47509; \n        padding: 6px 16px; \n        border-radius: 50px; \n        font-size: 0.85rem; \n        font-weight: 700;  \n        letter-spacing: 0.5px; \n        text-transform: uppercase; \n        margin-bottom: 16px;\n        box-shadow: 0 4px 10px rgba(245, 165, 36, 0.1);\n    }\n    \n    .quiz-main-title { \n        margin: 0 0 16px 0; \n        color: var(--ar-green-dark); \n        font-size: 2.4rem; \n        font-weight: 800; \n        line-height: 1.2; \n        letter-spacing: -0.5px;\n    }\n    \n    .quiz-description {\n        color: var(--ar-text-muted); \n        font-size: 1.15rem; \n        line-height: 1.6; \n        max-width: 600px; \n        margin: 0 auto;\n    }\n\n    .quiz-meta-box {\n        display: flex; \n        justify-content: center; \n        gap: 15px; \n        background: linear-gradient(180deg, #ffffff, var(--ar-green-light));\n        border-radius: 20px; \n        padding: 20px;\n        margin-bottom: 50px; \n        flex-wrap: wrap;\n        box-shadow: 0 10px 30px -10px rgba(39, 75, 8, 0.08);\n    }\n    \n    .meta-item { \n        display: flex; \n        align-items: center; \n        gap: 12px; \n        flex: 1; \n        min-width: 180px; \n        justify-content: center;\n    }\n    \n    .meta-icon { font-size: 1.5rem; }\n    \n    .meta-text { display: flex; flex-direction: column; text-align: left; }\n    .meta-text strong { font-size: 1.1rem; color: var(--ar-green-dark); font-weight: 800; line-height: 1.2;}\n    .meta-text span { font-size: 0.8rem; color: var(--ar-text-muted); text-transform: uppercase; letter-spacing: 0.5px; margin-top: 2px;}\n\n    #timer-display.warning { color: var(--ar-red-text); animation: pulse 1s infinite; }\n    @keyframes pulse { 0% { opacity: 1; } 50% { opacity: 0.6; } 100% { opacity: 1; } }\n\n    \/* ==========================================\n       3. Un-Boxed Questions & Pill Options\n       ========================================== *\/\n    .question-block {\n        padding: 0 0 45px 0;\n        margin-bottom: 45px;\n        border-bottom: 1px solid var(--ar-border-soft);\n    }\n    .question-block:last-child { border-bottom: none; margin-bottom: 20px; padding-bottom: 20px;}\n    \n    .question-text-title { \n        font-size: 1.25rem; \n        line-height: 1.6; \n        margin-bottom: 25px; \n        font-weight: 700; \n        color: var(--ar-green-dark); \n    }\n\n    .quiz-options-group { display: flex; flex-direction: column; gap: 12px; }\n    .quiz-option-input { display: none; }\n    \n    .quiz-option-label { \n        display: flex; \n        align-items: center;\n        width: 100%; \n        background: #ffffff; \n        padding: 16px 24px; \n        margin: 0;\n        border-radius: 16px; \n        font-size: 1.05rem; \n        font-weight: 500; \n        cursor: pointer; \n        transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1); \n        color: var(--ar-green-dark); \n        box-shadow: 0 4px 15px rgba(39, 75, 8, 0.03);\n    }\n    \n    \/* Elegant Radio Circle *\/\n    .quiz-option-label::before {\n        content: \"\";\n        display: inline-block;\n        width: 22px;\n        height: 22px;\n        min-width: 22px;\n        border-radius: 50%;\n        border: 2px solid var(--ar-border-soft);\n        margin-right: 18px;\n        background: var(--ar-green-light);\n        transition: all 0.3s ease;\n    }\n\n    .quiz-option-label:hover { \n        background: var(--ar-green-light); \n        transform: translateX(6px);\n        box-shadow: 0 6px 20px rgba(39, 75, 8, 0.06);\n    }\n    \n    \/* Checked State - Vibrant Gradient *\/\n    .quiz-option-input:checked + .quiz-option-label { \n        background: linear-gradient(135deg, var(--ar-green-main), var(--ar-green-dark)); \n        color: #ffffff;\n        font-weight: 600;\n        transform: translateX(6px);\n        box-shadow: 0 10px 25px rgba(39, 75, 8, 0.2);\n    }\n\n    .quiz-option-input:checked + .quiz-option-label::before {\n        border-color: #ffffff;\n        background-color: var(--ar-orange-main);\n        box-shadow: inset 0 0 0 4px #ffffff;\n    }\n\n    \/* ==========================================\n       4. Buttons\n       ========================================== *\/\n    .quiz-footer { margin-top: 20px; display: flex; justify-content: center; }\n    \n    .ar-btn { \n        border: none; \n        padding: 18px 36px; \n        font-size: 1.1rem; \n        font-weight: 800; \n        border-radius: 50px; \n        cursor: pointer; \n        transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1); \n        text-align: center; \n        display: inline-flex; \n        align-items: center; \n        justify-content: center; \n        text-decoration: none;\n    }\n    \n    .ar-btn-start {\n        width: 100%; \n        max-width: 400px; \n        background: linear-gradient(135deg, var(--ar-green-main), var(--ar-green-dark)); \n        color: #ffffff; \n        box-shadow: 0 12px 30px rgba(39, 75, 8, 0.25); \n    }\n    .ar-btn-start:hover { \n        transform: translateY(-4px); \n        box-shadow: 0 15px 35px rgba(39, 75, 8, 0.35); \n    }\n    \n    .ar-btn-download { background: var(--ar-green-dark); color: #ffffff; box-shadow: 0 8px 20px rgba(26, 51, 5, 0.2);}\n    .ar-btn-download:hover { background: #000000; transform: translateY(-2px); }\n    \n    .ar-btn-orange { background: linear-gradient(135deg, #fcd34d, var(--ar-orange-main)); color: var(--ar-green-dark); box-shadow: 0 8px 20px rgba(245, 165, 36, 0.25); }\n    .ar-btn-orange:hover { transform: translateY(-2px); box-shadow: 0 12px 25px rgba(245, 165, 36, 0.35); }\n    \n    .ar-btn-outline { background: #ffffff; border: 2px solid var(--ar-border-soft); color: var(--ar-green-main); box-shadow: 0 4px 15px rgba(39, 75, 8, 0.05); }\n    .ar-btn-outline:hover { border-color: var(--ar-green-main); background: var(--ar-green-light); }\n    \n    .action-buttons { display: flex; gap: 15px; margin: 40px 0; justify-content: center; flex-wrap: wrap; }\n\n    \/* ==========================================\n       5. Modern Score Card & Breakdown\n       ========================================== *\/\n    .score-card { \n        background: linear-gradient(135deg, var(--ar-green-dark), var(--ar-green-main)); \n        color: white; \n        padding: 50px 30px; \n        border-radius: 24px; \n        text-align: center; \n        position: relative;\n        overflow: hidden;\n        box-shadow: 0 20px 50px rgba(26, 51, 5, 0.25);\n    }\n    \n    .score-card::before {\n        content: ''; position: absolute; top: -50px; right: -50px;\n        width: 200px; height: 200px; border-radius: 50%;\n        background: linear-gradient(135deg, rgba(245, 165, 36, 0.15), transparent);\n    }\n\n    .score-number { font-size: 4.5rem; font-weight: 900; line-height: 1; margin-bottom: 5px; color: #ffffff; text-shadow: 0 4px 15px rgba(0,0,0,0.2); }\n    .score-text { font-size: 1.1rem; color: rgba(255,255,255,0.8); text-transform: uppercase; letter-spacing: 1.5px; font-weight: 600;}\n    \n    .score-stats { \n        margin-top: 35px; \n        padding-top: 30px; \n        border-top: 1px solid rgba(255,255,255,0.1); \n        display: flex; \n        justify-content: center; \n        gap: 15px; \n        font-size: 0.95rem; \n        flex-wrap: wrap;\n    }\n    .score-stats span { \n        background: rgba(255,255,255,0.1); \n        padding: 10px 20px; \n        border-radius: 50px; \n        display: flex; \n        align-items: center; \n        gap: 8px;\n        backdrop-filter: blur(5px);\n    }\n    \n    .stat-dot { width: 8px; height: 8px; border-radius: 50%; display: inline-block; }\n    .stat-dot.correct { background: #4ade80; }\n    .stat-dot.wrong { background: #f87171; }\n    .stat-dot.skipped { background: #e2e8f0; }\n    .stat-dot.time { background: var(--ar-orange-main); }\n\n    .results-breakdown { margin-top: 50px; }\n    .breakdown-title {\n        font-size: 1.6rem;\n        font-weight: 800;\n        color: var(--ar-green-dark);\n        margin-bottom: 25px;\n        text-align: center;\n    }\n\n    .breakdown-item { \n        padding: 25px 0; \n        border-bottom: 1px dashed var(--ar-border-soft);\n    }\n    .breakdown-item:last-child { border-bottom: none; }\n    \n    .bd-q { font-weight: 700; margin-bottom: 12px; font-size: 1.15rem; line-height: 1.5; color: var(--ar-green-dark); }\n    .bd-ans { font-size: 1rem; margin-bottom: 8px; line-height: 1.5; color: var(--ar-text-muted); display: flex; align-items: center; gap: 8px;}\n    \n    .bd-correct { color: var(--ar-status-green); font-weight: 600; }\n    .bd-wrong { color: var(--ar-red-text); font-weight: 600; }\n    .bd-skipped { color: var(--ar-text-muted); font-weight: 600; font-style: italic; }\n    \n    .bd-points { \n        font-size: 0.8rem; \n        font-weight: 800; \n        padding: 6px 12px; \n        border-radius: 50px; \n        text-transform: uppercase; \n        margin-left: auto;\n    }\n    .pt-plus { background: #dcfce7; color: #166534; }\n    .pt-minus { background: var(--ar-red-soft); color: #991b1b; }\n    .pt-zero { background: var(--ar-green-light); color: var(--ar-text-muted); }\n\n    \/* ==========================================\n       6. External Elements (Prompts) - No H Tags\n       ========================================== *\/\n    .ar-engagement-prompt {\n        max-width: 800px; margin: 50px auto 40px auto; text-align: center; padding: 0 20px;\n    }\n    .prompt-title { color: var(--ar-green-dark); margin-bottom: 12px; font-size: 1.8rem; font-weight: 800;}\n    .prompt-desc { color: var(--ar-text-muted); font-size: 1.15rem; line-height: 1.6; margin: 0;}\n    \n    .ar-internal-link {\n        max-width: 800px; margin: 0 auto 50px auto; text-align: center; padding: 35px; \n        background: linear-gradient(180deg, #ffffff, var(--ar-green-light));\n        border-radius: 20px; \n        box-shadow: 0 10px 40px -10px rgba(39, 75, 8, 0.08);\n    }\n    .ar-internal-link strong { color: var(--ar-green-dark); font-size: 1.2rem; }\n    .ar-internal-link a { \n        color: var(--ar-green-main); text-decoration: none; font-size: 1.3rem; font-weight: 800;\n        display: inline-block; margin-top: 12px; transition: color 0.2s ease;\n    }\n    .ar-internal-link a:hover { color: var(--ar-orange-main); }\n\n    \/* ==========================================\n       7. Mobile Responsiveness\n       ========================================== *\/\n    @media (max-width: 768px) {\n        #ar-quiz-app { margin: 20px auto; padding: 0 15px; }\n        .quiz-main-title { font-size: 2rem; }\n        .score-card { padding: 40px 20px; border-radius: 20px;}\n        .score-number { font-size: 3.5rem; }\n        .meta-item { min-width: 140px; }\n    }\n\n    @media (max-width: 550px) {\n        .quiz-main-title { font-size: 1.6rem; }\n        .quiz-description { font-size: 1rem; }\n        \n        .quiz-meta-box { padding: 15px; gap: 10px; border-radius: 16px;}\n        .meta-item { width: 100%; min-width: unset; justify-content: flex-start; padding: 5px 10px;}\n        \n        .question-block { padding: 0 0 35px 0; margin-bottom: 35px; }\n        .question-text-title { font-size: 1.1rem; }\n        .quiz-option-label { padding: 14px 18px; font-size: 0.95rem; border-radius: 12px;}\n        .quiz-option-label:hover, .quiz-option-input:checked + .quiz-option-label { transform: translateX(3px); }\n        .quiz-option-label::before { width: 18px; height: 18px; min-width: 18px; margin-right: 12px;}\n        \n        .action-buttons { flex-direction: column; gap: 12px; }\n        .action-buttons .ar-btn { width: 100%; }\n        \n        .score-stats { flex-direction: column; gap: 8px; }\n        .score-stats span { width: 100%; justify-content: center; }\n        \n        .bd-ans { flex-direction: column; align-items: flex-start; gap: 6px; }\n        .bd-points { margin-left: 0; margin-top: 5px; }\n        \n        .prompt-title { font-size: 1.5rem; }\n        .prompt-desc { font-size: 1rem; }\n    }\n<\/style>\n\n<script>\n    \/\/ ==========================================\n    \/\/ AGRICULTURE REVIEW MOCK TEST DATA\n    \/\/ ==========================================\n   const quizData = [\n    {\n        question: \"Which of the following is considered a biotrophic pathogen?\",\n        options: [\"Fusarium oxysporum\", \"Pythium aphanidermatum\", \"Puccinia graminis\", \"Sclerotinia sclerotiorum\"],\n        correctAnswer: 2\n    },\n    {\n        question: \"Which part of the disease triangle can be controlled by planting resistant varieties?\",\n        options: [\"Environment\", \"Pathogen\", \"Host\", \"All of the above\"],\n        correctAnswer: 2\n    },\n    {\n        question: \"The rice disease known as \u201ctungro\u201d is caused by:\",\n        options: [\"Fungi\", \"Bacteria\", \"Virus\", \"Nematodes\"],\n        correctAnswer: 2\n    },\n    {\n        question: \"Which fungal structure is commonly responsible for initiating new infections?\",\n        options: [\"Sclerotia\", \"Chlamydospores\", \"Conidia\", \"Mycelia\"],\n        correctAnswer: 2\n    },\n    {\n        question: \"Which symptom is associated with vascular wilt diseases?\",\n        options: [\"Leaf curling\", \"Chlorosis\", \"Internal discoloration of stem\", \"Leaf spot\"],\n        correctAnswer: 2\n    },\n    {\n        question: \"What is the primary vector of Rice Tungro Bacilliform Virus?\",\n        options: [\"Leaf folder\", \"Green leafhopper\", \"Brown planthopper\", \"Gall midge\"],\n        correctAnswer: 1\n    },\n    {\n        question: \"Which pathogen causes bacterial leaf blight in rice?\",\n        options: [\"Xanthomonas oryzae pv. oryzae\", \"Pseudomonas fluorescens\", \"Rhizoctonia solani\", \"Ustilago maydis\"],\n        correctAnswer: 0\n    },\n    {\n        question: \"Which group of fungi produces aflatoxins?\",\n        options: [\"Penicillium spp.\", \"Aspergillus spp.\", \"Alternaria spp.\", \"Fusarium spp.\"],\n        correctAnswer: 1\n    },\n    {\n        question: \"Powdery mildew differs from downy mildew by:\",\n        options: [\"Requiring higher humidity\", \"Having spores on the upper leaf surface\", \"Having no visible symptoms\", \"Producing oospores\"],\n        correctAnswer: 1\n    },\n    {\n        question: \"Which of the following is a postharvest fungal disease?\",\n        options: [\"Club root\", \"Citrus canker\", \"Anthracnose\", \"Corn smut\"],\n        correctAnswer: 2\n    },\n    {\n        question: \"What is the causal organism of rice sheath blight?\",\n        options: [\"Rhizoctonia solani\", \"Magnaporthe oryzae\", \"Fusarium moniliforme\", \"Ustilaginoidea virens\"],\n        correctAnswer: 0\n    },\n    {\n        question: \"Which nematode is associated with root-knot symptoms?\",\n        options: [\"Heterodera spp.\", \"Meloidogyne spp.\", \"Globodera spp.\", \"Pratylenchus spp.\"],\n        correctAnswer: 1\n    },\n    {\n        question: \"Which of the following diseases is caused by a virus in tomatoes?\",\n        options: [\"Fusarium wilt\", \"Bacterial wilt\", \"Tomato mosaic\", \"Early blight\"],\n        correctAnswer: 2\n    },\n    {\n        question: \"The resting structure of Plasmodiophora brassicae is called:\",\n        options: [\"Cyst\", \"Zoospore\", \"Sporangium\", \"Resting spore\"],\n        correctAnswer: 3\n    },\n    {\n        question: \"Bacterial ooze is a diagnostic sign of:\",\n        options: [\"Fusarium wilt\", \"Bacterial wilt\", \"Leaf blight\", \"Late blight\"],\n        correctAnswer: 1\n    },\n    {\n        question: \"In the hypersensitive response, infected plant cells:\",\n        options: [\"Multiply rapidly\", \"Become dormant\", \"Die quickly to limit pathogen spread\", \"Release toxins\"],\n        correctAnswer: 2\n    },\n    {\n        question: \"Which among the following is a seed-borne pathogen in rice?\",\n        options: [\"Rhizoctonia solani\", \"Xanthomonas oryzae\", \"Pyricularia oryzae\", \"Cercospora oryzae\"],\n        correctAnswer: 2\n    },\n    {\n        question: \"What is the scientific name of the causal agent of corn smut?\",\n        options: [\"Ustilago maydis\", \"Puccinia sorghi\", \"Cercospora zeae-maydis\", \"Diplodia maydis\"],\n        correctAnswer: 0\n    },\n    {\n        question: \"Virulence refers to:\",\n        options: [\"The capacity to spread\", \"The ability to evade host defenses\", \"The degree of pathogenicity\", \"The ability to survive without a host\"],\n        correctAnswer: 2\n    },\n    {\n        question: \"The term \\\"blight\\\" is best defined as:\",\n        options: [\"Lesions on stems\", \"A sudden, complete, and extensive death of plant tissues\", \"Fungal growth on leaves\", \"Plant galls\"],\n        correctAnswer: 1\n    },\n    {\n        question: \"Which insect pest is known as the \u201cdead heart\u201d causing pest in rice during early growth?\",\n        options: [\"Rice bug\", \"Brown planthopper\", \"Yellow stem borer\", \"Leaf folder\"],\n        correctAnswer: 2\n    },\n    {\n        question: \"Which stage of the rice bug (Leptocorisa oratorius) causes the most economic damage?\",\n        options: [\"Egg\", \"Nymph\", \"Adult\", \"Pupa\"],\n        correctAnswer: 2\n    },\n    {\n        question: \"What is the most common mode of feeding of aphids?\",\n        options: [\"Chewing\", \"Rasping\", \"Piercing and sucking\", \"Biting\"],\n        correctAnswer: 2\n    },\n    {\n        question: \"The scientific name of the brown planthopper is:\",\n        options: [\"Nilaparvata lugens\", \"Nezara viridula\", \"Leptocorisa acuta\", \"Dicladispa armigera\"],\n        correctAnswer: 0\n    },\n    {\n        question: \"Which insect pest is known to cause \u201chopper burn\u201d in rice fields?\",\n        options: [\"Green leafhopper\", \"Yellow stem borer\", \"Brown planthopper\", \"Rice hispa\"],\n        correctAnswer: 2\n    },\n    {\n        question: \"The rice hispa (Dicladispa armigera) primarily damages which part of the plant?\",\n        options: [\"Grain\", \"Leaf\", \"Stem\", \"Root\"],\n        correctAnswer: 1\n    },\n    {\n        question: \"Which insect pest is a vector of rice grassy stunt virus?\",\n        options: [\"Green leafhopper\", \"Brown planthopper\", \"Rice hispa\", \"Yellow stem borer\"],\n        correctAnswer: 1\n    },\n    {\n        question: \"In which crop is the shoot and fruit borer (Leucinodes orbonalis) a major pest?\",\n        options: [\"Tomato\", \"Brinjal\", \"Chili\", \"Okra\"],\n        correctAnswer: 1\n    },\n    {\n        question: \"Which chewing insect pest causes damage to corn by boring into its ears?\",\n        options: [\"Corn leaf aphid\", \"Corn earworm\", \"Green leafhopper\", \"Rice hispa\"],\n        correctAnswer: 1\n    },\n    {\n        question: \"Which insect pest commonly causes white patches on rice leaves due to feeding?\",\n        options: [\"Brown planthopper\", \"Rice hispa\", \"Stem borer\", \"Gall midge\"],\n        correctAnswer: 1\n    },\n    {\n        question: \"What is the most damaging insect pest of stored corn in the Philippines?\",\n        options: [\"Sitophilus oryzae\", \"Tribolium castaneum\", \"Sitophilus zeamais\", \"Rhyzopertha dominica\"],\n        correctAnswer: 2\n    },\n    {\n        question: \"The fruit fly species that infests mangoes in the Philippines is:\",\n        options: [\"Bactrocera dorsalis\", \"Dacus cucurbitae\", \"Ceratitis capitata\", \"Anastrepha ludens\"],\n        correctAnswer: 0\n    },\n    {\n        question: \"Which pest causes \u201chopper burn\u201d in mango seedlings?\",\n        options: [\"Mango twig borer\", \"Mango leafhopper\", \"Mango fruit fly\", \"Mango mealybug\"],\n        correctAnswer: 1\n    },\n    {\n        question: \"What is the recommended management strategy for corn borer (Ostrinia furnacalis)?\",\n        options: [\"Use of Trichogramma\", \"Application of herbicide\", \"Bagging of fruits\", \"Handpicking of eggs\"],\n        correctAnswer: 0\n    },\n    {\n        question: \"Which insect pest causes wilting in young tomato plants?\",\n        options: [\"Leaf miner\", \"Cutworm\", \"Fruit borer\", \"Aphids\"],\n        correctAnswer: 1\n    },\n    {\n        question: \"In vegetables, the diamondback moth is a major pest of:\",\n        options: [\"Solanaceous crops\", \"Cucurbits\", \"Brassicas\", \"Legumes\"],\n        correctAnswer: 2\n    },\n    {\n        question: \"What is the damage symptom of banana weevil borer?\",\n        options: [\"Wilting of leaves and plant collapse\", \"Leaf curling\", \"Fruit spotting\", \"Fruit cracking\"],\n        correctAnswer: 0\n    },\n    {\n        question: \"Which of the following weeds is parasitic in nature?\",\n        options: [\"Cyperus rotundus\", \"Amaranthus spinosus\", \"Striga asiatica\", \"Echinochloa crus-galli\"],\n        correctAnswer: 2\n    },\n    {\n        question: \"Which herbicide is used for selective control in transplanted rice?\",\n        options: [\"Glyphosate\", \"Butachlor\", \"Paraquat\", \"Atrazine\"],\n        correctAnswer: 1\n    },\n    {\n        question: \"\u201cFalse seedbed\u201d technique is used to control:\",\n        options: [\"Insects\", \"Nematodes\", \"Weeds\", \"Soil erosion\"],\n        correctAnswer: 2\n    },\n    {\n        question: \"Which of the following is a pre-emergence herbicide commonly used in maize?\",\n        options: [\"2,4-D\", \"Pendimethalin\", \"Paraquat\", \"Glyphosate\"],\n        correctAnswer: 1\n    },\n    {\n        question: \"Which weed commonly infests sugarcane fields and is difficult to control?\",\n        options: [\"Cyperus rotundus\", \"Amaranthus viridis\", \"Digitaria sanguinalis\", \"Echinochloa crus-galli\"],\n        correctAnswer: 0\n    },\n    {\n        question: \"Which of the following is an example of a biological control agent used against aphids?\",\n        options: [\"Ladybird beetle\", \"Spider mite\", \"Grasshopper\", \"Thrips\"],\n        correctAnswer: 0\n    },\n    {\n        question: \"What is the mode of action of pyrethroid insecticides?\",\n        options: [\"Disruption of photosynthesis\", \"Inhibition of acetylcholinesterase\", \"Disruption of sodium channels\", \"Inhibition of respiration\"],\n        correctAnswer: 2\n    },\n    {\n        question: \"What is the recommended method to manage weed infestation in upland vegetables?\",\n        options: [\"Pre-emergence herbicide only\", \"Manual weeding only\", \"Integrated weed management\", \"Crop rotation only\"],\n        correctAnswer: 2\n    },\n    {\n        question: \"Which type of pesticide formulation is most prone to drift during application?\",\n        options: [\"Granules\", \"Emulsifiable concentrate\", \"Wettable powder\", \"Aqueous spray\"],\n        correctAnswer: 3\n    },\n    {\n        question: \"Which biological control agent is used to manage the coconut scale insect?\",\n        options: [\"Trichogramma spp.\", \"Aphytis lingnanensis\", \"Bracon hebetor\", \"Metarhizium anisopliae\"],\n        correctAnswer: 1\n    },\n    {\n        question: \"Which equipment is ideal for applying herbicides in row crops?\",\n        options: [\"Rotary duster\", \"Knapsack sprayer\", \"Mist blower\", \"Ultra low volume sprayer\"],\n        correctAnswer: 1\n    },\n    {\n        question: \"Which of the following is a contact herbicide?\",\n        options: [\"Butachlor\", \"Paraquat\", \"Pendimethalin\", \"Atrazine\"],\n        correctAnswer: 1\n    },\n    {\n        question: \"What does \u201ceconomic threshold level\u201d (ETL) refer to in pest management?\",\n        options: [\"The cost of control exceeds the damage\", \"Pest population must be completely eradicated\", \"Pest population reaches a level where control action is needed\", \"Threshold where yield loss cannot be avoided\"],\n        correctAnswer: 2\n    },\n    {\n        question: \"What pathogen causes rice blast disease?\",\n        options: [\"Xanthomonas oryzae\", \"Rhizoctonia solani\", \"Pyricularia oryzae\", \"Pseudomonas syringae\"],\n        correctAnswer: 2\n    },\n    {\n        question: \"Panama disease in banana is caused by:\",\n        options: [\"Fusarium oxysporum f.sp. lycopersici\", \"Phytophthora infestans\", \"Fusarium oxysporum f.sp. cubense\", \"Cercospora musae\"],\n        correctAnswer: 2\n    },\n    {\n        question: \"The most common bacterial disease in tomato is:\",\n        options: [\"Late blight\", \"Fusarium wilt\", \"Bacterial wilt\", \"Damping-off\"],\n        correctAnswer: 2\n    },\n    {\n        question: \"Mango anthracnose is caused by which pathogen?\",\n        options: [\"Fusarium oxysporum\", \"Alternaria solani\", \"Colletotrichum gloeosporioides\", \"Xanthomonas campestris\"],\n        correctAnswer: 2\n    },\n    {\n        question: \"What symptom is characteristic of corn downy mildew?\",\n        options: [\"Leaf spot\", \"Leaf shredding\", \"Root rot\", \"Blighted tassels\"],\n        correctAnswer: 1\n    },\n    {\n        question: \"Rice tungro virus is transmitted by:\",\n        options: [\"Planthopper\", \"Green leafhopper\", \"Aphid\", \"Thrips\"],\n        correctAnswer: 1\n    },\n    {\n        question: \"The disease cycle of late blight in potato involves:\",\n        options: [\"Seed-to-seed spread\", \"Soil-borne spores only\", \"Infected tubers and air-borne spores\", \"Insect vectors\"],\n        correctAnswer: 2\n    },\n    {\n        question: \"What is the best cultural control for damping-off in seedlings?\",\n        options: [\"Deep planting\", \"Proper drainage and seed treatment\", \"Flood irrigation\", \"Using shade nets\"],\n        correctAnswer: 1\n    },\n    {\n        question: \"What type of pathogen causes club root in crucifers?\",\n        options: [\"Bacterium\", \"Virus\", \"Fungus-like protist\", \"Nematode\"],\n        correctAnswer: 2\n    },\n    {\n        question: \"Which of the following diseases is soil-borne?\",\n        options: [\"Rice tungro\", \"Citrus canker\", \"Fusarium wilt\", \"Anthracnose\"],\n        correctAnswer: 2\n    },\n    {\n        question: \"Root-knot nematodes belong to which genus?\",\n        options: [\"Heterodera\", \"Meloidogyne\", \"Pratylenchus\", \"Ditylenchus\"],\n        correctAnswer: 1\n    },\n    {\n        question: \"What is a typical symptom of root-knot nematode infestation in vegetables?\",\n        options: [\"Leaf blight\", \"Yellow stripes on leaves\", \"Gall formation on roots\", \"Wilted panicles\"],\n        correctAnswer: 2\n    },\n    {\n        question: \"Which crop is a known host of the cereal cyst nematode (Heterodera avenae)?\",\n        options: [\"Tomato\", \"Maize\", \"Wheat\", \"Sugarcane\"],\n        correctAnswer: 2\n    },\n    {\n        question: \"Which rodent species is a common pest in Philippine rice fields?\",\n        options: [\"Bandicota bengalensis\", \"Rattus tanezumi\", \"Mus musculus\", \"Rattus norvegicus\"],\n        correctAnswer: 1\n    },\n    {\n        question: \"Which of the following is used as a rodenticide bait?\",\n        options: [\"Zinc phosphide\", \"Imidacloprid\", \"Sulfosulfuron\", \"Dimethoate\"],\n        correctAnswer: 0\n    },\n    {\n        question: \"Which of the following practices is NOT part of Integrated Pest Management?\",\n        options: [\"Cultural control\", \"Chemical control\", \"Monocropping\", \"Mechanical control\"],\n        correctAnswer: 2\n    },\n    {\n        question: \"What is the first step in implementing IPM in a farm?\",\n        options: [\"Chemical spraying\", \"Pest identification and monitoring\", \"Soil sterilization\", \"Use of resistant varieties\"],\n        correctAnswer: 1\n    },\n    {\n        question: \"Which of the following is an example of cultural pest control?\",\n        options: [\"Crop rotation\", \"Insecticide use\", \"Use of parasitoids\", \"Use of traps\"],\n        correctAnswer: 0\n    },\n    {\n        question: \"Trichoderma harzianum is commonly used in IPM as a:\",\n        options: [\"Fungicide\", \"Mycofungal antagonist\", \"Rodenticide\", \"Nematicide\"],\n        correctAnswer: 1\n    },\n    {\n        question: \"Which concept is emphasized in IPM?\",\n        options: [\"Complete pest eradication\", \"Continuous pesticide use\", \"Economic injury level\", \"Total crop destruction\"],\n        correctAnswer: 2\n    },\n    {\n        question: \"Which color code is used for the most toxic pesticide formulations in the Philippines?\",\n        options: [\"Red\", \"Blue\", \"Green\", \"Yellow\"],\n        correctAnswer: 0\n    },\n    {\n        question: \"Which of the following PPE (Personal Protective Equipment) is essential when applying liquid pesticides?\",\n        options: [\"Cotton gloves\", \"Rubber gloves\", \"Open sandals\", \"Straw hat\"],\n        correctAnswer: 1\n    },\n    {\n        question: \"What is the function of a surfactant in a pesticide spray solution?\",\n        options: [\"Reduce evaporation\", \"Improve spreading and sticking of spray on leaves\", \"Decrease toxicity\", \"Neutralize residues\"],\n        correctAnswer: 1\n    },\n    {\n        question: \"Which pesticide formulation is most suitable for indoor residual spraying?\",\n        options: [\"Emulsifiable concentrate\", \"Dust\", \"Wettable powder\", \"Aerosol\"],\n        correctAnswer: 2\n    },\n    {\n        question: \"What should be the first action in case of accidental pesticide poisoning?\",\n        options: [\"Induce vomiting immediately\", \"Drink plenty of water\", \"Take a cold shower\", \"Call a physician or poison control center\"],\n        correctAnswer: 3\n    },\n    {\n        question: \"In pest forecasting, the term \u201cETL\u201d stands for:\",\n        options: [\"Economic Threshold Level\", \"Estimated Tolerance Limit\", \"Ecological Threat Level\", \"Environmental Toxic Load\"],\n        correctAnswer: 0\n    },\n    {\n        question: \"Which tool is most commonly used in pest surveillance programs?\",\n        options: [\"Tensiometer\", \"Pheromone trap\", \"Soil auger\", \"Lysimeter\"],\n        correctAnswer: 1\n    },\n    {\n        question: \"Light traps are mainly effective for monitoring which type of pest?\",\n        options: [\"Aphids\", \"Whiteflies\", \"Nocturnal moths\", \"Termites\"],\n        correctAnswer: 2\n    },\n    {\n        question: \"Degree-day models are used in pest forecasting to:\",\n        options: [\"Measure rainfall\", \"Estimate pest development stages based on temperature\", \"Predict pesticide degradation\", \"Estimate economic damage\"],\n        correctAnswer: 1\n    },\n    {\n        question: \"Which of the following is a preventive approach in pest surveillance?\",\n        options: [\"Reactive pesticide spraying\", \"Monitoring pest population trends\", \"Collecting yield data\", \"Crop rotation\"],\n        correctAnswer: 1\n    },\n    {\n        question: \"Under the Philippine Fertilizer and Pesticide Authority (FPA), what is the minimum training required to become a licensed pesticide applicator?\",\n        options: [\"Basic Applicator Training\", \"IPM Technician Course\", \"Extension Agent Certification\", \"Crop Protection Internship\"],\n        correctAnswer: 0\n    },\n    {\n        question: \"Which Republic Act governs pesticide regulation and control in the Philippines?\",\n        options: [\"RA 8435\", \"RA 10068\", \"PD 1144\", \"RA 9275\"],\n        correctAnswer: 2\n    },\n    {\n        question: \"Which government agency is primarily responsible for pesticide registration in the Philippines?\",\n        options: [\"DA-BAR\", \"FPA\", \"BPI\", \"DENR\"],\n        correctAnswer: 1\n    },\n    {\n        question: \"Which of the following best defines a \\\"restricted use pesticide\\\"?\",\n        options: [\"A pesticide with limited market availability\", \"A pesticide approved only for ornamental crops\", \"A pesticide that can be applied only during rainy season\", \"A pesticide that requires trained personnel due to high toxicity or environmental risk\"],\n        correctAnswer: 3\n    },\n    {\n        question: \"What is the maximum residue limit (MRL) primarily intended to ensure?\",\n        options: [\"Crop yield maximization\", \"Food safety for consumers\", \"Insect resistance control\", \"Fertilizer dosage\"],\n        correctAnswer: 1\n    },\n    {\n        question: \"Which practice best prevents pesticide resistance development?\",\n        options: [\"Repeated use of same chemical group\", \"Spraying higher doses than recommended\", \"Rotation of different mode-of-action pesticides\", \"Continuous spraying regardless of need\"],\n        correctAnswer: 2\n    },\n    {\n        question: \"Which of the following is a systemic fungicide?\",\n        options: [\"Propiconazole\", \"Mancozeb\", \"Sulfur\", \"Copper oxychloride\"],\n        correctAnswer: 0\n    },\n    {\n        question: \"Which pest surveillance technique uses recorded climate and pest population data for predictions?\",\n        options: [\"Light trapping\", \"Forecast modeling\", \"Visual scouting\", \"Yellow sticky traps\"],\n        correctAnswer: 1\n    },\n    {\n        question: \"\\\"Baculovirus\\\" is used primarily for the biocontrol of:\",\n        options: [\"Aphids\", \"Whiteflies\", \"Caterpillars (Lepidopteran larvae)\", \"Mites\"],\n        correctAnswer: 2\n    },\n    {\n        question: \"What is the major purpose of the Economic Injury Level (EIL) in pest management?\",\n        options: [\"Determine harvest time\", \"Avoid unnecessary pesticide applications\", \"Promote crop growth\", \"Identify seed quality\"],\n        correctAnswer: 1\n    },\n    {\n        question: \"A farmer applies a neonicotinoid insecticide on a flowering crop. Which non-target organism is most at risk?\",\n        options: [\"Earthworms\", \"Bees\", \"Rodents\", \"Birds\"],\n        correctAnswer: 1\n    },\n    {\n        question: \"Which of the following is an example of a biorational pesticide?\",\n        options: [\"Glyphosate\", \"Bacillus thuringiensis (Bt)\", \"Chlorpyrifos\", \"Paraquat\"],\n        correctAnswer: 1\n    },\n    {\n        question: \"Which pest management approach focuses on combining biological, cultural, and chemical tools with minimal environmental risk?\",\n        options: [\"Organic farming\", \"High-input agriculture\", \"Integrated Pest Management\", \"Zero-tillage cultivation\"],\n        correctAnswer: 2\n    },\n    {\n        question: \"Which of the following is a contact insecticide with fast knockdown effect?\",\n        options: [\"Imidacloprid\", \"Malathion\", \"Chlorantraniliprole\", \"Pyrethrin\"],\n        correctAnswer: 3\n    },\n    {\n        question: \"What is the first line of defense in preventing crop diseases?\",\n        options: [\"Fungicide application\", \"Use of resistant varieties\", \"Sanitation\", \"Crop rotation\"],\n        correctAnswer: 1\n    },\n    {\n        question: \"Which class of herbicides inhibits photosynthesis by blocking photosystem II?\",\n        options: [\"Triazines\", \"Aryloxyphenoxypropionates\", \"Dinitroanilines\", \"Glycines\"],\n        correctAnswer: 0\n    },\n    {\n        question: \"Which mycotoxin is produced by Aspergillus flavus in stored corn?\",\n        options: [\"Fumonisin\", \"Aflatoxin\", \"Ochratoxin\", \"Deoxynivalenol\"],\n        correctAnswer: 1\n    },\n    {\n        question: \"In fungicide resistance management, what is the FRAC code used for?\",\n        options: [\"Classifying herbicides by crop safety\", \"Identifying insecticide persistence\", \"Grouping fungicides by mode of action\", \"Estimating residue levels\"],\n        correctAnswer: 2\n    },\n    {\n        question: \"Which entomopathogenic fungus is widely used to control whiteflies and aphids?\",\n        options: [\"Beauveria bassiana\", \"Bacillus subtilis\", \"Metarhizium anisopliae\", \"Gliocladium virens\"],\n        correctAnswer: 0\n    },\n    {\n        question: \"The primary goal of Integrated Disease Management (IDM) is to:\",\n        options: [\"Eliminate all disease-causing agents\", \"Minimize disease impact using compatible tools\", \"Depend solely on chemical control\", \"Promote natural disasters to reduce pests\"],\n        correctAnswer: 1\n    }\n];\n\n  const timeLimitMinutes = 100;  \n    \/\/ ==========================================\n    \/\/ QUIZ LOGIC\n    \/\/ ==========================================\n    let timeLeft = timeLimitMinutes * 60;\n    let timerInterval;\n\n    \/\/ DOM Elements\n    const screenActive = document.getElementById('quiz-active-screen');\n    const screenResult = document.getElementById('quiz-result-screen');\n    const introSection = document.getElementById('quiz-intro-section');\n    const questionsContainer = document.getElementById('questions-container');\n    const timerDisplay = document.getElementById('timer-display');\n    const form = document.getElementById('quiz-form');\n\n    \/\/ Initialize Quiz Data dynamically\n    document.addEventListener(\"DOMContentLoaded\", () => {\n        document.getElementById('total-q-num').innerText = quizData.length;\n        document.getElementById('total-score').innerText = quizData.length; \n        \n        renderQuestions();\n        startTimer(); \/\/ Starts timer immediately on page load\n    });\n\n    function renderQuestions() {\n        let html = '';\n        quizData.forEach((item, qIndex) => {\n            \/\/ Note: Using DIVs instead of H3 for TOC compatibility\n            html += `\n                <div class=\"question-block\" id=\"q-block-${qIndex}\">\n                    <div class=\"question-text-title\">${qIndex + 1}. ${item.question}<\/div>\n                    <div class=\"quiz-options-group\">\n            `;\n            item.options.forEach((opt, optIndex) => {\n                const uniqueId = `q${qIndex}_opt${optIndex}`;\n                html += `\n                    <label class=\"quiz-option-wrapper\" for=\"${uniqueId}\">\n                        <input type=\"radio\" name=\"q${qIndex}\" id=\"${uniqueId}\" value=\"${optIndex}\" class=\"quiz-option-input\">\n                        <span class=\"quiz-option-label\">${opt}<\/span>\n                    <\/label>\n                `;\n            });\n            html += `<\/div><\/div>`;\n        });\n        questionsContainer.innerHTML = html;\n    }\n\n    function scrollToTop() {\n        const quizApp = document.getElementById('ar-quiz-app');\n        setTimeout(() => {\n            \/\/ Check if element exists before scrolling\n            if(quizApp) {\n                const offset = quizApp.getBoundingClientRect().top + window.pageYOffset - 40;\n                window.scrollTo({ top: offset, behavior: 'smooth' });\n            }\n        }, 50);\n    }\n\n    document.getElementById('submit-btn').addEventListener('click', endQuiz);\n    document.getElementById('restart-btn').addEventListener('click', resetQuiz);\n    document.getElementById('share-btn').addEventListener('click', shareTest);\n\n    function startTimer() {\n        timerInterval = setInterval(() => {\n            timeLeft--;\n            let minutes = Math.floor(timeLeft \/ 60);\n            let seconds = timeLeft % 60;\n            if (seconds < 10) seconds = '0' + seconds;\n            \n            timerDisplay.innerText = `${minutes}:${seconds}`;\n\n            if (timeLeft <= 60) { timerDisplay.classList.add('warning'); }\n            if (timeLeft <= 0) {\n                clearInterval(timerInterval);\n                endQuiz(); \n            }\n        }, 1000);\n    }\n\n    function endQuiz() {\n        clearInterval(timerInterval);\n        screenActive.style.display = 'none';\n        introSection.style.display = 'none';\n        screenResult.classList.add('active');\n        \n        calculateAndRenderScore();\n        scrollToTop();\n    }\n\n    function calculateAndRenderScore() {\n        let score = 0;\n        let countCorrect = 0, countWrong = 0, countSkipped = 0;\n        \n        const breakdownContainer = document.getElementById('breakdown-container');\n        breakdownContainer.innerHTML = '';\n        const formData = new FormData(form);\n\n        quizData.forEach((item, index) => {\n            const userAnsString = formData.get(`q${index}`);\n            const userAnsIndex = userAnsString ? parseInt(userAnsString, 10) : undefined;\n            \n            const isSkipped = userAnsIndex === undefined;\n            const isCorrect = !isSkipped && userAnsIndex === item.correctAnswer;\n\n            if (isSkipped) countSkipped++;\n            else if (isCorrect) { score++; countCorrect++; }\n            else countWrong++;\n\n            const userAnsText = isSkipped ? \"Skipped\" : item.options[userAnsIndex];\n            const correctAnsText = item.options[item.correctAnswer];\n\n            let statusBadge = '';\n            let userHtml = '';\n            \n            if (isSkipped) {\n                statusBadge = `<span class=\"bd-points pt-zero\">0 Marks<\/span>`;\n                userHtml = `<span class=\"bd-skipped\">\u26aa ${userAnsText}<\/span>`;\n            } else if (isCorrect) {\n                statusBadge = `<span class=\"bd-points pt-plus\">+1 Mark<\/span>`;\n                userHtml = `<span class=\"bd-correct\">\u2705 ${userAnsText}<\/span>`;\n            } else {\n                statusBadge = `<span class=\"bd-points pt-minus\">0 Marks<\/span>`;\n                userHtml = `<span class=\"bd-wrong\">\u274c ${userAnsText}<\/span>`;\n            }\n\n            let breakdownHtml = `\n                <div class=\"breakdown-item\">\n                    <div class=\"bd-q\">Q${index + 1}: ${item.question.replace(\/\\n\/g, '<br>')}<\/div>\n                    <div class=\"bd-ans\"><span>Your Answer: ${userHtml}<\/span> ${statusBadge}<\/div>\n                    ${!isCorrect ? `<div class=\"bd-ans\" style=\"margin-top:4px;\"><span>Correct Answer: <span class=\"bd-correct\">\u2705 ${correctAnsText}<\/span><\/span><\/div>` : ''}\n                <\/div>\n            `;\n            breakdownContainer.innerHTML += breakdownHtml;\n        });\n\n        const timeSpent = (timeLimitMinutes * 60) - Math.max(0, timeLeft);\n        const minutes = Math.floor(timeSpent \/ 60);\n        let seconds = timeSpent % 60;\n        if (seconds < 10) seconds = '0' + seconds;\n\n        document.getElementById('final-score').innerText = score; \n        document.getElementById('stat-correct').innerText = countCorrect;\n        document.getElementById('stat-wrong').innerText = countWrong;\n        document.getElementById('stat-skipped').innerText = countSkipped;\n        document.getElementById('stat-time').innerText = `${minutes}:${seconds}`;\n        \n        window.latestScore = score;\n    }\n\n    function resetQuiz() {\n        form.reset(); \n        timeLeft = timeLimitMinutes * 60;\n        timerDisplay.classList.remove('warning');\n        timerDisplay.innerText = `${timeLimitMinutes}:00`;\n\n        screenResult.classList.remove('active');\n        introSection.style.display = 'block';\n        screenActive.style.display = 'block';\n        \n        startTimer();\n        scrollToTop();\n    }\n\n    function shareTest() {\n        const currentUrl = window.location.href.split('?')[0]; \n        const pageTitle = document.title ? document.title.split('-')[0].trim() : 'Agriculture Review'; \n        const scoreToShare = window.latestScore || 0;\n        const shareText = `I just scored ${scoreToShare}\/${quizData.length} on the \"${pageTitle}\" Mock Test! \ud83c\udfc6 Can you beat my score? Try it here: ${currentUrl}`;\n        \n        if (navigator.share) {\n            navigator.share({ title: `${pageTitle} - Mock Test`, text: shareText, url: currentUrl }).catch(console.error);\n        } else {\n            navigator.clipboard.writeText(shareText).then(() => {\n                alert(`Test link copied to clipboard! Paste it to share your score.\\n\\nPreview:\\n${shareText}`);\n            }).catch(err => { alert(\"Please manually copy the URL to share.\"); });\n        }\n    }\n<\/script>\n\n\n\n<p class=\"wp-block-paragraph\"><br><\/p>\n\n\n\n<style>\n    \/* Main Card Container *\/\n    .ar-community-card {\n        background: #ffffff;\n        border: 1px solid #e2e8f0;\n        border-radius: 12px;\n        padding: 30px 20px;\n        \n        \/* CHANGES MADE HERE: Restricted width and centered for desktop *\/\n        max-width: 1100px; \n        margin: 35px auto; \n        width: 100%; \n        box-sizing: border-box;\n        \n        box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.08), 0 8px 10px -6px rgba(0, 0, 0, 0.04);\n        text-align: center;\n        font-family: inherit;\n    }\n\n    \/* Call to Action Text *\/\n    .ar-community-title {\n        font-size: 1.4rem;\n        font-weight: 700;\n        color: #1e293b;\n        margin-bottom: 8px;\n        line-height: 1.3;\n    }\n    \n    .ar-community-subtitle {\n        font-size: 1rem;\n        color: #475569;\n        margin-bottom: 24px;\n    }\n\n    \/* Social Proof Metrics Badges *\/\n    .ar-stats-grid {\n        display: flex;\n        flex-wrap: wrap;\n        justify-content: center;\n        gap: 10px;\n        margin-bottom: 30px;\n    }\n\n    .ar-stat-badge {\n        background: #f8fafc;\n        color: #334155;\n        padding: 8px 16px;\n        border-radius: 30px;\n        font-size: 0.85rem;\n        font-weight: 600;\n        border: 1px solid #cbd5e1;\n        box-shadow: 0 2px 4px rgba(0,0,0,0.02);\n        display: flex;\n        align-items: center;\n        gap: 6px;\n    }\n\n    \/* Social Icons Flexbox *\/\n    .ar-social-connect {\n        display: flex;\n        flex-wrap: wrap;\n        justify-content: center;\n        align-items: center;\n        gap: 20px;\n    }\n    \n    .ar-social-icon {\n        display: inline-block;\n        text-decoration: none;\n    }\n    \n    \/* Image Styling with Drop Shadows *\/\n    .ar-social-icon img {\n        width: 52px; \n        height: 52px;\n        object-fit: contain;\n        \/* Using filter to apply shadow exactly to the shape of the webp logos *\/\n        filter: drop-shadow(0 4px 6px rgba(0,0,0,0.15)); \n        transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), filter 0.3s ease;\n    }\n    \n    \/* Enhanced Hover Effects *\/\n    .ar-social-icon:hover img {\n        transform: translateY(-6px) scale(1.1);\n        filter: drop-shadow(0 10px 15px rgba(0,0,0,0.25));\n    }\n\n    \/* Mobile Responsiveness *\/\n    @media (max-width: 600px) {\n        .ar-community-card {\n            padding: 24px 15px;\n            \/* CHANGES MADE HERE: Keeps it completely full width on mobile *\/\n            border-radius: 0;\n            border-left: none;\n            border-right: none;\n        }\n        .ar-community-title {\n            font-size: 1.25rem;\n        }\n        .ar-stats-grid {\n            gap: 8px;\n        }\n        .ar-stat-badge {\n            font-size: 0.8rem;\n            padding: 6px 12px;\n        }\n        .ar-social-icon img {\n            width: 44px;\n            height: 44px;\n        }\n        .ar-social-connect {\n            gap: 15px;\n        }\n    }\n<\/style>\n\n<div class=\"ar-community-card\">\n    <div class=\"ar-community-title\">Join Our Massive Agricultural Community!<\/div>\n    <div class=\"ar-community-subtitle\">Connect with thousands of others for updates, study guides, and daily discussions.<\/div>\n    \n    <!-- Social Proof Metrics -->\n    <div class=\"ar-stats-grid\">\n        <span class=\"ar-stat-badge\">\ud83d\udc65 271K+ Group Members<\/span>\n        <span class=\"ar-stat-badge\">\ud83d\udc4d 20K+ FB Followers<\/span>\n        <span class=\"ar-stat-badge\">\ud83d\udcf8 2K+ IG Followers<\/span>\n        <span class=\"ar-stat-badge\">\ud83d\udce2 1,600+ Channel Members<\/span>\n    <\/div>\n\n    <!-- Interactive Social Links -->\n    <div class=\"ar-social-connect\">\n        <a href=\"https:\/\/www.facebook.com\/reviewagriculture\/\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"ar-social-icon\" title=\"Follow on Facebook\">\n            <img decoding=\"async\" src=\"https:\/\/agriculturereview.com\/wp-content\/uploads\/2026\/07\/facebook-logo.webp\" alt=\"Facebook\">\n        <\/a>\n        <a href=\"https:\/\/www.instagram.com\/agriculturereview\/\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"ar-social-icon\" title=\"Follow on Instagram\">\n            <img decoding=\"async\" src=\"https:\/\/agriculturereview.com\/wp-content\/uploads\/2026\/07\/instagram-logo.webp\" alt=\"Instagram\">\n        <\/a>\n        <a href=\"https:\/\/wa.me\/919473109643\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"ar-social-icon\" title=\"Message on WhatsApp\">\n            <img decoding=\"async\" src=\"https:\/\/agriculturereview.com\/wp-content\/uploads\/2026\/07\/whatsapp-logo.webp\" alt=\"WhatsApp\">\n        <\/a>\n        <a href=\"https:\/\/t.me\/agriculturereview\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"ar-social-icon\" title=\"Join Telegram Channel\">\n            <img decoding=\"async\" src=\"https:\/\/agriculturereview.com\/wp-content\/uploads\/2026\/07\/telegram-logo.webp\" alt=\"Telegram\">\n        <\/a>\n        <a href=\"https:\/\/youtube.com\/@agriculturereview?si=rIJRDvgBcviuAOAm\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"ar-social-icon\" title=\"Subscribe on YouTube\">\n            <img decoding=\"async\" src=\"https:\/\/agriculturereview.com\/wp-content\/uploads\/2026\/07\/youtube-logo.webp\" alt=\"YouTube\">\n        <\/a>\n        <a href=\"https:\/\/messenger.com\/channel\/reviewagriculture\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"ar-social-icon\" title=\"Connect on Messenger\">\n            <img decoding=\"async\" src=\"https:\/\/agriculturereview.com\/wp-content\/uploads\/2026\/07\/messenger-logo.webp\" alt=\"Messenger\">\n        <\/a>\n    <\/div>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>Time Left Until Agriculture Licensure Exam: 00 Days : 00 Hours : 00 Minutes : 00 Seconds The Exam Has Begun! Good luck! \ud83c\udfaf Agriculture Review Crop Protection Reviewer Test your readiness for the PRC Board Exam. Answer the questions below and submit when you are finished. \u23f1\ufe0f 50:00 Time Remaining \ud83d\udcdd 0 Questions Multiple &#8230; <a title=\"Crop Protection Reviewer (100 MCQs) for PRC Agriculturist Licensure Exam, Now With Updated PDF\" class=\"read-more\" href=\"https:\/\/agriculturereview.com\/hi\/100-crop-protection-mcqs-agriculturist-exam\/\" aria-label=\"Read more about Crop Protection Reviewer (100 MCQs) for PRC Agriculturist Licensure Exam, Now With Updated PDF\">Read more<\/a><\/p>","protected":false},"author":1,"featured_media":21096,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_surecart_dashboard_logo_width":"180px","_surecart_dashboard_show_logo":true,"_surecart_dashboard_navigation_orders":true,"_surecart_dashboard_navigation_invoices":true,"_surecart_dashboard_navigation_subscriptions":true,"_surecart_dashboard_navigation_downloads":true,"_surecart_dashboard_navigation_billing":true,"_surecart_dashboard_navigation_account":true,"footnotes":"","_members_access_role":[],"_members_access_error":""},"categories":[6,733],"tags":[905,7183,904,7329,7330,7327],"class_list":["post-21092","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-agriculture","category-quiz","tag-agriculture-reviewer","tag-crop-protection","tag-licensure-examination-for-agriculturist","tag-mcq","tag-questions","tag-reviewer"],"_links":{"self":[{"href":"https:\/\/agriculturereview.com\/hi\/wp-json\/wp\/v2\/posts\/21092","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/agriculturereview.com\/hi\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/agriculturereview.com\/hi\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/agriculturereview.com\/hi\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/agriculturereview.com\/hi\/wp-json\/wp\/v2\/comments?post=21092"}],"version-history":[{"count":7,"href":"https:\/\/agriculturereview.com\/hi\/wp-json\/wp\/v2\/posts\/21092\/revisions"}],"predecessor-version":[{"id":23106,"href":"https:\/\/agriculturereview.com\/hi\/wp-json\/wp\/v2\/posts\/21092\/revisions\/23106"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/agriculturereview.com\/hi\/wp-json\/wp\/v2\/media\/21096"}],"wp:attachment":[{"href":"https:\/\/agriculturereview.com\/hi\/wp-json\/wp\/v2\/media?parent=21092"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/agriculturereview.com\/hi\/wp-json\/wp\/v2\/categories?post=21092"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/agriculturereview.com\/hi\/wp-json\/wp\/v2\/tags?post=21092"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}