{"id":2494,"date":"2023-11-24T12:44:27","date_gmt":"2023-11-24T11:44:27","guid":{"rendered":"https:\/\/www.novakidschool.com\/he\/blog\/?p=2494"},"modified":"2026-02-07T07:28:37","modified_gmt":"2026-02-07T06:28:37","slug":"phrasal-verbs","status":"publish","type":"post","link":"https:\/\/www.novakidschool.com\/he\/blog\/phrasal-verbs\/","title":{"rendered":"\u05de\u05d4\u05dd Phrasal Verbs? \u05d4\u05e1\u05d1\u05e8 \u05d5\u05de\u05d1\u05d7\u05df \u05dc\u05ea\u05e8\u05d2\u05d5\u05dc \u05e2\u05dd \u05ea\u05e9\u05d5\u05d1\u05d5\u05ea"},"content":{"rendered":"  <section class=\"section blogHeader\" id=\"blogHeader-block_58d97406d9be3e3a33d652e471966549\">\n      <div class=\"blogHeader__wrapper\">\n                              <div class=\"blogHeader__image\">\n              <a href=\"https:\/\/www.novakidschool.com\/he\/blog\/wp-content\/uploads\/2023\/11\/Phrasal-Verbs.png\" class=\"glightbox\">\n                <img decoding=\"async\" src=\"https:\/\/www.novakidschool.com\/he\/blog\/wp-content\/uploads\/2023\/11\/Phrasal-Verbs.png\" alt=\"\u05de\u05d4\u05dd Phrasal Verbs? \u05d4\u05e1\u05d1\u05e8 \u05d5\u05de\u05d1\u05d7\u05df \u05dc\u05ea\u05e8\u05d2\u05d5\u05dc \u05e2\u05dd \u05ea\u05e9\u05d5\u05d1\u05d5\u05ea\" class=\"blogHeader__imageItem\" srcset=\"https:\/\/www.novakidschool.com\/he\/blog\/wp-content\/uploads\/2023\/11\/Phrasal-Verbs-300x156.png 300w, https:\/\/www.novakidschool.com\/he\/blog\/wp-content\/uploads\/2023\/11\/Phrasal-Verbs-768x400.png 768w, https:\/\/www.novakidschool.com\/he\/blog\/wp-content\/uploads\/2023\/11\/Phrasal-Verbs.png 960w\" style=\"width:100%; aspect-ratio:960\/500;\"> \n              <\/a>\n          <\/div>\n          \n      <\/div>\n  <\/section>\n\n      <section class=\"blogContentTable\" data-toc-section>\n        <input type=\"checkbox\" id=\"blogTocToggle\" class=\"blogContentTable__toggle\" \/>\n        <label for=\"blogTocToggle\" class=\"blogContentTable__header\">\n            <span class=\"blogContentTable__heading\">\n                \u05ea\u05d5\u05db\u05df \u05d4\u05e2\u05e0\u05d9\u05d9\u05e0\u05d9\u05dd            <\/span>\n            <span class=\"blogContentTable__arrow\"><\/span>\n        <\/label>\n        <div class=\"blogContentTable__wrapper\">\n            <div class=\"blogContentTable__heading blogContentTable__heading--sidebar\">\n                \u05ea\u05d5\u05db\u05df \u05d4\u05e2\u05e0\u05d9\u05d9\u05e0\u05d9\u05dd            <\/div>\n            <ol class=\"blogContentTable__list\">\n                                    <li>\n                        <span class=\"toc-item\">\u05d4\u05e9\u05d9\u05de\u05d5\u05e9\u05d9\u05dd \u05d4\u05d1\u05e1\u05d9\u05e1\u05d9\u05d9\u05dd \u05e9\u05dc Phrasal Verbs<\/span>\n                    <\/li>\n                                    <li>\n                        <span class=\"toc-item\">\u05db\u05dc\u05dc\u05d9 \u05d4\u05d3\u05e7\u05d3\u05d5\u05e7 \u05e9\u05dc Phrasal Verbs<\/span>\n                    <\/li>\n                                    <li>\n                        <span class=\"toc-item\">\u05d8\u05d1\u05dc\u05d0\u05d5\u05ea \u05e1\u05d9\u05db\u05d5\u05dd \u05d5\u05d3\u05d5\u05d2\u05de\u05d0\u05d5\u05ea<\/span>\n                    <\/li>\n                                    <li>\n                        <span class=\"toc-item\">\u05d8\u05e2\u05d5\u05d9\u05d5\u05ea \u05e0\u05e4\u05d5\u05e6\u05d5\u05ea \u05e9\u05d9\u05e9 \u05dc\u05d4\u05d9\u05de\u05e0\u05e2 \u05de\u05d4\u05df<\/span>\n                    <\/li>\n                                    <li>\n                        <span class=\"toc-item\">\u05e9\u05d0\u05dc\u05d5\u05ea \u05d5\u05ea\u05e9\u05d5\u05d1\u05d5\u05ea \u05dc\u05ea\u05e8\u05d2\u05d5\u05dc<\/span>\n                    <\/li>\n                                    <li>\n                        <span class=\"toc-item\">\u05dc\u05e1\u05d9\u05db\u05d5\u05dd<\/span>\n                    <\/li>\n                                    <li>\n                        <span class=\"toc-item\">Phrasal Verbs Test<\/span>\n                    <\/li>\n                            <\/ol>\n        <\/div>\n    <\/section>\n\n    <script>\n        \/\/ Use DOMContentLoaded for faster TOC initialization\n        document.addEventListener('DOMContentLoaded', () => {\n            const tocSection = document.querySelector('[data-toc-section]');\n            if (!tocSection) return;\n\n            const headings = document.querySelectorAll('.blogHeadingText');\n            const tableContainer = tocSection.querySelector('.blogContentTable__list');\n            if (!tableContainer) return;\n\n            \/\/ Clear the container\n            tableContainer.innerHTML = '';\n\n            \/\/ Count valid headings with h2\n            let validHeadingsCount = 0;\n\n            \/\/ For each heading, create an item in the table of contents\n            headings.forEach((heading, index) => {\n                const h2 = heading.querySelector('h2');\n                if (!h2) return;\n\n                validHeadingsCount++;\n                const title = h2.textContent.trim();\n                const itemHtml = `<li><a href=\"#${heading.id}\">${title}<\/a><\/li>`;\n                tableContainer.innerHTML += itemHtml;\n            });\n\n            \/\/ Hide TOC if no valid headings found\n            if (validHeadingsCount === 0) {\n                tocSection.style.display = 'none';\n            }\n            \n            \/\/ Dispatch custom event to notify that TOC is ready\n            document.dispatchEvent(new CustomEvent('tocReady'));\n        });\n    <\/script>\n  \n\n\n  <section class=\"section blogText\" id=\"blogText-block_9e9cb974fe79bed40233b6d3c4b49de5\">\n    <div class=\"blogText__wrapper\">\n        <div class=\"blogText__content\">\n            <p><span style=\"font-weight: 400;\">\u05d4\u05e9\u05e4\u05d4 \u05d4\u05d0\u05e0\u05d2\u05dc\u05d9\u05ea \u05d4\u05d9\u05d0 \u05e9\u05e4\u05d4 \u05de\u05d5\u05e8\u05db\u05d1\u05ea, \u05d4\u05de\u05ea\u05d4\u05d3\u05e8\u05ea \u05d1\u05de\u05d2\u05d5\u05d5\u05df \u05e8\u05d7\u05d1 \u05e9\u05dc \u05e4\u05e2\u05dc\u05d9\u05dd, \u05e4\u05e2\u05dc\u05d9 \u05e2\u05d6\u05e8 \u05d5\u05e4\u05e2\u05dc\u05d9 \u05d1\u05d9\u05d8\u05d5\u05d9 \u05d4\u05de\u05e9\u05de\u05e9\u05d9\u05dd \u05db\u05d0\u05d1\u05e0\u05d9 \u05d4\u05d1\u05e0\u05d9\u05d9\u05df \u05e9\u05dc \u05d4\u05de\u05e9\u05e4\u05d8\u05d9\u05dd. \u05d1\u05d9\u05df \u05d4\u05e4\u05e2\u05dc\u05d9\u05dd \u05d4\u05dc\u05dc\u05d5, <\/span><b>Phrasal Verbs <\/b><span style=\"font-weight: 400;\">\u05d9\u05d9\u05d7\u05d5\u05d3\u05d9\u05d9\u05dd \u05d1\u05d9\u05db\u05d5\u05dc\u05ea \u05e9\u05dc\u05d4\u05dd \u05dc\u05d4\u05d5\u05e1\u05d9\u05e3 \u05e2\u05d5\u05de\u05e7 \u05d5\u05e0\u05d9\u05d5\u05d0\u05e0\u05e1\u05d9\u05dd \u05dc\u05ea\u05e7\u05e9\u05d5\u05e8\u05ea. \u05d4\u05dd \u05de\u05d5\u05e8\u05db\u05d1\u05d9\u05dd \u05de\u05e4\u05d5\u05e2\u05dc \u05d1\u05e9\u05d9\u05dc\u05d5\u05d1 \u05e2\u05dd \u05de\u05d9\u05dc\u05ea \u05e2\u05d6\u05e8 \u05d0\u05d5 \u05d4\u05d1\u05e8\u05d4 \u05d0\u05d7\u05ea \u05d0\u05d5 \u05d9\u05d5\u05ea\u05e8, \u05db\u05d2\u05d5\u05df \u05de\u05d9\u05dc\u05d5\u05ea \u05d9\u05d7\u05e1 \u05d0\u05d5 \u05de\u05d9\u05dc\u05d5\u05ea \u05e2\u05e8\u05da, \u05db\u05d3\u05d9 \u05dc\u05d9\u05e6\u05d5\u05e8 \u05de\u05e9\u05de\u05e2\u05d5\u05d9\u05d5\u05ea \u05d1\u05e8\u05d5\u05e8\u05d5\u05ea.\u00a0<\/span><\/p>\n<p><span style=\"font-weight: 400;\">\u05d1\u05de\u05d0\u05de\u05e8 \u05d6\u05d4 \u05e0\u05d7\u05e7\u05d5\u05e8 \u05d5\u05e0\u05ea\u05e2\u05de\u05e7 \u05d1\u05e2\u05d5\u05dc\u05dd \u05e4\u05e2\u05dc\u05d9 \u05d4\u05d1\u05d9\u05d8\u05d5\u05d9, \u05e0\u05e1\u05e4\u05e7 <\/span><b>\u05d4\u05e1\u05d1\u05e8<\/b> <b>Phrasal Verbs<\/b><span style=\"font-weight: 400;\"> \u05d5\u05e0\u05d7\u05e7\u05d5\u05e8 \u05d0\u05ea \u05d4\u05e9\u05d9\u05de\u05d5\u05e9\u05d9\u05dd \u05d4\u05e9\u05d5\u05e0\u05d9\u05dd \u05d5\u05d4\u05d4\u05d9\u05d1\u05d8\u05d9\u05dd \u05d4\u05d3\u05e7\u05d3\u05d5\u05e7\u05d9\u05d9\u05dd \u05e9\u05dc\u05d4\u05dd, \u05ea\u05d5\u05da \u05de\u05ea\u05df \u05d3\u05d5\u05d2\u05de\u05d0\u05d5\u05ea \u05e8\u05d1\u05d5\u05ea \u05db\u05d3\u05d9 \u05dc\u05d4\u05e7\u05dc \u05e2\u05dc \u05d4\u05d4\u05d1\u05e0\u05d4 \u05e9\u05dc \u05d4\u05e8\u05d1\u05d2\u05d5\u05e0\u05d9\u05d5\u05ea \u05d5\u05d4\u05e2\u05d5\u05e9\u05e8 \u05e9\u05dc\u05d4\u05dd.<\/span><\/p>\n        <\/div>\n    <\/div>\n  <\/section>\n\n\n  <section class=\"section blogHeadingText\" id=\"blogHeadingText-block_503f10b5a038f451fc5bac931162b9eb\">\n    <div class=\"blogHeadingText__wrapper\" >\n        <div class=\"blogHeadingText__heading\">\n            <h2 class=\"blogHeadingText__headingItem\" data-blog-heading data-section-id=\"blogHeadingText-block_503f10b5a038f451fc5bac931162b9eb\">\n                \u05d4\u05e9\u05d9\u05de\u05d5\u05e9\u05d9\u05dd \u05d4\u05d1\u05e1\u05d9\u05e1\u05d9\u05d9\u05dd \u05e9\u05dc Phrasal Verbs            <\/h2>\n        <\/div>\n        <div class=\"blogHeadingText__content\">\n            <p><span style=\"font-weight: 400;\">\u05e4\u05e2\u05dc\u05d9 \u05d1\u05d9\u05d8\u05d5\u05d9 &#8211; <\/span><b>Phrasal Verbs<\/b><span style=\"font-weight: 400;\"> \u05de\u05de\u05dc\u05d0\u05d9\u05dd \u05de\u05d2\u05d5\u05d5\u05df \u05d2\u05d3\u05d5\u05dc \u05e9\u05dc \u05e4\u05d5\u05e0\u05e7\u05e6\u05d9\u05d5\u05ea \u05e9\u05d5\u05e0\u05d5\u05ea \u05d1\u05d0\u05e0\u05d2\u05dc\u05d9\u05ea, \u05de\u05d4 \u05e9\u05d4\u05d5\u05e4\u05da \u05d0\u05d5\u05ea\u05dd \u05dc\u05d4\u05d9\u05d1\u05d8 \u05d7\u05d9\u05d5\u05e0\u05d9 \u05d1\u05e9\u05d9\u05d7\u05d4 \u05d9\u05d5\u05de\u05d9\u05d5\u05de\u05d9\u05ea.\u00a0<\/span><\/p>\n<p><span style=\"font-weight: 400;\">\u05dc\u05d4\u05dc\u05df \u05db\u05de\u05d4 \u05e9\u05d9\u05de\u05d5\u05e9\u05d9\u05dd \u05e2\u05d9\u05e7\u05e8\u05d9\u05d9\u05dd \u05d1\u05e4\u05e2\u05dc\u05d9 \u05d1\u05d9\u05d8\u05d5\u05d9:<\/span><\/p>\n<p><b>1. \u05d4\u05d5\u05e1\u05e4\u05ea \u05d3\u05d9\u05d5\u05e7 \u05dc\u05e4\u05e2\u05d5\u05dc\u05d5\u05ea<\/b><b>:<\/b><span style=\"font-weight: 400;\"> \u05e4\u05e2\u05dc\u05d9\u05dd \u05de\u05e9\u05e4\u05d8\u05d9\u05d9\u05dd \u05de\u05e1\u05e4\u05e7\u05d9\u05dd \u05dc\u05e2\u05ea\u05d9\u05dd \u05e7\u05e8\u05d5\u05d1\u05d5\u05ea \u05ea\u05d9\u05d0\u05d5\u05e8 \u05de\u05d3\u05d5\u05d9\u05e7 \u05d9\u05d5\u05ea\u05e8 \u05e9\u05dc \u05e4\u05e2\u05d5\u05dc\u05d4 \u05de\u05de\u05d4 \u05e9\u05e4\u05d5\u05e2\u05dc \u05d1\u05d5\u05d3\u05d3 \u05d9\u05db\u05d5\u05dc.<\/span><\/p>\n<ul>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">&quot;.Example: &quot;She looked up the information in the database<\/span><\/li>\n<\/ul>\n<p><b>2. \u05d1\u05d9\u05d8\u05d5\u05d9 \u05e4\u05e2\u05d5\u05dc\u05d5\u05ea \u05d9\u05d5\u05de\u05d9\u05d5\u05de\u05d9\u05d5\u05ea:<\/b><span style=\"font-weight: 400;\"> \u05e4\u05e2\u05d5\u05dc\u05d5\u05ea \u05d9\u05d5\u05de\u05d9\u05d5\u05de\u05d9\u05d5\u05ea \u05e8\u05d1\u05d5\u05ea \u05de\u05ea\u05d5\u05d0\u05e8\u05d5\u05ea \u05d1\u05d0\u05de\u05e6\u05e2\u05d5\u05ea \u05e4\u05e2\u05dc\u05d9\u05dd \u05d1\u05d9\u05d8\u05d5\u05d9\u05d9\u05d9\u05dd<\/span><\/p>\n<ul>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">&quot;.Example: &quot;They ran out of milk, so they went to the store<\/span><\/li>\n<\/ul>\n<p><b>3. \u05d4\u05e2\u05d1\u05e8\u05ea \u05e9\u05e4\u05d4 \u05dc\u05d0 \u05e4\u05d5\u05e8\u05de\u05dc\u05d9\u05ea:<\/b><span style=\"font-weight: 400;\"> \u05e4\u05e2\u05dc\u05d9\u05dd \u05d1\u05d9\u05d8\u05d5\u05d9\u05d9\u05d9\u05dd \u05de\u05e9\u05de\u05e9\u05d9\u05dd \u05d1\u05d3\u05e8\u05da \u05db\u05dc\u05dc \u05d1\u05d3\u05d9\u05d1\u05d5\u05e8 \u05d5\u05db\u05ea\u05d9\u05d1\u05d4 \u05dc\u05d0 \u05e4\u05d5\u05e8\u05de\u05dc\u05d9\u05d9\u05dd, \u05de\u05d4 \u05e9\u05d4\u05d5\u05e4\u05da \u05d0\u05d5\u05ea\u05dd \u05dc\u05d7\u05d9\u05d5\u05e0\u05d9\u05d9\u05dd \u05dc\u05e9\u05d9\u05d7\u05d5\u05ea \u05de\u05d6\u05d3\u05de\u05e0\u05d5\u05ea.<\/span><\/p>\n<ul>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">&quot;.Example: &quot;I'll catch up with you later<\/span><\/li>\n<\/ul>\n        <\/div>\n    <\/div>\n  <\/section>\n\n\n  <section class=\"section blogHeadingText\" id=\"blogHeadingText-block_e04e821c453bf20b3a493bc2c01bfad0\">\n    <div class=\"blogHeadingText__wrapper\" >\n        <div class=\"blogHeadingText__heading\">\n            <h2 class=\"blogHeadingText__headingItem\" data-blog-heading data-section-id=\"blogHeadingText-block_e04e821c453bf20b3a493bc2c01bfad0\">\n                \u05db\u05dc\u05dc\u05d9 \u05d4\u05d3\u05e7\u05d3\u05d5\u05e7 \u05e9\u05dc Phrasal Verbs            <\/h2>\n        <\/div>\n        <div class=\"blogHeadingText__content\">\n            <p><span style=\"font-weight: 400;\">\u05db\u05d3\u05d9 \u05dc\u05d4\u05e9\u05ea\u05de\u05e9 \u05d1\u05d9\u05e2\u05d9\u05dc\u05d5\u05ea \u05d1\u05e4\u05e2\u05dc\u05d9 \u05d1\u05d9\u05d8\u05d5\u05d9, \u05d7\u05d9\u05d5\u05e0\u05d9 \u05dc\u05d4\u05d1\u05d9\u05df \u05d0\u05ea \u05db\u05dc\u05dc\u05d9 \u05d4\u05d3\u05e7\u05d3\u05d5\u05e7 \u05d4\u05d1\u05e1\u05d9\u05e1\u05d9\u05d9\u05dd \u05e9\u05dc\u05d4\u05dd:<\/span><\/p>\n<p><b>1. \u05e4\u05e2\u05dc\u05d9 \u05d1\u05d9\u05d8\u05d5\u05d9 \u05d1\u05dc\u05ea\u05d9-\u05d8\u05e8\u05e0\u05e1\u05d8\u05d9\u05d1\u05d9\u05d9\u05dd &#8211; Intransitive Phrasal Verbs :<\/b><\/p>\n<ul>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Structure: Verb + adverb<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">&quot;.Example: &quot;He woke up early<\/span><\/li>\n<\/ul>\n<p><b>2. \u05e4\u05e2\u05dc\u05d9\u05dd \u05d8\u05e8\u05e0\u05d6\u05d9\u05d8\u05d9\u05d1\u05d9\u05d9\u05dd \u05e0\u05d9\u05ea\u05e0\u05d9\u05dd \u05dc\u05d4\u05e4\u05e8\u05d3\u05d4 &#8211; Transitive Separable Phrasal Verbs :<\/b><\/p>\n<ul>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Structure: Verb + object + adverb<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">&quot;.Example: &quot;She turned off the lights<\/span><\/li>\n<\/ul>\n<p><b>3. \u05e4\u05e2\u05dc\u05d9\u05dd \u05d8\u05e8\u05e0\u05d6\u05d9\u05d8\u05d9\u05d1\u05d9\u05d9\u05dd \u05d1\u05dc\u05ea\u05d9 \u05e0\u05d9\u05ea\u05e0\u05d9\u05dd \u05dc\u05d4\u05e4\u05e8\u05d3\u05d4 &#8211; Transitive Inseparable Phrasal Verbs :<\/b><\/p>\n<ul>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Structure: Verb + object + preposition<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">&quot;.Example: &quot;They take care of the garden<\/span><\/li>\n<\/ul>\n<p><b>4. \u05de\u05d9\u05e7\u05d5\u05dd \u05d4\u05d0\u05d5\u05d1\u05d9\u05d9\u05e7\u05d8:\u00a0<\/b><\/p>\n<p><span style=\"font-weight: 400;\">\u05d1\u05e4\u05e2\u05dc\u05d9 \u05d1\u05d9\u05d8\u05d5\u05d9 \u05d8\u05e8\u05e0\u05d6\u05d9\u05d8\u05d9\u05d1\u05d9\u05d9\u05dd (\u05d4\u05df \u05e0\u05d9\u05ea\u05e0\u05d9\u05dd \u05dc\u05d4\u05e4\u05e8\u05d3\u05d4 \u05d5\u05d4\u05df \u05d1\u05dc\u05ea\u05d9 \u05e0\u05d9\u05ea\u05e0\u05d9\u05dd \u05dc\u05d4\u05e4\u05e8\u05d3\u05d4), \u05d4\u05d0\u05d5\u05d1\u05d9\u05d9\u05e7\u05d8 \u05d9\u05db\u05d5\u05dc \u05dc\u05d4\u05d9\u05d5\u05ea \u05de\u05de\u05d5\u05e7\u05dd \u05d1\u05d9\u05df \u05d4\u05e4\u05d5\u05e2\u05dc \u05dc\u05d4\u05d1\u05e8\u05d4 \u05d0\u05d5 \u05e9\u05d9\u05db\u05d5\u05dc \u05dc\u05d1\u05d5\u05d0 \u05d0\u05d7\u05e8\u05d9 \u05d4\u05d4\u05d1\u05e8\u05d4.<\/span><\/p>\n<ul>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Example 1: &quot;She turned off the lights&quot; (Object between the verb and particle)<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Example 2: &quot;She turned the lights off&quot; (Object after the particle)<\/span><\/li>\n<\/ul>\n        <\/div>\n    <\/div>\n  <\/section>\n\n\n  <section class=\"section blogHeadingText\" id=\"blogHeadingText-block_04c13fafe9d85cf9e660a98f2e06be74\">\n    <div class=\"blogHeadingText__wrapper\" >\n        <div class=\"blogHeadingText__heading\">\n            <h2 class=\"blogHeadingText__headingItem\" data-blog-heading data-section-id=\"blogHeadingText-block_04c13fafe9d85cf9e660a98f2e06be74\">\n                \u05d8\u05d1\u05dc\u05d0\u05d5\u05ea \u05e1\u05d9\u05db\u05d5\u05dd \u05d5\u05d3\u05d5\u05d2\u05de\u05d0\u05d5\u05ea            <\/h2>\n        <\/div>\n        <div class=\"blogHeadingText__content\">\n            <p><span style=\"font-weight: 400;\">\u05db\u05d3\u05d9 \u05dc\u05e1\u05d9\u05d9\u05e2 \u05d1\u05d4\u05d1\u05e0\u05ea \u05d4\u05e9\u05d9\u05de\u05d5\u05e9\u05d9\u05dd, \u05dc\u05d4\u05dc\u05df \u05d0\u05e8\u05d1\u05e2 \u05d8\u05d1\u05dc\u05d0\u05d5\u05ea \u05e1\u05d9\u05db\u05d5\u05dd \u05d4\u05de\u05e6\u05d9\u05d2\u05d5\u05ea \u05d5\u05de\u05d3\u05d2\u05d9\u05de\u05d5\u05ea \u05d0\u05ea \u05e6\u05d5\u05e8\u05d5\u05ea \u05d4\u05e9\u05d9\u05de\u05d5\u05e9 \u05d4\u05e9\u05d5\u05e0\u05d5\u05ea \u05e9\u05dc \u05e4\u05e2\u05dc\u05d9 \u05d4\u05d1\u05d9\u05d8\u05d5\u05d9:<\/span><\/p>\n<p><b>Table 1: Overview of Phrasal Verbs<\/b><\/p>\n<table style=\"height: 243px;\" width=\"786\">\n<thead>\n<tr>\n<th>\n<p style=\"text-align: right;\"><b>Type of Phrasal Verb<\/b><\/p>\n<\/th>\n<th style=\"text-align: right;\"><b>Structure<\/b><\/th>\n<th>\n<p style=\"text-align: right;\"><b>Example<\/b><\/p>\n<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td><span style=\"font-weight: 400;\">Intransitive<\/span><\/td>\n<td><span style=\"font-weight: 400;\">Verb + adverb<\/span><\/td>\n<td><span style=\"font-weight: 400;\">.He woke up early<\/span><\/td>\n<\/tr>\n<tr>\n<td><span style=\"font-weight: 400;\">Transitive Separable<\/span><\/td>\n<td><span style=\"font-weight: 400;\">Verb + object + adverb<\/span><\/td>\n<td><span style=\"font-weight: 400;\">.She turned off the lights<\/span><\/td>\n<\/tr>\n<tr>\n<td><span style=\"font-weight: 400;\">Transitive Inseparable<\/span><\/td>\n<td><span style=\"font-weight: 400;\">Verb + object + preposition<\/span><\/td>\n<td><span style=\"font-weight: 400;\">.They take care of the garden<\/span><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p>&nbsp;<\/p>\n<p><b>Table 2: Common Types of Particles<\/b><\/p>\n<table style=\"height: 177px;\" width=\"786\">\n<thead>\n<tr>\n<th>\n<p style=\"text-align: right;\"><b>Particle Type<\/b><\/p>\n<\/th>\n<th>\n<p style=\"text-align: right;\"><b>Examples<\/b><\/p>\n<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td><span style=\"font-weight: 400;\">Adverbs<\/span><\/td>\n<td><span style=\"font-weight: 400;\">up, down, out, in, away, off, on, over<\/span><\/td>\n<\/tr>\n<tr>\n<td><span style=\"font-weight: 400;\">Prepositions<\/span><\/td>\n<td><span style=\"font-weight: 400;\">at, in, on, for, with, to, by, about<\/span><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p>&nbsp;<\/p>\n<p><b>Table 3: Examples of Phrasal Verbs<\/b><\/p>\n<table style=\"height: 239px;\" width=\"784\">\n<thead>\n<tr>\n<th>\n<p style=\"text-align: right;\"><b>Context<\/b><\/p>\n<\/th>\n<th>\n<p style=\"text-align: right;\"><b>Example<\/b><\/p>\n<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td><span style=\"font-weight: 400;\">Precision in Actions<\/span><\/td>\n<td><span style=\"font-weight: 400;\">&quot;She filled out the form carefully&quot;<\/span><\/td>\n<\/tr>\n<tr>\n<td><span style=\"font-weight: 400;\">Everyday Actions<\/span><\/td>\n<td><span style=\"font-weight: 400;\">&quot;We ran into some old friends at the mall&quot;<\/span><\/td>\n<\/tr>\n<tr>\n<td><span style=\"font-weight: 400;\">Informal Language<\/span><\/td>\n<td><span style=\"font-weight: 400;\">&quot;I need to pick up some groceries on the way home&quot;<\/span><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p>&nbsp;<\/p>\n<p><b>Table 4: Common Adverbs and Prepositions Used in Phrasal Verbs<\/b><\/p>\n<table style=\"height: 186px;\" width=\"784\">\n<thead>\n<tr>\n<th>\n<p style=\"text-align: right;\"><b>Particle Type<\/b><\/p>\n<\/th>\n<th>\n<p style=\"text-align: right;\"><b>Examples<\/b><\/p>\n<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td><span style=\"font-weight: 400;\">Adverbs<\/span><\/td>\n<td><span style=\"font-weight: 400;\">up, down, out, in, away, off, on, over<\/span><\/td>\n<\/tr>\n<tr>\n<td><span style=\"font-weight: 400;\">Prepositions<\/span><\/td>\n<td><span style=\"font-weight: 400;\">at, in, on, for, with, to, by, about<\/span><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n        <\/div>\n    <\/div>\n  <\/section>\n\n\n  <section class=\"section blogHeadingText\" id=\"blogHeadingText-block_8932b0dfb0afb66e80279b4f220ea1d1\">\n    <div class=\"blogHeadingText__wrapper\" >\n        <div class=\"blogHeadingText__heading\">\n            <h2 class=\"blogHeadingText__headingItem\" data-blog-heading data-section-id=\"blogHeadingText-block_8932b0dfb0afb66e80279b4f220ea1d1\">\n                \u05d8\u05e2\u05d5\u05d9\u05d5\u05ea \u05e0\u05e4\u05d5\u05e6\u05d5\u05ea \u05e9\u05d9\u05e9 \u05dc\u05d4\u05d9\u05de\u05e0\u05e2 \u05de\u05d4\u05df            <\/h2>\n        <\/div>\n        <div class=\"blogHeadingText__content\">\n            <p><span style=\"font-weight: 400;\">\u05d1\u05e2\u05ea \u05e9\u05d9\u05de\u05d5\u05e9 \u05d1\u05e4\u05e2\u05dc\u05d9 \u05d1\u05d9\u05d8\u05d5\u05d9, \u05de\u05d5\u05de\u05dc\u05e5 \u05dc\u05d4\u05d9\u05d6\u05d4\u05e8 \u05de\u05d4\u05d8\u05e2\u05d5\u05d9\u05d5\u05ea \u05d4\u05e0\u05e4\u05d5\u05e6\u05d5\u05ea \u05db\u05d3\u05d9 \u05dc\u05d4\u05d1\u05d8\u05d9\u05d7 \u05ea\u05e7\u05e9\u05d5\u05e8\u05ea \u05d1\u05e8\u05d5\u05e8\u05d4 \u05d5\u05d9\u05e2\u05d9\u05dc\u05d4:<\/span><\/p>\n<p><b>1. \u05d1\u05d7\u05d9\u05e8\u05ea \u05d4\u05ea\u05d5\u05e1\u05e4\u05ea \u05d4\u05dc\u05d0 \u05e0\u05db\u05d5\u05e0\u05d4:<\/b><span style=\"font-weight: 400;\"> \u05d1\u05d7\u05d9\u05e8\u05ea \u05d4\u05d4\u05d1\u05e8\u05d4 \u05d4\u05e0\u05d5\u05e1\u05e4\u05ea \u05d4\u05e0\u05db\u05d5\u05e0\u05d4 (\u05ea\u05d5\u05d0\u05e8 \u05d0\u05d5 \u05de\u05d9\u05dc\u05ea \u05d9\u05d7\u05e1) \u05d7\u05d9\u05d5\u05e0\u05d9\u05ea \u05dc\u05d4\u05e2\u05d1\u05e8\u05ea \u05d4\u05de\u05e9\u05de\u05e2\u05d5\u05ea \u05d4\u05de\u05d9\u05d5\u05e2\u05d3\u05ea.<\/span><\/p>\n<ul>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">&quot;.Incorrect: &quot;He looked for the book on the shelf<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">&quot;.Correct: &quot;He looked on the shelf for the book<\/span><\/li>\n<\/ul>\n<p><b>2. \u05de\u05d9\u05e7\u05d5\u05dd \u05dc\u05d0 \u05e0\u05db\u05d5\u05df \u05e9\u05dc \u05d4\u05d0\u05d5\u05d1\u05d9\u05d9\u05e7\u05d8:<\/b><span style=\"font-weight: 400;\"> \u05d1\u05e4\u05e2\u05dc\u05d9 \u05d1\u05d9\u05d8\u05d5\u05d9 \u05e9\u05e0\u05d9\u05ea\u05e0\u05d9\u05dd \u05dc\u05d4\u05e4\u05e8\u05d3\u05d4, \u05d4\u05e6\u05d1\u05ea \u05d4\u05d0\u05d5\u05d1\u05d9\u05d9\u05e7\u05d8 \u05d1\u05e6\u05d5\u05e8\u05d4 \u05dc\u05d0 \u05e0\u05db\u05d5\u05e0\u05d4 \u05d9\u05db\u05d5\u05dc\u05d4 \u05dc\u05e9\u05e0\u05d5\u05ea \u05d0\u05ea \u05de\u05e9\u05de\u05e2\u05d5\u05ea \u05d4\u05de\u05e9\u05e4\u05d8.<\/span><\/p>\n<ul>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">&quot;.Incorrect: &quot;She picked all the toys up<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">&quot;.Correct: &quot;She picked up all the toys<\/span><\/li>\n<\/ul>\n<p><b>3. \u05e9\u05d9\u05de\u05d5\u05e9 \u05d9\u05ea\u05e8 \u05d1\u05e4\u05e2\u05dc\u05d9 \u05d1\u05d9\u05d8\u05d5\u05d9:<\/b><span style=\"font-weight: 400;\"> \u05d1\u05e2\u05d5\u05d3 \u05e9\u05e4\u05e2\u05dc\u05d9 \u05d1\u05d9\u05d8\u05d5\u05d9 \u05d4\u05dd \u05d1\u05e2\u05dc\u05d9 \u05e2\u05e8\u05da, \u05e9\u05d9\u05de\u05d5\u05e9 \u05d9\u05ea\u05e8 \u05d1\u05d4\u05dd \u05d9\u05db\u05d5\u05dc \u05dc\u05d2\u05e8\u05d5\u05dd \u05dc\u05d3\u05d9\u05d1\u05d5\u05e8 \u05d0\u05d5 \u05d4\u05db\u05ea\u05d9\u05d1\u05d4 \u05e9\u05dc\u05e0\u05d5 \u05dc\u05d4\u05d9\u05e9\u05de\u05e2 \u05dc\u05d0 \u05e8\u05e9\u05de\u05d9\u05d9\u05dd \u05d0\u05d5 \u05e9\u05e4\u05ea \u05e1\u05dc\u05e0\u05d2 \u05d1\u05d4\u05e7\u05e9\u05e8\u05d9\u05dd \u05dc\u05d0 \u05d4\u05d5\u05dc\u05de\u05d9\u05dd.<\/span><\/p>\n        <\/div>\n    <\/div>\n  <\/section>\n\n\n  <section class=\"section blogHeadingText\" id=\"blogHeadingText-block_91dc9ec77360cc450c39a5c19af6368f\">\n    <div class=\"blogHeadingText__wrapper\" >\n        <div class=\"blogHeadingText__heading\">\n            <h2 class=\"blogHeadingText__headingItem\" data-blog-heading data-section-id=\"blogHeadingText-block_91dc9ec77360cc450c39a5c19af6368f\">\n                \u05e9\u05d0\u05dc\u05d5\u05ea \u05d5\u05ea\u05e9\u05d5\u05d1\u05d5\u05ea \u05dc\u05ea\u05e8\u05d2\u05d5\u05dc            <\/h2>\n        <\/div>\n        <div class=\"blogHeadingText__content\">\n            <p><b>1. \u05e9\u05d0\u05dc\u05d4: <\/b><span style=\"font-weight: 400;\">\u05de\u05d4\u05dd \u05e4\u05e2\u05dc\u05d9 \u05d1\u05d9\u05d8\u05d5\u05d9, \u05d5\u05db\u05d9\u05e6\u05d3 \u05d4\u05dd \u05e9\u05d5\u05e0\u05d9\u05dd \u05de\u05e4\u05e2\u05dc\u05d9\u05dd \u05e8\u05d2\u05d9\u05dc\u05d9\u05dd?<\/span><\/p>\n<p><b>\u05ea\u05e9\u05d5\u05d1\u05d4: <\/b><span style=\"font-weight: 400;\">\u05e4\u05e2\u05dc\u05d9 \u05d1\u05d9\u05d8\u05d5\u05d9 \u05d4\u05dd \u05e4\u05e2\u05dc\u05d9\u05dd \u05d4\u05de\u05e9\u05d5\u05dc\u05d1\u05d9\u05dd \u05e2\u05dd \u05d4\u05d1\u05e8\u05d4 \u05d0\u05d5 \u05de\u05d9\u05dc\u05ea \u05e7\u05d9\u05e9\u05d5\u05e8 \u05d0\u05d7\u05ea \u05d0\u05d5 \u05d9\u05d5\u05ea\u05e8 (\u05de\u05d9\u05dc\u05d5\u05ea \u05e2\u05e8\u05da \u05d0\u05d5 \u05de\u05d9\u05dc\u05d5\u05ea \u05d9\u05d7\u05e1) \u05db\u05d3\u05d9 \u05dc\u05d9\u05e6\u05d5\u05e8 \u05de\u05e9\u05de\u05e2\u05d5\u05d9\u05d5\u05ea \u05d1\u05e8\u05d5\u05e8\u05d5\u05ea. \u05dc\u05e2\u05ea\u05d9\u05dd \u05e7\u05e8\u05d5\u05d1\u05d5\u05ea \u05d4\u05dd \u05de\u05e2\u05d1\u05d9\u05e8\u05d9\u05dd \u05d1\u05d9\u05d8\u05d5\u05d9\u05d9\u05dd \u05d0\u05d9\u05d3\u05d9\u05d5\u05de\u05d8\u05d9\u05d9\u05dd \u05d0\u05d5 \u05d3\u05d9\u05d1\u05d5\u05e8\u05d9\u05d9\u05dd, \u05d5\u05de\u05d1\u05d3\u05d9\u05dc\u05d9\u05dd \u05d0\u05d5\u05ea\u05dd \u05de\u05e4\u05e2\u05dc\u05d9\u05dd \u05e8\u05d2\u05d9\u05dc\u05d9\u05dd.<\/span><\/p>\n<ul>\n<li style=\"font-weight: 400;\" aria-level=\"1\">&quot;<b>Sample:<\/b><span style=\"font-weight: 400;\"> Regular verb: &quot;She ran.&quot; Phrasal verb: &quot;She ran into an old friend<\/span><\/li>\n<\/ul>\n<p><b>2. \u05e9\u05d0\u05dc\u05d4: <\/b><span style=\"font-weight: 400;\">\u05d1\u05de\u05d4 \u05e0\u05d1\u05d3\u05dc\u05d9\u05dd \u05e4\u05e2\u05dc\u05d9 \u05d1\u05d9\u05d8\u05d5\u05d9 \u05d8\u05e8\u05e0\u05d6\u05d9\u05d8\u05d9\u05d1\u05d9\u05d9\u05dd \u05d4\u05e0\u05d9\u05ea\u05e0\u05d9\u05dd \u05dc\u05d4\u05e4\u05e8\u05d3\u05d4 \u05de\u05e4\u05e2\u05dc\u05d9 \u05d1\u05d9\u05d8\u05d5\u05d9 \u05d8\u05e8\u05e0\u05d6\u05d9\u05d8\u05d9\u05d1\u05d9\u05d9\u05dd \u05d1\u05dc\u05ea\u05d9 \u05e0\u05d9\u05ea\u05e0\u05d9\u05dd \u05dc\u05d4\u05e4\u05e8\u05d3\u05d4?<\/span><\/p>\n<p><b>\u05ea\u05e9\u05d5\u05d1\u05d4: <\/b><span style=\"font-weight: 400;\">\u05e4\u05e2\u05dc\u05d9 \u05d1\u05d9\u05d8\u05d5\u05d9 \u05d8\u05e8\u05e0\u05d6\u05d9\u05d8\u05d9\u05d1\u05d9\u05d9\u05dd \u05d4\u05e0\u05d9\u05ea\u05e0\u05d9\u05dd \u05dc\u05d4\u05e4\u05e8\u05d3\u05d4 \u05de\u05d0\u05e4\u05e9\u05e8\u05d9\u05dd \u05dc\u05d0\u05d5\u05d1\u05d9\u05d9\u05e7\u05d8 \u05dc\u05d1\u05d5\u05d0 \u05d1\u05d9\u05df \u05d4\u05e4\u05d5\u05e2\u05dc \u05dc\u05de\u05d9\u05dc\u05ea \u05d4\u05e7\u05d9\u05e9\u05d5\u05e8 \u05d0\u05d5 \u05d0\u05d7\u05e8\u05d9 \u05de\u05d9\u05dc\u05ea \u05d4\u05e7\u05d9\u05e9\u05d5\u05e8, \u05d1\u05e2\u05d5\u05d3 \u05e9\u05e4\u05e2\u05dc\u05d9 \u05d1\u05d9\u05d8\u05d5\u05d9 \u05d8\u05e8\u05e0\u05d6\u05d9\u05d8\u05d9\u05d1\u05d9\u05d9\u05dd \u05d1\u05dc\u05ea\u05d9 \u05e0\u05d9\u05ea\u05e0\u05d9\u05dd \u05dc\u05d4\u05e4\u05e8\u05d3\u05d4 \u05de\u05d7\u05d9\u05d9\u05d1\u05d9\u05dd \u05d0\u05ea \u05d4\u05d0\u05d5\u05d1\u05d9\u05d9\u05e7\u05d8 \u05dc\u05d1\u05d5\u05d0 \u05d0\u05d7\u05e8\u05d9 \u05de\u05d9\u05dc\u05ea \u05d4\u05e7\u05d9\u05e9\u05d5\u05e8<\/span><\/p>\n<ul>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><b>Sample (Transitive Separable<\/b><span style=\"font-weight: 400;\">): &quot;She turned off the lights.&quot; (Object between the verb and particle)\u00a0<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><b>Sample (Transitive Inseparable): <\/b><span style=\"font-weight: 400;\">&quot;They take care of the garden.&quot; (Object after the particle)<\/span><\/li>\n<\/ul>\n<p><b>3. \u05e9\u05d0\u05dc\u05d4: <\/b><span style=\"font-weight: 400;\">\u05de\u05d4 \u05ea\u05e4\u05e7\u05d9\u05d3\u05dd \u05e9\u05dc \u05de\u05d9\u05dc\u05d5\u05ea \u05e2\u05e8\u05da \u05d5\u05de\u05d9\u05dc\u05d5\u05ea \u05d9\u05d7\u05e1 \u05d1\u05e4\u05e2\u05dc\u05d9 \u05d1\u05d9\u05d8\u05d5\u05d9?<\/span><\/p>\n<p><b>\u05ea\u05e9\u05d5\u05d1\u05d4: <\/b><span style=\"font-weight: 400;\">\u05de\u05d9\u05dc\u05d5\u05ea \u05e2\u05e8\u05da \u05d5\u05de\u05d9\u05dc\u05d5\u05ea \u05d9\u05d7\u05e1 \u05de\u05e9\u05de\u05e9\u05d5\u05ea \u05db\u05de\u05d9\u05dc\u05d5\u05ea \u05e7\u05d9\u05e9\u05d5\u05e8 \u05d1\u05e4\u05e2\u05dc\u05d9 \u05d1\u05d9\u05d8\u05d5\u05d9, \u05d5\u05de\u05e9\u05e0\u05d9\u05dd \u05d0\u05ea \u05d4\u05e4\u05d5\u05e2\u05dc \u05dc\u05d9\u05e6\u05d9\u05e8\u05ea \u05de\u05e9\u05de\u05e2\u05d5\u05d9\u05d5\u05ea \u05e1\u05e4\u05e6\u05d9\u05e4\u05d9\u05d5\u05ea. \u05de\u05d9\u05dc\u05d5\u05ea \u05e2\u05e8\u05da \u05de\u05e7\u05d5\u05e9\u05e8\u05d5\u05ea \u05dc\u05e8\u05d5\u05d1 \u05dc\u05ea\u05e0\u05d5\u05e2\u05d4 \u05d0\u05d5 \u05dc\u05db\u05d9\u05d5\u05d5\u05df, \u05d1\u05e2\u05d5\u05d3 \u05e9\u05de\u05d9\u05dc\u05d5\u05ea \u05d9\u05d7\u05e1 \u05de\u05e6\u05d9\u05d9\u05e0\u05d5\u05ea \u05de\u05d9\u05e7\u05d5\u05dd, \u05de\u05d8\u05e8\u05d4 \u05d0\u05d5 \u05e7\u05e9\u05e8\u05d9\u05dd \u05d0\u05d7\u05e8\u05d9\u05dd.<\/span><\/p>\n<ul>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><b>Sample (Adverb Particle): <\/b><span style=\"font-weight: 400;\">&quot;He looked up at the sky.&quot; (Adverb &quot;up&quot; indicates direction)\u00a0<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><b>Sample (Preposition Particle): <\/b><span style=\"font-weight: 400;\">&quot;She cares for her little sister.&quot; (Preposition &quot;for&quot; indicates purpose)<\/span><\/li>\n<\/ul>\n<p><b>4. \u05e9\u05d0\u05dc\u05d4: <\/b><span style=\"font-weight: 400;\">\u05db\u05d9\u05e6\u05d3 \u05de\u05d9\u05e7\u05d5\u05dd \u05e9\u05d2\u05d5\u05d9 \u05e9\u05dc \u05d4\u05d0\u05d5\u05d1\u05d9\u05d9\u05e7\u05d8 \u05d1\u05e4\u05e2\u05dc\u05d9 \u05d1\u05d9\u05d8\u05d5\u05d9 \u05d8\u05e8\u05e0\u05d6\u05d9\u05d8\u05d9\u05d1\u05d9\u05d9\u05dd \u05e0\u05d9\u05ea\u05e0\u05d9\u05dd \u05dc\u05d4\u05e4\u05e8\u05d3\u05d4 \u05d9\u05db\u05d5\u05dc \u05dc\u05d4\u05d5\u05d1\u05d9\u05dc \u05dc\u05d0\u05d9 \u05d4\u05d1\u05e0\u05d4?<\/span><\/p>\n<p><b>\u05ea\u05e9\u05d5\u05d1\u05d4<\/b><span style=\"font-weight: 400;\">: \u05d1\u05e4\u05e2\u05dc\u05d9 \u05d1\u05d9\u05d8\u05d5\u05d9 \u05d8\u05e8\u05e0\u05d6\u05d9\u05d8\u05d9\u05d1\u05d9\u05d9\u05dd \u05e0\u05d9\u05ea\u05e0\u05d9\u05dd \u05dc\u05d4\u05e4\u05e8\u05d3\u05d4, \u05e0\u05d9\u05ea\u05df \u05dc\u05de\u05e7\u05dd \u05d0\u05ea \u05d4\u05d0\u05d5\u05d1\u05d9\u05d9\u05e7\u05d8 \u05d1\u05d9\u05df \u05d4\u05e4\u05d5\u05e2\u05dc \u05dc\u05de\u05d9\u05dc\u05ea \u05d4\u05e7\u05d9\u05e9\u05d5\u05e8 \u05d0\u05d5 \u05dc\u05d1\u05d5\u05d0 \u05d0\u05d7\u05e8\u05d9 \u05de\u05d9\u05dc\u05ea \u05d4\u05e7\u05d9\u05e9\u05d5\u05e8. \u05de\u05d9\u05e7\u05d5\u05dd \u05e9\u05d2\u05d5\u05d9 \u05e9\u05dc \u05d4\u05d0\u05d5\u05d1\u05d9\u05d9\u05e7\u05d8 \u05d9\u05db\u05d5\u05dc \u05dc\u05e9\u05e0\u05d5\u05ea \u05d0\u05ea \u05d4\u05de\u05e9\u05de\u05e2\u05d5\u05ea \u05d4\u05de\u05d9\u05d5\u05e2\u05d3\u05ea \u05e9\u05dc \u05d4\u05de\u05e9\u05e4\u05d8.<\/span><\/p>\n<ul>\n<li aria-level=\"1\">&quot;.<b>Sample (Misplaced Object): <\/b><span style=\"font-weight: 400;\">Incorrect: &quot;She picked all the toys up<\/span><\/li>\n<li aria-level=\"1\">&quot;.<b>Sample (Correctly Placed Object): <\/b><span style=\"font-weight: 400;\">Correct: &quot;She picked up all the toys<\/span><\/li>\n<\/ul>\n<p><b>5. \u05e9\u05d0\u05dc\u05d4: <\/b><span style=\"font-weight: 400;\">\u05de\u05de\u05d4 \u05e2\u05dc\u05d9\u05e0\u05d5 \u05dc\u05d4\u05d9\u05d6\u05d4\u05e8 \u05d1\u05e2\u05ea \u05e9\u05d9\u05de\u05d5\u05e9 \u05d1\u05e4\u05e2\u05dc\u05d9 \u05d1\u05d9\u05d8\u05d5\u05d9 \u05db\u05d3\u05d9 \u05dc\u05d4\u05d9\u05de\u05e0\u05e2 \u05de\u05dc\u05d4\u05d9\u05e9\u05de\u05e2 \u05dc\u05d0 \u05e8\u05e9\u05de\u05d9 \u05de\u05d3\u05d9?<\/span><\/p>\n<p><b>\u05ea\u05e9\u05d5\u05d1\u05d4: <\/b><span style=\"font-weight: 400;\">\u05d1\u05e2\u05d5\u05d3 \u05e9\u05e4\u05e2\u05dc\u05d9 \u05d1\u05d9\u05d8\u05d5\u05d9 \u05d4\u05dd \u05d1\u05e2\u05dc\u05d9 \u05e2\u05e8\u05da, \u05e9\u05d9\u05de\u05d5 \u05dc\u05d1 \u05dc\u05d0 \u05dc\u05d4\u05e9\u05ea\u05de\u05e9 \u05d1\u05d4\u05dd \u05d9\u05ea\u05e8 \u05e2\u05dc \u05d4\u05de\u05d9\u05d3\u05d4, \u05d1\u05de\u05d9\u05d5\u05d7\u05d3 \u05d1\u05d4\u05e7\u05e9\u05e8\u05d9\u05dd \u05e8\u05e9\u05de\u05d9\u05d9\u05dd \u05d0\u05d5 \u05d0\u05e7\u05d3\u05de\u05d9\u05d9\u05dd, \u05de\u05db\u05d9\u05d5\u05d5\u05df \u05e9\u05d4\u05dd \u05d9\u05db\u05d5\u05dc\u05d9\u05dd \u05dc\u05d2\u05e8\u05d5\u05dd \u05dc\u05d3\u05d9\u05d1\u05d5\u05e8 \u05d0\u05d5 \u05dc\u05db\u05ea\u05d9\u05d1\u05d4 \u05e9\u05dc\u05db\u05dd \u05dc\u05d4\u05d9\u05e9\u05de\u05e2 \u05db\u05e1\u05dc\u05e0\u05d2 \u05dc\u05d0 \u05e8\u05e9\u05de\u05d9<\/span><\/p>\n<ul>\n<li aria-level=\"1\">&quot;.<b>Sample (Overuse of Phrasal Verbs): <\/b><span style=\"font-weight: 400;\">&quot;We need to break up the meeting early<\/span><\/li>\n<li aria-level=\"1\">&quot;.<b>Sample (Balanced Use): <\/b><span style=\"font-weight: 400;\">&quot;We need to adjourn the meeting early<\/span><\/li>\n<\/ul>\n        <\/div>\n    <\/div>\n  <\/section>\n\n\n  <section class=\"section blogHeadingText\" id=\"blogHeadingText-block_3461dca084da2ff1f15c66f6cb54334a\">\n    <div class=\"blogHeadingText__wrapper\" >\n        <div class=\"blogHeadingText__heading\">\n            <h2 class=\"blogHeadingText__headingItem\" data-blog-heading data-section-id=\"blogHeadingText-block_3461dca084da2ff1f15c66f6cb54334a\">\n                \u05dc\u05e1\u05d9\u05db\u05d5\u05dd            <\/h2>\n        <\/div>\n        <div class=\"blogHeadingText__content\">\n            <p><span style=\"font-weight: 400;\">\u05e4\u05e2\u05dc\u05d9 \u05d1\u05d9\u05d8\u05d5\u05d9<\/span><b> Phrasal Verbs<\/b><span style=\"font-weight: 400;\"> \u05d4\u05dd \u05d7\u05dc\u05e7 \u05d4\u05db\u05e8\u05d7\u05d9 \u05d1\u05e9\u05e4\u05d4 \u05d4\u05d0\u05e0\u05d2\u05dc\u05d9\u05ea, \u05d5\u05de\u05e6\u05d9\u05e2\u05d9\u05dd \u05d3\u05d9\u05d5\u05e7 \u05d5\u05e2\u05d5\u05de\u05e7 \u05dc\u05ea\u05e7\u05e9\u05d5\u05e8\u05ea. \u05e2\u05dc \u05d9\u05d3\u05d9 \u05d4\u05d1\u05e0\u05ea \u05d4\u05e9\u05d9\u05de\u05d5\u05e9 \u05e9\u05dc\u05d4\u05dd, \u05db\u05dc\u05dc\u05d9 \u05d4\u05d3\u05e7\u05d3\u05d5\u05e7, \u05d5\u05ea\u05e8\u05d2\u05d5\u05dc \u05e2\u05dd \u05d3\u05d5\u05d2\u05de\u05d0\u05d5\u05ea, \u05e0\u05d5\u05db\u05dc \u05dc\u05e9\u05dc\u05d5\u05d8 \u05d1\u05d1\u05d9\u05d8\u05d5\u05d9\u05d9\u05dd \u05d4\u05e8\u05d1-\u05ea\u05db\u05dc\u05d9\u05ea\u05d9\u05d9\u05dd \u05d4\u05dc\u05dc\u05d5.\u00a0<\/span><\/p>\n<p><span style=\"font-weight: 400;\">\u05d1\u05d9\u05df \u05d0\u05dd \u05de\u05d3\u05d5\u05d1\u05e8 \u05d1\u05e4\u05e2\u05d5\u05dc\u05d5\u05ea \u05d9\u05d5\u05de\u05d9\u05d5\u05de\u05d9\u05d5\u05ea, \u05e9\u05d9\u05d7\u05d5\u05ea \u05de\u05d6\u05d3\u05de\u05e0\u05d5\u05ea \u05d0\u05d5 \u05d4\u05d5\u05e1\u05e4\u05ea \u05e0\u05d9\u05d5\u05d0\u05e0\u05e1\u05d9\u05dd \u05dc\u05e9\u05e4\u05ea \u05d4\u05d3\u05d9\u05d1\u05d5\u05e8 \u05d5\u05d4\u05db\u05ea\u05d9\u05d1\u05d4, <\/span><b>\u05ea\u05e8\u05d2\u05d5\u05dc Phrasal Verbs<\/b> <b>\u05d5\u05de\u05d1\u05d7\u05df Phrasal Verbs<\/b><span style=\"font-weight: 400;\"> \u05d4\u05dd \u05db\u05dc\u05d9\u05dd \u05e8\u05d1\u05d9 \u05e2\u05d5\u05e6\u05de\u05d4 \u05e9\u05d9\u05db\u05d5\u05dc\u05d9\u05dd \u05dc\u05e9\u05e4\u05e8 \u05d0\u05ea \u05db\u05d9\u05e9\u05d5\u05e8\u05d9 \u05d4\u05e9\u05e4\u05d4 \u05d4\u05d0\u05e0\u05d2\u05dc\u05d9\u05ea \u05e9\u05dc\u05e0\u05d5.<\/span><\/p>\n<p><span style=\"font-weight: 400;\">\u05dc\u05d4\u05e8\u05d7\u05d1\u05d4 \u05d5\u05dc\u05d4\u05e2\u05de\u05e7\u05ea \u05d4\u05d9\u05d3\u05e2 \u05d1\u05e0\u05d5\u05e9\u05d0 \u05e4\u05e2\u05dc\u05d9 \u05d4\u05d1\u05d9\u05d8\u05d5\u05d9<\/span><b> Phrasal Verbs<\/b><span style=\"font-weight: 400;\">, \u05d4\u05d9\u05db\u05e0\u05e1\u05d5 \u05dc\u05e7\u05d9\u05e9\u05d5\u05e8 \u05d4\u05d1\u05d0 \u05d5\u05e7\u05d1\u05dc\u05d5 \u05e8\u05e9\u05d9\u05de\u05d4 \u05e9\u05dc 200 \u05e4\u05e2\u05dc\u05d9 \u05d4\u05d1\u05d9\u05d8\u05d5\u05d9 \u05d4\u05e0\u05e4\u05d5\u05e6\u05d9\u05dd \u05d1\u05d9\u05d5\u05ea\u05e8 \u05d1\u05e9\u05e4\u05d4 \u05d4\u05d0\u05e0\u05d2\u05dc\u05d9\u05ea \u05d5\u05d4\u05ea\u05e8\u05d2\u05d5\u05dd \u05e9\u05dc\u05d4\u05dd \u05dc\u05e2\u05d1\u05e8\u05d9\u05ea: <\/span><a href=\"https:\/\/www.novakidschool.com\/he\/blog\/wp-content\/uploads\/2023\/11\/IL_200-PHRASAL-VERBS.pdf\"><b>200Phrasal<\/b><\/a><span style=\"font-weight: 400;\"> .<\/span><\/p>\n<p><span style=\"font-weight: 400;\">\u05e8\u05d5\u05e6\u05d9\u05dd \u05dc\u05dc\u05de\u05d5\u05d3 \u05e2\u05d5\u05d3 <\/span><b>\u05de\u05d4 \u05d6\u05d4 Phrasal Verbs <\/b><span style=\"font-weight: 400;\">\u05d5\u05dc\u05e2\u05d6\u05d5\u05e8 \u05dc\u05d9\u05dc\u05d3\u05d9\u05dd \u05e9\u05dc\u05db\u05dd \u05dc\u05dc\u05de\u05d5\u05d3 \u05d0\u05e0\u05d2\u05dc\u05d9\u05ea \u05de\u05d3\u05d5\u05d1\u05e8\u05ea \u05d5\u05db\u05ea\u05d5\u05d1\u05d4 \u05d1\u05d4\u05e6\u05d8\u05d9\u05d9\u05e0\u05d5\u05ea?\u00a0<\/span><\/p>\n<p><span style=\"font-weight: 400;\">\u05db\u05e0\u05e1\u05d5 \u05dc: <\/span><a href=\"https:\/\/www.novakidschool.com\/he\/\"><span style=\"font-weight: 400;\">\u05d1\u05d9\u05ea \u05e1\u05e4\u05e8 \u05dc\u05dc\u05d9\u05de\u05d5\u05d3 \u05d0\u05e0\u05d2\u05dc\u05d9\u05ea \u05dc\u05d9\u05dc\u05d3\u05d9\u05dd<\/span><\/a> <span style=\"font-weight: 400;\">\u05e9\u05dc \u05e0\u05d5\u05d1\u05d4 \u05e7\u05d9\u05d3 \u05d5\u05d4\u05d9\u05e8\u05e9\u05de\u05d5 \u05dc\u05d0\u05d7\u05d3 \u05d4\u05e7\u05d5\u05e8\u05e1\u05d9\u05dd <\/span><a href=\"https:\/\/www.novakidschool.com\/he\/\"><span style=\"font-weight: 400;\">\u05dc\u05dc\u05d9\u05de\u05d5\u05d3 \u05d0\u05e0\u05d2\u05dc\u05d9\u05ea \u05d0\u05d5\u05e0\u05dc\u05d9\u05d9\u05df \u05dc\u05d9\u05dc\u05d3\u05d9\u05dd<\/span><\/a><span style=\"font-weight: 400;\">.\u00a0<\/span><\/p>\n<p><span style=\"font-weight: 400;\">\u05e6\u05e4\u05d5 \u05d1<\/span><a href=\"https:\/\/www.novakidschool.com\/he\/programs\/\"><span style=\"font-weight: 400;\">\u05ea\u05db\u05e0\u05d9\u05d5\u05ea \u05d5\u05e9\u05d9\u05d8\u05d5\u05ea \u05dc\u05d9\u05de\u05d5\u05d3 \u05d0\u05e0\u05d2\u05dc\u05d9\u05ea<\/span><\/a><span style=\"font-weight: 400;\"> \u05dc\u05d9\u05dc\u05d3\u05d9\u05dd \u05d5\u05e6\u05e8\u05d5 \u05e7\u05e9\u05e8 \u05e2\u05dd \u05d0\u05d7\u05d3 \u05de\u05d0\u05e0\u05e9\u05d9 \u05d4\u05e6\u05d5\u05d5\u05ea \u05e9\u05dc\u05e0\u05d5 \u05e2\u05d5\u05d3 \u05d4\u05d9\u05d5\u05dd!<\/span><\/p>\n        <\/div>\n    <\/div>\n  <\/section>\n\n\n  <section class=\"section blogHeadingText\" id=\"blogHeadingText-block_7a15f646ef2038f04d87c62c793096b5\">\n    <div class=\"blogHeadingText__wrapper\" >\n        <div class=\"blogHeadingText__heading\">\n            <h2 class=\"blogHeadingText__headingItem\" data-blog-heading data-section-id=\"blogHeadingText-block_7a15f646ef2038f04d87c62c793096b5\">\n                Phrasal Verbs Test            <\/h2>\n        <\/div>\n        <div class=\"blogHeadingText__content\">\n                    <\/div>\n    <\/div>\n  <\/section>\n\n\n\n    <!-- Custom CSS for Quiz -->\n    <style type=\"text\/css\">\n\n    \/* Fixes *\/\n    #advq_quiz_2503 ul.advq_question_list {\n        padding:10px 0;\n        margin:0;\n    }\n\n    #advq_quiz_2503 {\n        font-family: ;\n        font-size: 1em;\n        line-height: 1.5em;\n        font-weight: 400;\n        font-style: ;\n    }\n\n    #advq_quiz_2503 .advq_button,\n    #advq_quiz_2503 .advq_validade_ck,\n    #advq_quiz_2503 .advq_next_button,\n    #advq_quiz_2503 .advq_start_quiz_button,\n    #advq_quiz_2503 .advq-restart,\n    #advq_quiz_2503 .advq-restart a {\n        color:#FFFFFF;\n        background-color:rgba(200,107,245,1);\n        font-family: ;\n    }\n\n    #advq_quiz_2503 .advq_button,\n    #advq_quiz_2503 .advq_next_button,\n    #advq_quiz_2503 .advq_start_quiz_button {\n        font-size: 1em;\n        line-height: 1.5em;\n        font-weight: 400;\n        font-style: ;\n    }\n\n    #advq_quiz_2503 .advq_button:hover,\n    #advq_quiz_2503 .advq_validade_ck:hover,\n    #advq_quiz_2503 .advq_next_button:hover,\n    #advq_quiz_2503 .advq_start_quiz_button:hover,\n    #advq_quiz_2503 .advq-restart:hover,\n    #advq_quiz_2503 .advq-restart a:hover {\n        color:#FFFFFF;\n        background-color:rgba(200,107,245,1);\n    }\n\n    #advq_quiz_2503 {\n            max-width:100%;\n        }\n        \n    \/* Questions *\/\n    #advq_quiz_2503 .advq_question {\n        color: rgba(0,0,0,1);\n        font-family: ;\n        font-size: 1.5em;\n        line-height: 1.5em;\n        padding-top: 10px;\n        padding-right: 10px;\n        padding-bottom: 10px;\n        padding-left: 10px;\n        background-color: rgba(245,245,245,1);\n        font-weight: 700;\n        font-style: ;\n    }\n    \/* General rule for Answers *\/\n    #advq_quiz_2503 .advq_question_container li {\n        font-family: ;\n        font-size: 1em;\n        line-height: 1.5em;\n        font-weight: 400;\n        font-style: ;\n        padding-top: 10px;\n        padding-right: 10px;\n        padding-bottom: 10px;\n        padding-left: 10px;\n    }\n\n    \/* Normal State *\/\n    #advq_quiz_2503 .advq_question_container li.quiz_unselected_answer {\n        background-color: rgba(244,244,244,1);\n        color: rgba(0,0,0,1);\n    }\n    \/* Hover State *\/\n    #advq_quiz_2503 .advq_question_container ul.advq_question_list:not(.quiz_question_done) li:hover {\n        background-color: rgba(255,230,6,1);\n        color: rgba(0,0,0,1);\n    }\n    \/* Selected Answer *\/\n    #advq_quiz_2503 .advq_question_container  li.quiz_selected_answer {\n        background-color: rgba(110,70,255,1);\n        color: rgba(0,0,0,1);\n    }\n    \/* Correct Answer *\/\n    #advq_quiz_2503 .advq_question_container li.quiz_selected_answer.quiz_correct_answer {\n        background-color: rgba(158,208,100,1);\n        color: rgba(0,0,0,1);\n    }\n    \/* Unselected Correct Answer *\/\n    #advq_quiz_2503 .advq_question_container li.quiz_unselected_answer.quiz_unselected_correct_answer {\n        background-color: rgba(158,208,100,1);\n        color: rgba(0,0,0,1);\n    }\n    \/* Wrong Answer *\/\n    #advq_quiz_2503 .advq_question_container li.quiz_selected_answer.quiz_incorrect_answer {\n        background-color: rgba(243,134,129,1);\n        color: rgba(0,0,0,1);\n    }\n\n    \/* Answer Information *\/\n    #advq_quiz_2503 .advq_answer_commentary {\n        background-color: rgba(244,244,244,1);\n        color: rgba(0,0,0,1);\n    }\n\n    \/* Answers Container *\/\n    #advq_quiz_2503 .advq_results_wrapper {\n        background-color: rgba(249,249,249,1);\n        color: rgba(0,0,0,1);\n        padding-top: 20px;\n        padding-right: 20px;\n        padding-bottom: 20px;\n        padding-left: 20px;\n        margin-top: 20px;\n        margin-right: 0;\n        margin-bottom: 0;\n        margin-left: 0;\n        border:1px solid #f5f5f5;\n    }\n    #advq_quiz_2503 .advq_review_answers {\n        padding-top: 20px;\n        padding-right: 20px;\n        padding-bottom: 20px;\n        padding-left: 20px;\n    }\n    \n    <\/style><div style='opacity:0' class='advq_quiz_wrap advq_minimal advq_hasprogbar' data-quiz-id='2503' id='advq_quiz_2503' data-qtype='trivia' data-qlayout='minimal' data-unique-visitor='false' data-start-time='1776336492' data-options='{\"provide_result\":false,\"allow_change\":false,\"result_position\":\"inline\",\"one_page\":false,\"scroll_to_next\":false,\"progress_bar\":\"disabled\",\"back_button\":false,\"list_mode\":false,\"relation\":\"AND\",\"answerstags\":false}'><div  data-mandatory=\"\" class=\"advq_question_container \" ><div class=\"advq_question_wrap\"><div class=\"advq_question\" data-question-id=\"question-1\" >?What is the primary function of mixed conditionals in English grammar<\/div><ul data-priority=\"normal\" data-type=\"radio\" data-relation=\"ignore\" class=\"advq_question_list\" data-question-id=\"question-1\"><li class=\"quiz_unselected_answer\"><input data-value='To discuss future actions and their outcomes' data-rule='0' id='question-1_0' name='question-1' type='radio' data-points='1'> <label for='question-1_0'><span class=\"advq_a_input\"><i class=\"fa fa-square-o\" aria-hidden=\"true\"><\/i><\/span>To discuss future actions and their outcomes<\/label><\/li><li class=\"quiz_unselected_answer\"><input data-value='To express complex relationships between past, present, and future situations when a past action has present or future consequences' data-rule='1' id='question-1_1' name='question-1' type='radio' data-points='1'> <label for='question-1_1'><span class=\"advq_a_input\"><i class=\"fa fa-square-o\" aria-hidden=\"true\"><\/i><\/span>To express complex relationships between past, present, and future situations when a past action has present or future consequences<\/label><\/li><li class=\"quiz_unselected_answer\"><input data-value='To talk about past actions and their consequences in isolation' data-rule='0' id='question-1_2' name='question-1' type='radio' data-points='1'> <label for='question-1_2'><span class=\"advq_a_input\"><i class=\"fa fa-square-o\" aria-hidden=\"true\"><\/i><\/span>To talk about past actions and their consequences in isolation<\/label><\/li><li class=\"quiz_unselected_answer\"><input data-value='To describe hypothetical past events' data-rule='0' id='question-1_3' name='question-1' type='radio' data-points='1'> <label for='question-1_3'><span class=\"advq_a_input\"><i class=\"fa fa-square-o\" aria-hidden=\"true\"><\/i><\/span>To describe hypothetical past events<\/label><\/li><\/ul><\/div><\/div><div  data-mandatory=\"\" class=\"advq_question_container \" ><div class=\"advq_question_wrap\"><div class=\"advq_question\" data-question-id=\"question-2\" >?In a type 1 and 2 mixed conditional, what is the structure for the \"if\" clause<\/div><ul data-priority=\"normal\" data-type=\"radio\" data-relation=\"ignore\" class=\"advq_question_list\" data-question-id=\"question-2\"><li class=\"quiz_unselected_answer\"><input data-value='If + past simple, would + base verb' data-rule='1' id='question-2_0' name='question-2' type='radio' data-points='1'> <label for='question-2_0'><span class=\"advq_a_input\"><i class=\"fa fa-square-o\" aria-hidden=\"true\"><\/i><\/span>If + past simple, would + base verb<\/label><\/li><li class=\"quiz_unselected_answer\"><input data-value='If + past simple, have + past participle' data-rule='0' id='question-2_1' name='question-2' type='radio' data-points='1'> <label for='question-2_1'><span class=\"advq_a_input\"><i class=\"fa fa-square-o\" aria-hidden=\"true\"><\/i><\/span>If + past simple, have + past participle<\/label><\/li><li class=\"quiz_unselected_answer\"><input data-value='If + present perfect, would have + past participle' data-rule='0' id='question-2_2' name='question-2' type='radio' data-points='1'> <label for='question-2_2'><span class=\"advq_a_input\"><i class=\"fa fa-square-o\" aria-hidden=\"true\"><\/i><\/span>If + present perfect, would have + past participle<\/label><\/li><li class=\"quiz_unselected_answer\"><input data-value='If + present simple, will + base verb' data-rule='0' id='question-2_3' name='question-2' type='radio' data-points='1'> <label for='question-2_3'><span class=\"advq_a_input\"><i class=\"fa fa-square-o\" aria-hidden=\"true\"><\/i><\/span>If + present simple, will + base verb<\/label><\/li><\/ul><\/div><\/div><div  data-mandatory=\"\" class=\"advq_question_container \" ><div class=\"advq_question_wrap\"><div class=\"advq_question\" data-question-id=\"question-3\" >?How do you form a type 2 and 3 mixed conditional<\/div><ul data-priority=\"normal\" data-type=\"radio\" data-relation=\"ignore\" class=\"advq_question_list\" data-question-id=\"question-3\"><li class=\"quiz_unselected_answer\"><input data-value='If + past simple, would not (wouldn&#039;t) have + past participle' data-rule='0' id='question-3_0' name='question-3' type='radio' data-points='1'> <label for='question-3_0'><span class=\"advq_a_input\"><i class=\"fa fa-square-o\" aria-hidden=\"true\"><\/i><\/span>If + past simple, would not (wouldn't) have + past participle<\/label><\/li><li class=\"quiz_unselected_answer\"><input data-value='If + present simple, will have + past participle' data-rule='0' id='question-3_1' name='question-3' type='radio' data-points='1'> <label for='question-3_1'><span class=\"advq_a_input\"><i class=\"fa fa-square-o\" aria-hidden=\"true\"><\/i><\/span>If + present simple, will have + past participle<\/label><\/li><li class=\"quiz_unselected_answer\"><input data-value='If + past perfect, would have + past participle' data-rule='1' id='question-3_2' name='question-3' type='radio' data-points='1'> <label for='question-3_2'><span class=\"advq_a_input\"><i class=\"fa fa-square-o\" aria-hidden=\"true\"><\/i><\/span>If + past perfect, would have + past participle<\/label><\/li><li class=\"quiz_unselected_answer\"><input data-value='If + past simple, would + base verb' data-rule='0' id='question-3_3' name='question-3' type='radio' data-points='1'> <label for='question-3_3'><span class=\"advq_a_input\"><i class=\"fa fa-square-o\" aria-hidden=\"true\"><\/i><\/span>If + past simple, would + base verb<\/label><\/li><\/ul><\/div><\/div><div  data-mandatory=\"\" class=\"advq_question_container \" ><div class=\"advq_question_wrap\"><div class=\"advq_question\" data-question-id=\"question-4\" >?In a type 1 and 3 mixed conditional, what is the structure for the \"if\" clause<\/div><ul data-priority=\"normal\" data-type=\"radio\" data-relation=\"ignore\" class=\"advq_question_list\" data-question-id=\"question-4\"><li class=\"quiz_unselected_answer\"><input data-value='If + present simple, would + base verb' data-rule='0' id='question-4_0' name='question-4' type='radio' data-points='1'> <label for='question-4_0'><span class=\"advq_a_input\"><i class=\"fa fa-square-o\" aria-hidden=\"true\"><\/i><\/span>If + present simple, would + base verb<\/label><\/li><li class=\"quiz_unselected_answer\"><input data-value='If + present simple, would have + past participle' data-rule='1' id='question-4_1' name='question-4' type='radio' data-points='1'> <label for='question-4_1'><span class=\"advq_a_input\"><i class=\"fa fa-square-o\" aria-hidden=\"true\"><\/i><\/span>If + present simple, would have + past participle<\/label><\/li><li class=\"quiz_unselected_answer\"><input data-value='If + past perfect, would not (wouldn&#039;t) have + past participle' data-rule='0' id='question-4_2' name='question-4' type='radio' data-points='1'> <label for='question-4_2'><span class=\"advq_a_input\"><i class=\"fa fa-square-o\" aria-hidden=\"true\"><\/i><\/span>If + past perfect, would not (wouldn't) have + past participle<\/label><\/li><li class=\"quiz_unselected_answer\"><input data-value='If + past simple, would have + past participle' data-rule='0' id='question-4_3' name='question-4' type='radio' data-points='1'> <label for='question-4_3'><span class=\"advq_a_input\"><i class=\"fa fa-square-o\" aria-hidden=\"true\"><\/i><\/span>If + past simple, would have + past participle<\/label><\/li><\/ul><\/div><\/div><div  data-mandatory=\"\" class=\"advq_question_container \" ><div class=\"advq_question_wrap\"><div class=\"advq_question\" data-question-id=\"question-5\" >?What common mistake should you avoid when using mixed conditionals<\/div><ul data-priority=\"normal\" data-type=\"radio\" data-relation=\"ignore\" class=\"advq_question_list\" data-question-id=\"question-5\"><li class=\"quiz_unselected_answer\"><input data-value='Inconsistent time references where the &quot;if&quot; clause and the result clause are not aligned' data-rule='1' id='question-5_0' name='question-5' type='radio' data-points='1'> <label for='question-5_0'><span class=\"advq_a_input\"><i class=\"fa fa-square-o\" aria-hidden=\"true\"><\/i><\/span>Inconsistent time references where the \"if\" clause and the result clause are not aligned<\/label><\/li><li class=\"quiz_unselected_answer\"><input data-value='Overusing mixed conditionals in your speech or writing' data-rule='0' id='question-5_1' name='question-5' type='radio' data-points='1'> <label for='question-5_1'><span class=\"advq_a_input\"><i class=\"fa fa-square-o\" aria-hidden=\"true\"><\/i><\/span>Overusing mixed conditionals in your speech or writing<\/label><\/li><li class=\"quiz_unselected_answer\"><input data-value='Using past simple for all types of mixed conditionals' data-rule='0' id='question-5_2' name='question-5' type='radio' data-points='1'> <label for='question-5_2'><span class=\"advq_a_input\"><i class=\"fa fa-square-o\" aria-hidden=\"true\"><\/i><\/span>Using past simple for all types of mixed conditionals<\/label><\/li><li class=\"quiz_unselected_answer\"><input data-value='Mixing different types of conditionals within the same sentence' data-rule='0' id='question-5_3' name='question-5' type='radio' data-points='1'> <label for='question-5_3'><span class=\"advq_a_input\"><i class=\"fa fa-square-o\" aria-hidden=\"true\"><\/i><\/span>Mixing different types of conditionals within the same sentence<\/label><\/li><\/ul><\/div><\/div><div  data-mandatory=\"\" class=\"advq_question_container \" ><div class=\"advq_question_wrap\"><div class=\"advq_question\" data-question-id=\"question-6\" >If she had known about the discount, she ____________ it<\/div><ul data-priority=\"normal\" data-type=\"radio\" data-relation=\"ignore\" class=\"advq_question_list\" data-question-id=\"question-6\"><li class=\"quiz_unselected_answer\"><input data-value='bought ' data-rule='0' id='question-6_0' name='question-6' type='radio' data-points='1'> <label for='question-6_0'><span class=\"advq_a_input\"><i class=\"fa fa-square-o\" aria-hidden=\"true\"><\/i><\/span>bought <\/label><\/li><li class=\"quiz_unselected_answer\"><input data-value='would have bought' data-rule='1' id='question-6_1' name='question-6' type='radio' data-points='1'> <label for='question-6_1'><span class=\"advq_a_input\"><i class=\"fa fa-square-o\" aria-hidden=\"true\"><\/i><\/span>would have bought<\/label><\/li><li class=\"quiz_unselected_answer\"><input data-value=' will buy ' data-rule='0' id='question-6_2' name='question-6' type='radio' data-points='1'> <label for='question-6_2'><span class=\"advq_a_input\"><i class=\"fa fa-square-o\" aria-hidden=\"true\"><\/i><\/span> will buy <\/label><\/li><li class=\"quiz_unselected_answer\"><input data-value=' buys' data-rule='0' id='question-6_3' name='question-6' type='radio' data-points='1'> <label for='question-6_3'><span class=\"advq_a_input\"><i class=\"fa fa-square-o\" aria-hidden=\"true\"><\/i><\/span> buys<\/label><\/li><\/ul><\/div><\/div><div  data-mandatory=\"\" class=\"advq_question_container \" ><div class=\"advq_question_wrap\"><div class=\"advq_question\" data-question-id=\"question-7\" >If he ____________ the lottery, he ____________ his job<\/div><ul data-priority=\"normal\" data-type=\"radio\" data-relation=\"ignore\" class=\"advq_question_list\" data-question-id=\"question-7\"><li class=\"quiz_unselected_answer\"><input data-value='had won, would have quit' data-rule='1' id='question-7_0' name='question-7' type='radio' data-points='1'> <label for='question-7_0'><span class=\"advq_a_input\"><i class=\"fa fa-square-o\" aria-hidden=\"true\"><\/i><\/span>had won, would have quit<\/label><\/li><li class=\"quiz_unselected_answer\"><input data-value='wins, quits ' data-rule='0' id='question-7_1' name='question-7' type='radio' data-points='1'> <label for='question-7_1'><span class=\"advq_a_input\"><i class=\"fa fa-square-o\" aria-hidden=\"true\"><\/i><\/span>wins, quits <\/label><\/li><li class=\"quiz_unselected_answer\"><input data-value='won, will quit ' data-rule='0' id='question-7_2' name='question-7' type='radio' data-points='1'> <label for='question-7_2'><span class=\"advq_a_input\"><i class=\"fa fa-square-o\" aria-hidden=\"true\"><\/i><\/span>won, will quit <\/label><\/li><li class=\"quiz_unselected_answer\"><input data-value='won, quit ' data-rule='0' id='question-7_3' name='question-7' type='radio' data-points='1'> <label for='question-7_3'><span class=\"advq_a_input\"><i class=\"fa fa-square-o\" aria-hidden=\"true\"><\/i><\/span>won, quit <\/label><\/li><\/ul><\/div><\/div><div  data-mandatory=\"\" class=\"advq_question_container \" ><div class=\"advq_question_wrap\"><div class=\"advq_question\" data-question-id=\"question-8\" >If they ____________ for the conference, they ____________ a lot<\/div><ul data-priority=\"normal\" data-type=\"radio\" data-relation=\"ignore\" class=\"advq_question_list\" data-question-id=\"question-8\"><li class=\"quiz_unselected_answer\"><input data-value='go, will learn ' data-rule='0' id='question-8_0' name='question-8' type='radio' data-points='1'> <label for='question-8_0'><span class=\"advq_a_input\"><i class=\"fa fa-square-o\" aria-hidden=\"true\"><\/i><\/span>go, will learn <\/label><\/li><li class=\"quiz_unselected_answer\"><input data-value='go, would learn' data-rule='0' id='question-8_1' name='question-8' type='radio' data-points='1'> <label for='question-8_1'><span class=\"advq_a_input\"><i class=\"fa fa-square-o\" aria-hidden=\"true\"><\/i><\/span>go, would learn<\/label><\/li><li class=\"quiz_unselected_answer\"><input data-value='went, would have learned ' data-rule='1' id='question-8_2' name='question-8' type='radio' data-points='1'> <label for='question-8_2'><span class=\"advq_a_input\"><i class=\"fa fa-square-o\" aria-hidden=\"true\"><\/i><\/span>went, would have learned <\/label><\/li><li class=\"quiz_unselected_answer\"><input data-value='goes, have learned ' data-rule='0' id='question-8_3' name='question-8' type='radio' data-points='1'> <label for='question-8_3'><span class=\"advq_a_input\"><i class=\"fa fa-square-o\" aria-hidden=\"true\"><\/i><\/span>goes, have learned <\/label><\/li><\/ul><\/div><\/div><div  data-mandatory=\"\" class=\"advq_question_container \" ><div class=\"advq_question_wrap\"><div class=\"advq_question\" data-question-id=\"question-9\" >If I ____________ earlier, I ____________ more<\/div><ul data-priority=\"normal\" data-type=\"radio\" data-relation=\"ignore\" class=\"advq_question_list\" data-question-id=\"question-9\"><li class=\"quiz_unselected_answer\"><input data-value='worked, would have earned' data-rule='1' id='question-9_0' name='question-9' type='radio' data-points='1'> <label for='question-9_0'><span class=\"advq_a_input\"><i class=\"fa fa-square-o\" aria-hidden=\"true\"><\/i><\/span>worked, would have earned<\/label><\/li><li class=\"quiz_unselected_answer\"><input data-value='work, will earn ' data-rule='0' id='question-9_1' name='question-9' type='radio' data-points='1'> <label for='question-9_1'><span class=\"advq_a_input\"><i class=\"fa fa-square-o\" aria-hidden=\"true\"><\/i><\/span>work, will earn <\/label><\/li><li class=\"quiz_unselected_answer\"><input data-value='working, earn' data-rule='0' id='question-9_2' name='question-9' type='radio' data-points='1'> <label for='question-9_2'><span class=\"advq_a_input\"><i class=\"fa fa-square-o\" aria-hidden=\"true\"><\/i><\/span>working, earn<\/label><\/li><li class=\"quiz_unselected_answer\"><input data-value=' work, would earn ' data-rule='0' id='question-9_3' name='question-9' type='radio' data-points='1'> <label for='question-9_3'><span class=\"advq_a_input\"><i class=\"fa fa-square-o\" aria-hidden=\"true\"><\/i><\/span> work, would earn <\/label><\/li><\/ul><\/div><\/div><div  data-mandatory=\"\" class=\"advq_question_container \" ><div class=\"advq_question_wrap\"><div class=\"advq_question\" data-question-id=\"question-10\" >If they ____________ the alarm, they ____________ the fire<\/div><ul data-priority=\"normal\" data-type=\"radio\" data-relation=\"ignore\" class=\"advq_question_list\" data-question-id=\"question-10\"><li class=\"quiz_unselected_answer\"><input data-value='sounding, detect' data-rule='0' id='question-10_0' name='question-10' type='radio' data-points='1'> <label for='question-10_0'><span class=\"advq_a_input\"><i class=\"fa fa-square-o\" aria-hidden=\"true\"><\/i><\/span>sounding, detect<\/label><\/li><li class=\"quiz_unselected_answer\"><input data-value='sound, detected ' data-rule='0' id='question-10_1' name='question-10' type='radio' data-points='1'> <label for='question-10_1'><span class=\"advq_a_input\"><i class=\"fa fa-square-o\" aria-hidden=\"true\"><\/i><\/span>sound, detected <\/label><\/li><li class=\"quiz_unselected_answer\"><input data-value='sounded, would have detected ' data-rule='1' id='question-10_2' name='question-10' type='radio' data-points='1'> <label for='question-10_2'><span class=\"advq_a_input\"><i class=\"fa fa-square-o\" aria-hidden=\"true\"><\/i><\/span>sounded, would have detected <\/label><\/li><li class=\"quiz_unselected_answer\"><input data-value=' sound, will detect ' data-rule='0' id='question-10_3' name='question-10' type='radio' data-points='1'> <label for='question-10_3'><span class=\"advq_a_input\"><i class=\"fa fa-square-o\" aria-hidden=\"true\"><\/i><\/span> sound, will detect <\/label><\/li><\/ul><\/div><\/div><div class=\"advq_before_results\"><div class=\"advq_checkanswers \">\n\t\t<div class=\"advq_button\">\u05d1\u05d3\u05e7\u05d5 \u05d0\u05ea \u05d4\u05ea\u05e9\u05d5\u05d1\u05d5\u05ea<\/div>\n        <div class=\"advq_warning\"><\/div>\n\t<\/div><\/div><div class=\"advq_results_wrapper\"><div style=\"display:none;\" class=\"advq_results_title\">\u05d4\u05ea\u05d5\u05e6\u05d0\u05d4 \u05e9\u05dc\u05db\u05dd:<\/div><div class=\"advq_review_answers\">\u05e1\u05e7\u05d9\u05e8\u05ea \u05d4\u05ea\u05e9\u05d5\u05d1\u05d5\u05ea<\/div><div style=\"display:none;\" class=\"advq_no_results\"><div class=\"advq_no_results_title\">\u05dc\u05e6\u05e2\u05e8\u05e0\u05d5, \u05dc\u05d0 \u05e0\u05de\u05e6\u05d0\u05d5 \u05ea\u05d5\u05e6\u05d0\u05d5\u05ea.<\/div>\u05d0\u05e0\u05d0 \u05d1\u05e6\u05e2\u05d5 \u05e9\u05e0\u05d9\u05ea \u05d0\u05ea \u05d4\u05de\u05d1\u05d7\u05df \u05d5\u05e0\u05e1\u05d5 \u05e9\u05d9\u05dc\u05d5\u05d1\u05d9 \u05ea\u05e9\u05d5\u05d1\u05d5\u05ea \u05e9\u05d5\u05e0\u05d9\u05dd.<\/div><div style=\"display:none;\" data-query=\"\" data-up-to=\"10\" class=\"advq_feedback_box\" id=\"advq_feedback_1694077926\" data-title=\"\" data-unique-id=\"feedback_1694077926\" data-tag=\"\" data-redirect=\"\">\n\t\t\t\t\t\t<div class=\"advq_feedback_title\"><\/div><div class=\"advq_feedback_description\">\u05de\u05e6\u05d5\u05d9\u05df!\r\n\r\n\u05db\u05d3\u05d9 \u05dc\u05e9\u05e4\u05e8 \u05d0\u05ea \u05d4\u05d9\u05d3\u05e2 \u05e9\u05dc\u05db\u05dd \u05d1\u05d0\u05e0\u05d2\u05dc\u05d9\u05ea, \u05e7\u05e8\u05d0\u05d5 \u05de\u05d0\u05de\u05e8\u05d9\u05dd \u05e0\u05d5\u05e1\u05e4\u05d9\u05dd \u05d1\u05d1\u05dc\u05d5\u05d2 \u05e9\u05dc\u05e0\u05d5!<\/div><div class=\"advq-share-buttons\">\n\t  \t\t\t\t<div class=\"advq-fb-link\">\n\t  \t\t\t\t\t<a data-social-network=\"facebook\" href=\"https:\/\/www.facebook.com\/sharer\/sharer.php?u=https%3A%2F%2Fwww.novakidschool.com%2Fhe%2Fblog%2Fwp-json%2Fwp%2Fv2%2Fposts%2F2494%3Fqid%3D2503qr%7Brid%7D\" target=\"_blank\" title=\"Share on Facebook\"><i class=\"fa fa-facebook-square\" aria-hidden=\"true\"><\/i> <span>\u05e9\u05ea\u05e4\u05d5 \u05d0\u05ea \u05d4\u05ea\u05d5\u05e6\u05d0\u05d5\u05ea \u05e9\u05dc\u05db\u05dd<\/span><\/a><\/div>\n\t \t\t\t \t<div class=\"advq-twitter-link\">\n\t \t\t\t \t\t<a data-social-network=\"twitter\" href=\"https:\/\/twitter.com\/intent\/tweet?source=https%3A%2F%2Fwww.novakidschool.com%2Fhe%2Fblog%2Fwp-json%2Fwp%2Fv2%2Fposts%2F2494%3Fqid%3D2503qr%7Brid%7D&text={result}Phrasal Verbs: https:\/\/www.novakidschool.com\/he\/blog\/wp-json\/wp\/v2\/posts\/2494?qid=2503qr{rid} \" target=\"_blank\" title=\"Tweet\"><i class=\"fa fa-twitter\" aria-hidden=\"true\"><\/i><span> \u05e9\u05ea\u05e4\u05d5 \u05d0\u05ea \u05d4\u05ea\u05d5\u05e6\u05d0\u05d5\u05ea \u05e9\u05dc\u05db\u05dd<\/span><\/a><\/div>\n\t\t\t\t\t<div class=\"advq-linkedin-link\">\n\t  \t\t\t\t\t<a data-social-network=\"linkedin\" href=\"https:\/\/www.linkedin.com\/sharing\/share-offsite\/?url=https%3A%2F%2Fwww.novakidschool.com%2Fhe%2Fblog%2Fwp-json%2Fwp%2Fv2%2Fposts%2F2494%3Fqid%3D2503qr%7Brid%7D\" target=\"_blank\" title=\"Share on Linkedin\"><i class=\"fa fa-linkedin-square\" aria-hidden=\"true\"><\/i> <span>\u05e9\u05ea\u05e4\u05d5 \u05d0\u05ea \u05d4\u05ea\u05d5\u05e6\u05d0\u05d5\u05ea \u05e9\u05dc\u05db\u05dd<\/span><\/a><\/div>\n\t\t\t\t<\/div><\/div><div style=\"display:none;\" data-query=\"\" data-up-to=\"8\" class=\"advq_feedback_box\" id=\"advq_feedback_1694077936\" data-title=\"\" data-unique-id=\"feedback_1694077936\" data-tag=\"\" data-redirect=\"\">\n\t\t\t\t\t\t<div class=\"advq_feedback_title\"><\/div><div class=\"advq_feedback_description\">\u05e2\u05d1\u05d5\u05d3\u05d4 \u05d8\u05d5\u05d1\u05d4!\r\n\r\n\u05db\u05d3\u05d9 \u05dc\u05e9\u05e4\u05e8 \u05d0\u05ea \u05d4\u05d9\u05d3\u05e2 \u05e9\u05dc\u05db\u05dd \u05d1\u05d0\u05e0\u05d2\u05dc\u05d9\u05ea, \u05e7\u05e8\u05d0\u05d5 \u05de\u05d0\u05de\u05e8\u05d9\u05dd \u05e0\u05d5\u05e1\u05e4\u05d9\u05dd \u05d1\u05d1\u05dc\u05d5\u05d2 \u05e9\u05dc\u05e0\u05d5!<\/div><div class=\"advq-share-buttons\">\n\t  \t\t\t\t<div class=\"advq-fb-link\">\n\t  \t\t\t\t\t<a data-social-network=\"facebook\" href=\"https:\/\/www.facebook.com\/sharer\/sharer.php?u=https%3A%2F%2Fwww.novakidschool.com%2Fhe%2Fblog%2Fwp-json%2Fwp%2Fv2%2Fposts%2F2494%3Fqid%3D2503qr%7Brid%7D\" target=\"_blank\" title=\"Share on Facebook\"><i class=\"fa fa-facebook-square\" aria-hidden=\"true\"><\/i> <span>\u05e9\u05ea\u05e4\u05d5 \u05d0\u05ea \u05d4\u05ea\u05d5\u05e6\u05d0\u05d5\u05ea \u05e9\u05dc\u05db\u05dd<\/span><\/a><\/div>\n\t \t\t\t \t<div class=\"advq-twitter-link\">\n\t \t\t\t \t\t<a data-social-network=\"twitter\" href=\"https:\/\/twitter.com\/intent\/tweet?source=https%3A%2F%2Fwww.novakidschool.com%2Fhe%2Fblog%2Fwp-json%2Fwp%2Fv2%2Fposts%2F2494%3Fqid%3D2503qr%7Brid%7D&text={result}Phrasal Verbs: https:\/\/www.novakidschool.com\/he\/blog\/wp-json\/wp\/v2\/posts\/2494?qid=2503qr{rid} \" target=\"_blank\" title=\"Tweet\"><i class=\"fa fa-twitter\" aria-hidden=\"true\"><\/i><span> \u05e9\u05ea\u05e4\u05d5 \u05d0\u05ea \u05d4\u05ea\u05d5\u05e6\u05d0\u05d5\u05ea \u05e9\u05dc\u05db\u05dd<\/span><\/a><\/div>\n\t\t\t\t\t<div class=\"advq-linkedin-link\">\n\t  \t\t\t\t\t<a data-social-network=\"linkedin\" href=\"https:\/\/www.linkedin.com\/sharing\/share-offsite\/?url=https%3A%2F%2Fwww.novakidschool.com%2Fhe%2Fblog%2Fwp-json%2Fwp%2Fv2%2Fposts%2F2494%3Fqid%3D2503qr%7Brid%7D\" target=\"_blank\" title=\"Share on Linkedin\"><i class=\"fa fa-linkedin-square\" aria-hidden=\"true\"><\/i> <span>\u05e9\u05ea\u05e4\u05d5 \u05d0\u05ea \u05d4\u05ea\u05d5\u05e6\u05d0\u05d5\u05ea \u05e9\u05dc\u05db\u05dd<\/span><\/a><\/div>\n\t\t\t\t<\/div><\/div><div style=\"display:none;\" data-query=\"\" data-up-to=\"5\" class=\"advq_feedback_box\" id=\"advq_feedback_1694077937\" data-title=\"\" data-unique-id=\"feedback_1694077937\" data-tag=\"\" data-redirect=\"\">\n\t\t\t\t\t\t<div class=\"advq_feedback_title\"><\/div><div class=\"advq_feedback_description\">\u05e0\u05e1\u05d5 \u05e9\u05d5\u05d1.\r\n \u05d0\u05e0\u05d5 \u05de\u05e6\u05d9\u05e2\u05d9\u05dd \u05dc\u05db\u05dd \u05dc\u05e7\u05e8\u05d5\u05d0 \u05d0\u05ea \u05d4\u05de\u05d0\u05de\u05e8 \u05e9\u05e0\u05d9\u05ea \u05d5\u05dc\u05d1\u05e6\u05e2 \u05d0\u05ea \u05d4\u05de\u05d1\u05d7\u05df \u05e4\u05e2\u05dd \u05e0\u05d5\u05e1\u05e4\u05ea.\r\n\r\n\u05db\u05d3\u05d9 \u05dc\u05e9\u05e4\u05e8 \u05d0\u05ea \u05d4\u05d9\u05d3\u05e2 \u05e9\u05dc\u05db\u05dd \u05d1\u05d0\u05e0\u05d2\u05dc\u05d9\u05ea, \u05e7\u05e8\u05d0\u05d5 \u05de\u05d0\u05de\u05e8\u05d9\u05dd \u05e0\u05d5\u05e1\u05e4\u05d9\u05dd \u05d1\u05d1\u05dc\u05d5\u05d2 \u05e9\u05dc\u05e0\u05d5!<\/div><div class=\"advq-share-buttons\">\n\t  \t\t\t\t<div class=\"advq-fb-link\">\n\t  \t\t\t\t\t<a data-social-network=\"facebook\" href=\"https:\/\/www.facebook.com\/sharer\/sharer.php?u=https%3A%2F%2Fwww.novakidschool.com%2Fhe%2Fblog%2Fwp-json%2Fwp%2Fv2%2Fposts%2F2494%3Fqid%3D2503qr%7Brid%7D\" target=\"_blank\" title=\"Share on Facebook\"><i class=\"fa fa-facebook-square\" aria-hidden=\"true\"><\/i> <span>\u05e9\u05ea\u05e4\u05d5 \u05d0\u05ea \u05d4\u05ea\u05d5\u05e6\u05d0\u05d5\u05ea \u05e9\u05dc\u05db\u05dd<\/span><\/a><\/div>\n\t \t\t\t \t<div class=\"advq-twitter-link\">\n\t \t\t\t \t\t<a data-social-network=\"twitter\" href=\"https:\/\/twitter.com\/intent\/tweet?source=https%3A%2F%2Fwww.novakidschool.com%2Fhe%2Fblog%2Fwp-json%2Fwp%2Fv2%2Fposts%2F2494%3Fqid%3D2503qr%7Brid%7D&text={result}Phrasal Verbs: https:\/\/www.novakidschool.com\/he\/blog\/wp-json\/wp\/v2\/posts\/2494?qid=2503qr{rid} \" target=\"_blank\" title=\"Tweet\"><i class=\"fa fa-twitter\" aria-hidden=\"true\"><\/i><span> \u05e9\u05ea\u05e4\u05d5 \u05d0\u05ea \u05d4\u05ea\u05d5\u05e6\u05d0\u05d5\u05ea \u05e9\u05dc\u05db\u05dd<\/span><\/a><\/div>\n\t\t\t\t\t<div class=\"advq-linkedin-link\">\n\t  \t\t\t\t\t<a data-social-network=\"linkedin\" href=\"https:\/\/www.linkedin.com\/sharing\/share-offsite\/?url=https%3A%2F%2Fwww.novakidschool.com%2Fhe%2Fblog%2Fwp-json%2Fwp%2Fv2%2Fposts%2F2494%3Fqid%3D2503qr%7Brid%7D\" target=\"_blank\" title=\"Share on Linkedin\"><i class=\"fa fa-linkedin-square\" aria-hidden=\"true\"><\/i> <span>\u05e9\u05ea\u05e4\u05d5 \u05d0\u05ea \u05d4\u05ea\u05d5\u05e6\u05d0\u05d5\u05ea \u05e9\u05dc\u05db\u05dd<\/span><\/a><\/div>\n\t\t\t\t<\/div><\/div>\n                <div class=\"advq-restart\">\n                    <a href=\"\/he\/blog\/wp-json\/wp\/v2\/posts\/2494\" title=\"\u05d1\u05e6\u05e2\u05d5 \u05e9\u05e0\u05d9\u05ea \u05d0\u05ea \u05d4\u05de\u05d1\u05d7\u05df\"><i class=\"fa fa-refresh\" aria-hidden=\"true\"><\/i> <span>\u05d1\u05e6\u05e2\u05d5 \u05e9\u05e0\u05d9\u05ea \u05d0\u05ea \u05d4\u05de\u05d1\u05d7\u05df<\/span><\/a>\n                <\/div><\/div><!-- Closing div for results --><\/div><!-- Closing div for quiz -->\n","protected":false},"excerpt":{"rendered":"<p>\u05de\u05d4\u05dd Phrasal Verbs \u2013 \u05d1\u05d9\u05d8\u05d5\u05d9\u05d9 \u05e4\u05e2\u05dc\u05d9\u05dd \u05d1\u05e9\u05e4\u05d4 \u05d4\u05d0\u05e0\u05d2\u05dc\u05d9\u05ea? \u05d0\u05d9\u05da \u05de\u05e9\u05ea\u05de\u05e9\u05d9\u05dd \u05d1\u05d1\u05d9\u05d8\u05d5\u05d9\u05d9 \u05d4\u05e4\u05e2\u05dc\u05d9\u05dd \u05d4\u05d0\u05dc\u05d4 \u05d5\u05de\u05ea\u05d9? \u05dc\u05de\u05d3\u05d5 \u05d0\u05ea \u05de\u05d1\u05e0\u05d4 \u05d4\u05de\u05e9\u05e4\u05d8\u05d9\u05dd \u05d4\u05db\u05d5\u05dc\u05dc\u05d9\u05dd Phrasal Verbs \u05d5\u05d0\u05d9\u05da \u05dc\u05d4\u05e9\u05ea\u05de\u05e9 \u05d1\u05d4\u05dd \u05d1\u05d9\u05e2\u05d9\u05dc\u05d5\u05ea.<\/p>\n","protected":false},"author":1,"featured_media":2495,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"inline_featured_image":false,"footnotes":""},"categories":[32,52],"tags":[],"class_list":["post-2494","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-dkdvk","category-52"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.3 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>\u05de\u05d4 \u05d6\u05d4 Phrasal Verbs \u05d1\u05e9\u05e4\u05d4 \u05d4\u05d0\u05e0\u05d2\u05dc\u05d9\u05ea? \u05d0\u05d9\u05da \u05de\u05e9\u05ea\u05de\u05e9\u05d9\u05dd \u05d1\u05d4\u05dd \u05d5\u05de\u05ea\u05d9?<\/title>\n<meta name=\"description\" content=\"\u05de\u05d4\u05dd Phrasal Verbs \u2013 \u05d1\u05d9\u05d8\u05d5\u05d9\u05d9 \u05e4\u05e2\u05dc\u05d9\u05dd \u05d1\u05e9\u05e4\u05d4 \u05d4\u05d0\u05e0\u05d2\u05dc\u05d9\u05ea? \u05d0\u05d9\u05da \u05de\u05e9\u05ea\u05de\u05e9\u05d9\u05dd \u05d1\u05d1\u05d9\u05d8\u05d5\u05d9\u05d9 \u05d4\u05e4\u05e2\u05dc\u05d9\u05dd \u05d4\u05d0\u05dc\u05d4 \u05d5\u05de\u05ea\u05d9? \u05dc\u05de\u05d3\u05d5 \u05d0\u05ea \u05de\u05d1\u05e0\u05d4 \u05d4\u05de\u05e9\u05e4\u05d8\u05d9\u05dd \u05d4\u05db\u05d5\u05dc\u05dc\u05d9\u05dd Phrasal Verbs \u05d5\u05d0\u05d9\u05da \u05dc\u05d4\u05e9\u05ea\u05de\u05e9 \u05d1\u05d4\u05dd \u05d1\u05d9\u05e2\u05d9\u05dc\u05d5\u05ea.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.novakidschool.com\/he\/blog\/phrasal-verbs\/\" \/>\n<meta property=\"og:locale\" content=\"he_IL\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"\u05de\u05d4 \u05d6\u05d4 Phrasal Verbs \u05d1\u05e9\u05e4\u05d4 \u05d4\u05d0\u05e0\u05d2\u05dc\u05d9\u05ea? \u05d0\u05d9\u05da \u05de\u05e9\u05ea\u05de\u05e9\u05d9\u05dd \u05d1\u05d4\u05dd \u05d5\u05de\u05ea\u05d9?\" \/>\n<meta property=\"og:description\" content=\"\u05de\u05d4\u05dd Phrasal Verbs \u2013 \u05d1\u05d9\u05d8\u05d5\u05d9\u05d9 \u05e4\u05e2\u05dc\u05d9\u05dd \u05d1\u05e9\u05e4\u05d4 \u05d4\u05d0\u05e0\u05d2\u05dc\u05d9\u05ea? \u05d0\u05d9\u05da \u05de\u05e9\u05ea\u05de\u05e9\u05d9\u05dd \u05d1\u05d1\u05d9\u05d8\u05d5\u05d9\u05d9 \u05d4\u05e4\u05e2\u05dc\u05d9\u05dd \u05d4\u05d0\u05dc\u05d4 \u05d5\u05de\u05ea\u05d9? \u05dc\u05de\u05d3\u05d5 \u05d0\u05ea \u05de\u05d1\u05e0\u05d4 \u05d4\u05de\u05e9\u05e4\u05d8\u05d9\u05dd \u05d4\u05db\u05d5\u05dc\u05dc\u05d9\u05dd Phrasal Verbs \u05d5\u05d0\u05d9\u05da \u05dc\u05d4\u05e9\u05ea\u05de\u05e9 \u05d1\u05d4\u05dd \u05d1\u05d9\u05e2\u05d9\u05dc\u05d5\u05ea.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.novakidschool.com\/he\/blog\/phrasal-verbs\/\" \/>\n<meta property=\"og:site_name\" content=\"\u05d1\u05dc\u05d5\u05d2 | \u05d8\u05d9\u05e4\u05d9\u05dd \u05dc\u05d4\u05d5\u05e8\u05d9\u05dd - \u05d0\u05d9\u05da \u05dc\u05dc\u05de\u05d3 \u05d0\u05ea \u05d4\u05d9\u05dc\u05d3\u05d9\u05dd \u05d0\u05e0\u05d2\u05dc\u05d9\u05ea? | \u05e0\u05d5\u05d1\u05d4\u05e7\u05d9\u05d3\" \/>\n<meta property=\"article:published_time\" content=\"2023-11-24T11:44:27+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-02-07T06:28:37+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.novakidschool.com\/he\/blog\/wp-content\/uploads\/2023\/11\/Phrasal-Verbs.png\" \/>\n\t<meta property=\"og:image:width\" content=\"960\" \/>\n\t<meta property=\"og:image:height\" content=\"500\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Novakid\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"\u05e0\u05db\u05ea\u05d1 \u05e2\u05dc \u05d9\u05d3\" \/>\n\t<meta name=\"twitter:data1\" content=\"Novakid\" \/>\n\t<meta name=\"twitter:label2\" content=\"\u05d6\u05de\u05df \u05e7\u05e8\u05d9\u05d0\u05d4 \u05de\u05d5\u05e2\u05e8\u05da\" \/>\n\t<meta name=\"twitter:data2\" content=\"\u05d3\u05e7\u05d41\" \/>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"\u05de\u05d4 \u05d6\u05d4 Phrasal Verbs \u05d1\u05e9\u05e4\u05d4 \u05d4\u05d0\u05e0\u05d2\u05dc\u05d9\u05ea? \u05d0\u05d9\u05da \u05de\u05e9\u05ea\u05de\u05e9\u05d9\u05dd \u05d1\u05d4\u05dd \u05d5\u05de\u05ea\u05d9?","description":"\u05de\u05d4\u05dd Phrasal Verbs \u2013 \u05d1\u05d9\u05d8\u05d5\u05d9\u05d9 \u05e4\u05e2\u05dc\u05d9\u05dd \u05d1\u05e9\u05e4\u05d4 \u05d4\u05d0\u05e0\u05d2\u05dc\u05d9\u05ea? \u05d0\u05d9\u05da \u05de\u05e9\u05ea\u05de\u05e9\u05d9\u05dd \u05d1\u05d1\u05d9\u05d8\u05d5\u05d9\u05d9 \u05d4\u05e4\u05e2\u05dc\u05d9\u05dd \u05d4\u05d0\u05dc\u05d4 \u05d5\u05de\u05ea\u05d9? \u05dc\u05de\u05d3\u05d5 \u05d0\u05ea \u05de\u05d1\u05e0\u05d4 \u05d4\u05de\u05e9\u05e4\u05d8\u05d9\u05dd \u05d4\u05db\u05d5\u05dc\u05dc\u05d9\u05dd Phrasal Verbs \u05d5\u05d0\u05d9\u05da \u05dc\u05d4\u05e9\u05ea\u05de\u05e9 \u05d1\u05d4\u05dd \u05d1\u05d9\u05e2\u05d9\u05dc\u05d5\u05ea.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.novakidschool.com\/he\/blog\/phrasal-verbs\/","og_locale":"he_IL","og_type":"article","og_title":"\u05de\u05d4 \u05d6\u05d4 Phrasal Verbs \u05d1\u05e9\u05e4\u05d4 \u05d4\u05d0\u05e0\u05d2\u05dc\u05d9\u05ea? \u05d0\u05d9\u05da \u05de\u05e9\u05ea\u05de\u05e9\u05d9\u05dd \u05d1\u05d4\u05dd \u05d5\u05de\u05ea\u05d9?","og_description":"\u05de\u05d4\u05dd Phrasal Verbs \u2013 \u05d1\u05d9\u05d8\u05d5\u05d9\u05d9 \u05e4\u05e2\u05dc\u05d9\u05dd \u05d1\u05e9\u05e4\u05d4 \u05d4\u05d0\u05e0\u05d2\u05dc\u05d9\u05ea? \u05d0\u05d9\u05da \u05de\u05e9\u05ea\u05de\u05e9\u05d9\u05dd \u05d1\u05d1\u05d9\u05d8\u05d5\u05d9\u05d9 \u05d4\u05e4\u05e2\u05dc\u05d9\u05dd \u05d4\u05d0\u05dc\u05d4 \u05d5\u05de\u05ea\u05d9? \u05dc\u05de\u05d3\u05d5 \u05d0\u05ea \u05de\u05d1\u05e0\u05d4 \u05d4\u05de\u05e9\u05e4\u05d8\u05d9\u05dd \u05d4\u05db\u05d5\u05dc\u05dc\u05d9\u05dd Phrasal Verbs \u05d5\u05d0\u05d9\u05da \u05dc\u05d4\u05e9\u05ea\u05de\u05e9 \u05d1\u05d4\u05dd \u05d1\u05d9\u05e2\u05d9\u05dc\u05d5\u05ea.","og_url":"https:\/\/www.novakidschool.com\/he\/blog\/phrasal-verbs\/","og_site_name":"\u05d1\u05dc\u05d5\u05d2 | \u05d8\u05d9\u05e4\u05d9\u05dd \u05dc\u05d4\u05d5\u05e8\u05d9\u05dd - \u05d0\u05d9\u05da \u05dc\u05dc\u05de\u05d3 \u05d0\u05ea \u05d4\u05d9\u05dc\u05d3\u05d9\u05dd \u05d0\u05e0\u05d2\u05dc\u05d9\u05ea? | \u05e0\u05d5\u05d1\u05d4\u05e7\u05d9\u05d3","article_published_time":"2023-11-24T11:44:27+00:00","article_modified_time":"2026-02-07T06:28:37+00:00","og_image":[{"width":960,"height":500,"url":"https:\/\/www.novakidschool.com\/he\/blog\/wp-content\/uploads\/2023\/11\/Phrasal-Verbs.png","type":"image\/png"}],"author":"Novakid","twitter_card":"summary_large_image","twitter_misc":{"\u05e0\u05db\u05ea\u05d1 \u05e2\u05dc \u05d9\u05d3":"Novakid","\u05d6\u05de\u05df \u05e7\u05e8\u05d9\u05d0\u05d4 \u05de\u05d5\u05e2\u05e8\u05da":"\u05d3\u05e7\u05d41"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.novakidschool.com\/he\/blog\/phrasal-verbs\/#article","isPartOf":{"@id":"https:\/\/www.novakidschool.com\/he\/blog\/phrasal-verbs\/"},"author":{"name":"Novakid","@id":"https:\/\/www.novakidschool.com\/he\/blog\/#\/schema\/person\/9c8dc48e6039f718eeaa2fe161105bb7"},"headline":"\u05de\u05d4\u05dd Phrasal Verbs? \u05d4\u05e1\u05d1\u05e8 \u05d5\u05de\u05d1\u05d7\u05df \u05dc\u05ea\u05e8\u05d2\u05d5\u05dc \u05e2\u05dd \u05ea\u05e9\u05d5\u05d1\u05d5\u05ea","datePublished":"2023-11-24T11:44:27+00:00","dateModified":"2026-02-07T06:28:37+00:00","mainEntityOfPage":{"@id":"https:\/\/www.novakidschool.com\/he\/blog\/phrasal-verbs\/"},"wordCount":7,"commentCount":0,"publisher":{"@id":"https:\/\/www.novakidschool.com\/he\/blog\/#organization"},"image":{"@id":"https:\/\/www.novakidschool.com\/he\/blog\/phrasal-verbs\/#primaryimage"},"thumbnailUrl":"https:\/\/www.novakidschool.com\/he\/blog\/wp-content\/uploads\/2023\/11\/Phrasal-Verbs.png","articleSection":["\u05d3\u05e7\u05d3\u05d5\u05e7","\u05d9\u05e1\u05d5\u05d3\u05d5\u05ea"],"inLanguage":"he-IL","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.novakidschool.com\/he\/blog\/phrasal-verbs\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.novakidschool.com\/he\/blog\/phrasal-verbs\/","url":"https:\/\/www.novakidschool.com\/he\/blog\/phrasal-verbs\/","name":"\u05de\u05d4 \u05d6\u05d4 Phrasal Verbs \u05d1\u05e9\u05e4\u05d4 \u05d4\u05d0\u05e0\u05d2\u05dc\u05d9\u05ea? \u05d0\u05d9\u05da \u05de\u05e9\u05ea\u05de\u05e9\u05d9\u05dd \u05d1\u05d4\u05dd \u05d5\u05de\u05ea\u05d9?","isPartOf":{"@id":"https:\/\/www.novakidschool.com\/he\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.novakidschool.com\/he\/blog\/phrasal-verbs\/#primaryimage"},"image":{"@id":"https:\/\/www.novakidschool.com\/he\/blog\/phrasal-verbs\/#primaryimage"},"thumbnailUrl":"https:\/\/www.novakidschool.com\/he\/blog\/wp-content\/uploads\/2023\/11\/Phrasal-Verbs.png","datePublished":"2023-11-24T11:44:27+00:00","dateModified":"2026-02-07T06:28:37+00:00","description":"\u05de\u05d4\u05dd Phrasal Verbs \u2013 \u05d1\u05d9\u05d8\u05d5\u05d9\u05d9 \u05e4\u05e2\u05dc\u05d9\u05dd \u05d1\u05e9\u05e4\u05d4 \u05d4\u05d0\u05e0\u05d2\u05dc\u05d9\u05ea? \u05d0\u05d9\u05da \u05de\u05e9\u05ea\u05de\u05e9\u05d9\u05dd \u05d1\u05d1\u05d9\u05d8\u05d5\u05d9\u05d9 \u05d4\u05e4\u05e2\u05dc\u05d9\u05dd \u05d4\u05d0\u05dc\u05d4 \u05d5\u05de\u05ea\u05d9? \u05dc\u05de\u05d3\u05d5 \u05d0\u05ea \u05de\u05d1\u05e0\u05d4 \u05d4\u05de\u05e9\u05e4\u05d8\u05d9\u05dd \u05d4\u05db\u05d5\u05dc\u05dc\u05d9\u05dd Phrasal Verbs \u05d5\u05d0\u05d9\u05da \u05dc\u05d4\u05e9\u05ea\u05de\u05e9 \u05d1\u05d4\u05dd \u05d1\u05d9\u05e2\u05d9\u05dc\u05d5\u05ea.","breadcrumb":{"@id":"https:\/\/www.novakidschool.com\/he\/blog\/phrasal-verbs\/#breadcrumb"},"inLanguage":"he-IL","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.novakidschool.com\/he\/blog\/phrasal-verbs\/"]}]},{"@type":"ImageObject","inLanguage":"he-IL","@id":"https:\/\/www.novakidschool.com\/he\/blog\/phrasal-verbs\/#primaryimage","url":"https:\/\/www.novakidschool.com\/he\/blog\/wp-content\/uploads\/2023\/11\/Phrasal-Verbs.png","contentUrl":"https:\/\/www.novakidschool.com\/he\/blog\/wp-content\/uploads\/2023\/11\/Phrasal-Verbs.png","width":960,"height":500},{"@type":"BreadcrumbList","@id":"https:\/\/www.novakidschool.com\/he\/blog\/phrasal-verbs\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.novakidschool.com\/he\/blog\/"},{"@type":"ListItem","position":2,"name":"\u05de\u05d4\u05dd Phrasal Verbs? \u05d4\u05e1\u05d1\u05e8 \u05d5\u05de\u05d1\u05d7\u05df \u05dc\u05ea\u05e8\u05d2\u05d5\u05dc \u05e2\u05dd \u05ea\u05e9\u05d5\u05d1\u05d5\u05ea"}]},{"@type":"WebSite","@id":"https:\/\/www.novakidschool.com\/he\/blog\/#website","url":"https:\/\/www.novakidschool.com\/he\/blog\/","name":"\u05d1\u05dc\u05d5\u05d2 | \u05d8\u05d9\u05e4\u05d9\u05dd \u05dc\u05d4\u05d5\u05e8\u05d9\u05dd - \u05d0\u05d9\u05da \u05dc\u05dc\u05de\u05d3 \u05d0\u05ea \u05d4\u05d9\u05dc\u05d3\u05d9\u05dd \u05d0\u05e0\u05d2\u05dc\u05d9\u05ea? | \u05e0\u05d5\u05d1\u05d4\u05e7\u05d9\u05d3","description":"Novakid Blog Israel","publisher":{"@id":"https:\/\/www.novakidschool.com\/he\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.novakidschool.com\/he\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"he-IL"},{"@type":"Organization","@id":"https:\/\/www.novakidschool.com\/he\/blog\/#organization","name":"Novakid","url":"https:\/\/www.novakidschool.com\/he\/blog\/","logo":{"@type":"ImageObject","inLanguage":"he-IL","@id":"https:\/\/www.novakidschool.com\/he\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/www.novakidschool.com\/he\/blog\/wp-content\/uploads\/2022\/06\/logo-novakid.svg","contentUrl":"https:\/\/www.novakidschool.com\/he\/blog\/wp-content\/uploads\/2022\/06\/logo-novakid.svg","width":268,"height":71,"caption":"Novakid"},"image":{"@id":"https:\/\/www.novakidschool.com\/he\/blog\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/www.novakidschool.com\/he\/blog\/#\/schema\/person\/9c8dc48e6039f718eeaa2fe161105bb7","name":"Novakid","image":{"@type":"ImageObject","inLanguage":"he-IL","@id":"https:\/\/secure.gravatar.com\/avatar\/85510d02da12df511628c23305b00fcb2f7a40089b2d477ccfc9b81f0455881e?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/85510d02da12df511628c23305b00fcb2f7a40089b2d477ccfc9b81f0455881e?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/85510d02da12df511628c23305b00fcb2f7a40089b2d477ccfc9b81f0455881e?s=96&d=mm&r=g","caption":"Novakid"},"url":"https:\/\/www.novakidschool.com\/he\/blog\/authors\/wpp_admin_nk\/"}]}},"_links":{"self":[{"href":"https:\/\/www.novakidschool.com\/he\/blog\/wp-json\/wp\/v2\/posts\/2494","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.novakidschool.com\/he\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.novakidschool.com\/he\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.novakidschool.com\/he\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.novakidschool.com\/he\/blog\/wp-json\/wp\/v2\/comments?post=2494"}],"version-history":[{"count":7,"href":"https:\/\/www.novakidschool.com\/he\/blog\/wp-json\/wp\/v2\/posts\/2494\/revisions"}],"predecessor-version":[{"id":2504,"href":"https:\/\/www.novakidschool.com\/he\/blog\/wp-json\/wp\/v2\/posts\/2494\/revisions\/2504"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.novakidschool.com\/he\/blog\/wp-json\/wp\/v2\/media\/2495"}],"wp:attachment":[{"href":"https:\/\/www.novakidschool.com\/he\/blog\/wp-json\/wp\/v2\/media?parent=2494"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.novakidschool.com\/he\/blog\/wp-json\/wp\/v2\/categories?post=2494"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.novakidschool.com\/he\/blog\/wp-json\/wp\/v2\/tags?post=2494"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}