{"id":8010,"date":"2025-05-28T08:44:04","date_gmt":"2025-05-28T07:44:04","guid":{"rendered":"https:\/\/www.novakidschool.com\/he\/blog\/?p=8010"},"modified":"2026-02-07T08:16:45","modified_gmt":"2026-02-07T07:16:45","slug":"particles","status":"publish","type":"post","link":"https:\/\/www.novakidschool.com\/he\/blog\/particles\/","title":{"rendered":"\u05de\u05d9\u05dc\u05d9\u05d5\u05ea \u05d1\u05d0\u05e0\u05d2\u05dc\u05d9\u05ea \u2013 Particles in English"},"content":{"rendered":"  <section class=\"section blogHeader\" id=\"blogHeader-block_4381656b96b95f6f229c15b7f1402d11\">\n      <div class=\"blogHeader__wrapper\">\n                              <div class=\"blogHeader__image\">\n              <a href=\"https:\/\/www.novakidschool.com\/he\/blog\/wp-content\/uploads\/2025\/05\/cover-photo-.png\" class=\"glightbox\">\n                <img decoding=\"async\" src=\"https:\/\/www.novakidschool.com\/he\/blog\/wp-content\/uploads\/2025\/05\/cover-photo-.png\" alt=\"\u05de\u05d9\u05dc\u05d9\u05d5\u05ea \u05d1\u05d0\u05e0\u05d2\u05dc\u05d9\u05ea \u2013 Particles in English\" class=\"blogHeader__imageItem\" srcset=\"https:\/\/www.novakidschool.com\/he\/blog\/wp-content\/uploads\/2025\/05\/cover-photo--300x211.png 300w, https:\/\/www.novakidschool.com\/he\/blog\/wp-content\/uploads\/2025\/05\/cover-photo--768x540.png 768w, https:\/\/www.novakidschool.com\/he\/blog\/wp-content\/uploads\/2025\/05\/cover-photo-.png 1024w\" style=\"width:100%; aspect-ratio:1024\/720;\"> \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\">\u05de\u05d4\u05df \u05de\u05d9\u05dc\u05d9\u05d5\u05ea \u05d5\u05dc\u05de\u05d4 \u05d6\u05d4 \u05dc\u05d0 \u05ea\u05de\u05d9\u05d3 \u05e4\u05e9\u05d5\u05d8?<\/span>\n                    <\/li>\n                                    <li>\n                        <span class=\"toc-item\">\u05de\u05d9\u05dc\u05d9\u05d5\u05ea \u05e9\u05e0\u05e6\u05de\u05d3\u05d5\u05ea \u05dc\u05e4\u05d5\u05e2\u05dc \u2013 Phrasal Verbs with Particles<\/span>\n                    <\/li>\n                                    <li>\n                        <span class=\"toc-item\">\u05de\u05d9\u05dc\u05d9\u05d5\u05ea \u05e9\u05de\u05d3\u05d2\u05d9\u05e9\u05d5\u05ea \u05e4\u05e2\u05d5\u05dc\u05d4 \u2013 Emphasis Particles<\/span>\n                    <\/li>\n                                    <li>\n                        <span class=\"toc-item\">\u05de\u05d9\u05dc\u05d9\u05d5\u05ea \u05e9\u05de\u05e8\u05d0\u05d5\u05ea \u05db\u05d9\u05d5\u05d5\u05df \u05d0\u05d5 \u05ea\u05e0\u05d5\u05e2\u05d4 \u2013 Direction and Movement Particles<\/span>\n                    <\/li>\n                                    <li>\n                        <span class=\"toc-item\">\u05de\u05d9\u05dc\u05d9\u05d5\u05ea \u05e2\u05dd \u05de\u05e9\u05de\u05e2\u05d5\u05ea \u05e9\u05dc \u05d6\u05de\u05df \u05d0\u05d5 \u05e1\u05d9\u05d5\u05dd \u2013 Particles Showing Time or Completion<\/span>\n                    <\/li>\n                                    <li>\n                        <span class=\"toc-item\">Grammar Test | Particles<\/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_2c9e23f8020f28647931b7d4db9ce7ff\">\n    <div class=\"blogText__wrapper\">\n        <div class=\"blogText__content\">\n            <p><span style=\"font-weight: 400;\">\u05de\u05d9\u05dc\u05d9\u05d5\u05ea \u05d4\u05df \u05de\u05d9\u05dc\u05d9\u05dd \u05e7\u05e6\u05e8\u05d5\u05ea \u05e9\u05de\u05d5\u05e1\u05d9\u05e4\u05d5\u05ea \u05de\u05e9\u05de\u05e2\u05d5\u05ea \u05dc\u05e4\u05d5\u05e2\u05dc \u05d0\u05d5 \u05dc\u05de\u05e9\u05e4\u05d8, \u05d0\u05d1\u05dc \u05dc\u05d0 \u05e2\u05d5\u05de\u05d3\u05d5\u05ea \u05d1\u05e4\u05e0\u05d9 \u05e2\u05e6\u05de\u05df. \u05dc\u05e4\u05e2\u05de\u05d9\u05dd \u05d4\u05df \u05e0\u05e8\u05d0\u05d5\u05ea \u05db\u05de\u05d5 <\/span><a href=\"https:\/\/www.novakidschool.com\/he\/blog\/what-are-prepositions-prepositions-how-are-they-used-and-when\/\"><span style=\"font-weight: 400;\">\u05de\u05d9\u05dc\u05d5\u05ea \u05d9\u05d7\u05e1<\/span><\/a><span style=\"font-weight: 400;\"> (Up, On, Out) \u05d0\u05d1\u05dc \u05d4\u05df \u05de\u05e9\u05de\u05e9\u05d5\u05ea \u05d1\u05e6\u05d5\u05e8\u05d4 \u05e9\u05d5\u05e0\u05d4. \u05d1\u05de\u05d0\u05de\u05e8 \u05d6\u05d4 \u05e0\u05dc\u05de\u05d3 \u05de\u05d4 \u05d4\u05d4\u05d1\u05d3\u05dc \u05d1\u05d9\u05df \u05de\u05d9\u05dc\u05d9\u05ea \u05dc\u05de\u05d9\u05dc\u05d4 \u05e8\u05d2\u05d9\u05dc\u05d4, \u05d5\u05e0\u05ea\u05e8\u05d2\u05dc \u05e9\u05d9\u05de\u05d5\u05e9\u05d9\u05dd \u05e9\u05d5\u05e0\u05d9\u05dd \u05d1\u05e2\u05d6\u05e8\u05ea \u05d3\u05d5\u05d2\u05de\u05d0\u05d5\u05ea \u05e4\u05e9\u05d5\u05d8\u05d5\u05ea. \u05d9\u05e6\u05d0\u05e0\u05d5 \u05dc\u05d3\u05e8\u05da!<\/span><\/p>\n<p><span style=\"font-weight: 400;\">*\u05d4\u05de\u05d0\u05de\u05e8 \u05db\u05ea\u05d5\u05d1 \u05d1\u05dc\u05e9\u05d5\u05df \u05d6\u05db\u05e8 \u05d0\u05da \u05e4\u05d5\u05e0\u05d4 \u05dc\u05db\u05dc\u05dc \u05d4\u05de\u05d9\u05e0\u05d9\u05dd.<\/span><\/p>\n        <\/div>\n    <\/div>\n  <\/section>\n\n\n  <section class=\"section blogHeadingText\" id=\"blogHeadingText-block_cd73fbfb00f4e42fd99a44b96f7fceed\">\n    <div class=\"blogHeadingText__wrapper\" >\n        <div class=\"blogHeadingText__heading\">\n            <h2 class=\"blogHeadingText__headingItem\" data-blog-heading data-section-id=\"blogHeadingText-block_cd73fbfb00f4e42fd99a44b96f7fceed\">\n                \u05de\u05d4\u05df \u05de\u05d9\u05dc\u05d9\u05d5\u05ea \u05d5\u05dc\u05de\u05d4 \u05d6\u05d4 \u05dc\u05d0 \u05ea\u05de\u05d9\u05d3 \u05e4\u05e9\u05d5\u05d8?            <\/h2>\n        <\/div>\n        <div class=\"blogHeadingText__content\">\n            <p><span style=\"font-weight: 400;\">\u05db\u05d0\u05e9\u05e8 \u05de\u05d9\u05dc\u05d9\u05d5\u05ea \u05de\u05d5\u05e4\u05d9\u05e2\u05d5\u05ea \u05d9\u05d7\u05d3 \u05e2\u05dd \u05e4\u05d5\u05e2\u05dc, \u05d4\u05df \u05d9\u05d5\u05e6\u05e8\u05d5\u05ea \u05e6\u05d9\u05e8\u05d5\u05e3 \u05e4\u05d5\u05e2\u05dc (Phrasal verb) \u05e9\u05de\u05e9\u05de\u05e2\u05d5\u05ea\u05d5 \u05ea\u05dc\u05d5\u05d9\u05d4 \u05d1\u05e9\u05d9\u05dc\u05d5\u05d1 \u05d1\u05d9\u05e0\u05d9\u05d4\u05dd \u2013 \u05d5\u05dc\u05d0 \u05e8\u05e7 \u05d1\u05de\u05e9\u05de\u05e2\u05d5\u05ea \u05e9\u05dc \u05db\u05dc \u05e8\u05db\u05d9\u05d1 \u05d1\u05e0\u05e4\u05e8\u05d3.\u00a0<\/span><\/p>\n<p><b>\u05d7\u05e9\u05d5\u05d1 \u05dc\u05d3\u05e2\u05ea:<\/b><\/p>\n<ul>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">\u05d0\u05d5\u05ea\u05d4 \u05de\u05d9\u05dc\u05d9\u05ea \u05d9\u05db\u05d5\u05dc\u05d4 \u05dc\u05d4\u05e9\u05ea\u05dc\u05d1 \u05e2\u05dd \u05e4\u05e2\u05dc\u05d9\u05dd \u05e9\u05d5\u05e0\u05d9\u05dd \u05d5\u05dc\u05d9\u05e6\u05d5\u05e8 \u05de\u05e9\u05de\u05e2\u05d5\u05d9\u05d5\u05ea \u05e9\u05d5\u05e0\u05d5\u05ea \u05dc\u05d2\u05de\u05e8\u05d9.<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">\u05d0\u05d5\u05ea\u05d5 \u05e4\u05d5\u05e2\u05dc \u05d9\u05db\u05d5\u05dc \u05dc\u05d4\u05ea\u05d7\u05d1\u05e8 \u05dc\u05de\u05d9\u05dc\u05d9\u05d5\u05ea \u05e9\u05d5\u05e0\u05d5\u05ea \u2013 \u05d5\u05db\u05dc \u05e9\u05d9\u05dc\u05d5\u05d1 \u05d9\u05d9\u05e6\u05d5\u05e8 \u05de\u05e9\u05de\u05e2\u05d5\u05ea \u05d0\u05d7\u05e8\u05ea.\u00a0<\/span><\/li>\n<\/ul>\n<p><span style=\"font-weight: 400;\">\u05d1\u05de\u05d9\u05dc\u05d9\u05dd \u05d0\u05d7\u05e8\u05d5\u05ea, \u05d6\u05d4 \u05dc\u05d0 \u05de\u05e1\u05e4\u05d9\u05e7 &quot;\u05dc\u05ea\u05e8\u05d2\u05dd \u05d0\u05ea \u05d4\u05de\u05d9\u05dc\u05d9\u05ea&quot; \u2013 \u05e6\u05e8\u05d9\u05da \u05dc\u05d4\u05d1\u05d9\u05df \u05d0\u05ea \u05d4\u05e6\u05d9\u05e8\u05d5\u05e3 \u05db\u05d5\u05dc\u05d5. \u05d0\u05dc \u05d3\u05d0\u05d2\u05d4, \u05d4\u05de\u05e9\u05da \u05d4\u05de\u05d0\u05de\u05e8 \u05d9\u05e2\u05e9\u05d4 \u05e1\u05d3\u05e8 \u05d1\u05e0\u05d5\u05e9\u05d0.\u00a0<\/span><\/p>\n        <\/div>\n    <\/div>\n  <\/section>\n\n\n  <section class=\"section blogHeadingText\" id=\"blogHeadingText-block_1d79b603ba72245104df55383c792501\">\n    <div class=\"blogHeadingText__wrapper\" >\n        <div class=\"blogHeadingText__heading\">\n            <h2 class=\"blogHeadingText__headingItem\" data-blog-heading data-section-id=\"blogHeadingText-block_1d79b603ba72245104df55383c792501\">\n                \u05de\u05d9\u05dc\u05d9\u05d5\u05ea \u05e9\u05e0\u05e6\u05de\u05d3\u05d5\u05ea \u05dc\u05e4\u05d5\u05e2\u05dc \u2013 Phrasal Verbs with Particles            <\/h2>\n        <\/div>\n        <div class=\"blogHeadingText__content\">\n            <p><span style=\"font-weight: 400;\">\u05db\u05d0\u05e9\u05e8 \u05de\u05d5\u05e1\u05d9\u05e4\u05d9\u05dd \u05dc\u05e4\u05d5\u05e2\u05dc \u05de\u05d9\u05dc\u05d9\u05ea, \u05de\u05e9\u05de\u05e2\u05d5\u05ea \u05d4\u05e4\u05d5\u05e2\u05dc \u05d9\u05db\u05d5\u05dc\u05d4 \u05dc\u05d4\u05e9\u05ea\u05e0\u05d5\u05ea \u05dc\u05d2\u05de\u05e8\u05d9. \u05dc\u05de\u05e9\u05dc, \u05d4\u05e4\u05d5\u05e2\u05dc Give (\u05dc\u05ea\u05ea) \u05d1\u05ea\u05d5\u05e1\u05e4\u05ea \u05de\u05d9\u05dc\u05d9\u05ea \u05d9\u05d4\u05e4\u05d5\u05da \u05dc-Give up \u05d5\u05de\u05e9\u05de\u05e2\u05d5\u05ea\u05d5 \u05ea\u05e9\u05ea\u05e0\u05d4 \u05dc\u05d7\u05dc\u05d5\u05d8\u05d9\u05df (\u05d5\u05d9\u05ea\u05d5\u05e8). \u05e0\u05e6\u05dc\u05d5\u05dc \u05d9\u05d7\u05d3 \u05dc\u05de\u05d9\u05dc\u05d9\u05d5\u05ea \u05d4\u05e0\u05e4\u05d5\u05e6\u05d5\u05ea \u05e9\u05de\u05ea\u05d7\u05d1\u05e8\u05d5\u05ea \u05dc\u05e4\u05d5\u05e2\u05dc \u05d5\u05de\u05e9\u05e0\u05d5\u05ea \u05d0\u05ea \u05de\u05e9\u05de\u05e2\u05d5\u05ea\u05d5:<\/span><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Up<\/span><\/li>\n<\/ol>\n<ul>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Give up | \u05dc\u05d5\u05d5\u05ea\u05e8\u00a0<\/span><\/li>\n<\/ul>\n<p><span style=\"font-weight: 400;\">She gave up the game | \u05d4\u05d9\u05d0 \u05d5\u05d9\u05ea\u05e8\u05d4 \u05e2\u05dc \u05d4\u05de\u05e9\u05d7\u05e7.<\/span><\/p>\n<ul>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Pick up | \u05dc\u05d4\u05e8\u05d9\u05dd<\/span><\/li>\n<\/ul>\n<p><span style=\"font-weight: 400;\">He picked up the book | \u05d4\u05d5\u05d0 \u05d4\u05e8\u05d9\u05dd \u05d0\u05ea \u05d4\u05e1\u05e4\u05e8.<\/span><\/p>\n<ul>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Wake up | \u05dc\u05d4\u05ea\u05e2\u05d5\u05e8\u05e8<\/span><\/li>\n<\/ul>\n<p><span style=\"font-weight: 400;\">I wake up at 7 a.m | \u05d0\u05e0\u05d9 \u05de\u05ea\u05e2\u05d5\u05e8\u05e8 \u05d1-7 \u05d1\u05d1\u05d5\u05e7\u05e8 (\u05d1\u05db\u05dc \u05d1\u05d5\u05e7\u05e8).<\/span><\/p>\n        <\/div>\n    <\/div>\n  <\/section>\n\n\n  <section class=\"section blogImage\" id=\"blogImage-block_9e63a3d304aa585b5a39a18263db55ab\">\n    <div class=\"blogImage__wrapper\" >\n        <div class=\"blogImage__image\">\n            <a href=\"https:\/\/www.novakidschool.com\/he\/blog\/wp-content\/uploads\/2025\/05\/\u05dc\u05e8\u05d5\u05e5-\u05dc\u05e2\u05d5\u05de\u05ea-\u05dc\u05e8\u05d3\u05d5\u05e3-\u05de\u05d9\u05dc\u05d9\u05d5\u05ea-\u05d1\u05d0\u05e0\u05d2\u05dc\u05d9\u05ea-e1748417196375.png\" class=\"glightbox\">\n                <img decoding=\"async\" src=\"https:\/\/www.novakidschool.com\/he\/blog\/wp-content\/uploads\/2025\/05\/\u05dc\u05e8\u05d5\u05e5-\u05dc\u05e2\u05d5\u05de\u05ea-\u05dc\u05e8\u05d3\u05d5\u05e3-\u05de\u05d9\u05dc\u05d9\u05d5\u05ea-\u05d1\u05d0\u05e0\u05d2\u05dc\u05d9\u05ea-e1748417196375.png\" alt=\"\u05dc\u05e8\u05d5\u05e5 \u05dc\u05e2\u05d5\u05de\u05ea \u05dc\u05e8\u05d3\u05d5\u05e3 - \u05de\u05d9\u05dc\u05d9\u05d5\u05ea \u05d1\u05d0\u05e0\u05d2\u05dc\u05d9\u05ea\" class=\"blogImage__imageItem blogImage__imageItem--noCrop\" srcset=\"https:\/\/www.novakidschool.com\/he\/blog\/wp-content\/uploads\/2025\/05\/\u05dc\u05e8\u05d5\u05e5-\u05dc\u05e2\u05d5\u05de\u05ea-\u05dc\u05e8\u05d3\u05d5\u05e3-\u05de\u05d9\u05dc\u05d9\u05d5\u05ea-\u05d1\u05d0\u05e0\u05d2\u05dc\u05d9\u05ea-e1748417196375-300x243.png 300w, https:\/\/www.novakidschool.com\/he\/blog\/wp-content\/uploads\/2025\/05\/\u05dc\u05e8\u05d5\u05e5-\u05dc\u05e2\u05d5\u05de\u05ea-\u05dc\u05e8\u05d3\u05d5\u05e3-\u05de\u05d9\u05dc\u05d9\u05d5\u05ea-\u05d1\u05d0\u05e0\u05d2\u05dc\u05d9\u05ea-e1748417196375.png 390w\" >\n                <div class=\"glightbox__zoom\">\n                    <img decoding=\"async\" src=\"https:\/\/www.novakidschool.com\/he\/blog\/wp-content\/themes\/novakid\/public\/img\/icons\/search.svg\" alt=\"Zoom icon\" class=\"style-svg\">\n                <\/div>\n            <\/a>\n        <\/div>\n            <\/div>\n  <\/section>\n\n\n  <section class=\"section blogText\" id=\"blogText-block_bad3ec326eff773e6f00d81c8c931dc2\">\n    <div class=\"blogText__wrapper\">\n        <div class=\"blogText__content\">\n            <p><span style=\"font-weight: 400;\">2. On<\/span><\/p>\n<ul>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Turn on | \u05dc\u05d4\u05d3\u05dc\u05d9\u05e7<\/span><\/li>\n<\/ul>\n<p><span style=\"font-weight: 400;\">Turn on the light | \u05d4\u05d3\u05dc\u05d9\u05e7\u05d9 \u05d0\u05ea \u05d4\u05d0\u05d5\u05e8<\/span><\/p>\n<ul>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Put on | \u05dc\u05dc\u05d1\u05d5\u05e9<\/span><\/li>\n<\/ul>\n<p><span style=\"font-weight: 400;\">Put on your shirt | \u05dc\u05d1\u05e9 \u05d0\u05ea \u05d4\u05d7\u05d5\u05dc\u05e6\u05d4 \u05e9\u05dc\u05da<\/span><\/p>\n<ul>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Go on | \u05dc\u05d4\u05de\u05e9\u05d9\u05da<\/span><\/li>\n<\/ul>\n<p><span style=\"font-weight: 400;\">Go on with your work | \u05d4\u05de\u05e9\u05da \u05d1\u05e2\u05d1\u05d5\u05d3\u05ea\u05da<\/span><\/p>\n<p><span style=\"font-weight: 400;\">3. Off<\/span><\/p>\n<ul>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Turn off | \u05dc\u05db\u05d1\u05d5\u05ea\u00a0<\/span><\/li>\n<\/ul>\n<p><span style=\"font-weight: 400;\">Turn off the radio | \u05db\u05d1\u05d4 \u05d0\u05ea \u05d4\u05e8\u05d3\u05d9\u05d5.<\/span><\/p>\n<ul>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Take off | \u05dc\u05d4\u05d5\u05e8\u05d9\u05d3 \/\u05dc\u05d4\u05e1\u05d9\u05e8 \u05d0\u05d5 \u05dc\u05d4\u05de\u05e8\u05d9\u05d0<\/span><\/li>\n<\/ul>\n<p><span style=\"font-weight: 400;\">Take off your hat | \u05d4\u05e1\u05e8 \u05d0\u05ea \u05d4\u05db\u05d5\u05d1\u05e2 \u05e9\u05dc\u05da.<\/span><\/p>\n<p><span style=\"font-weight: 400;\">The plane took off | \u05d4\u05de\u05d8\u05d5\u05e1 \u05d4\u05de\u05e8\u05d9\u05d0<\/span><\/p>\n<ul>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Get off | \u05dc\u05e8\u05d3\u05ea (\u05de\u05d4\u05d0\u05d5\u05d8\u05d5\u05d1\u05d5\u05e1, \u05dc\u05de\u05e9\u05dc)<\/span><\/li>\n<\/ul>\n<p><span style=\"font-weight: 400;\">Get off the bus | \u05e8\u05d3 \u05de\u05d4\u05d0\u05d5\u05d8\u05d5\u05d1\u05d5\u05e1.<\/span><\/p>\n<p><span style=\"font-weight: 400;\">4. Out<\/span><\/p>\n<ul>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Find out | \u05dc\u05d2\u05dc\u05d5\u05ea<\/span><\/li>\n<\/ul>\n<p><span style=\"font-weight: 400;\">She found out the truth | \u05d4\u05d9\u05d0 \u05d2\u05d9\u05dc\u05ea\u05d4 \u05d0\u05ea \u05d4\u05d0\u05de\u05ea.<\/span><\/p>\n<ul>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Go out | \u05dc\u05e6\u05d0\u05ea<\/span><\/li>\n<\/ul>\n<p><span style=\"font-weight: 400;\">They went out to play | \u05d4\u05dd \u05d9\u05e6\u05d0\u05d5 \u05dc\u05e9\u05d7\u05e7.<\/span><\/p>\n<ul>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Run out | \u05de\u05e1\u05ea\u05d9\u05d9\u05dd, \u05e0\u05d2\u05de\u05e8<\/span><\/li>\n<\/ul>\n<p><span style=\"font-weight: 400;\">We ran out of milk | \u05e0\u05d2\u05de\u05e8 \u05dc\u05e0\u05d5 \u05d4\u05d7\u05dc\u05d1.<\/span><\/p>\n<p><span style=\"font-weight: 400;\">5. Down<\/span><\/p>\n<ul>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Sit down | \u05dc\u05e9\u05d1\u05ea<\/span><\/li>\n<\/ul>\n<p><span style=\"font-weight: 400;\">Please sit down | \u05e9\u05d1 \u05d1\u05d1\u05e7\u05e9\u05d4.<\/span><\/p>\n<ul>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Write down | \u05dc\u05db\u05ea\u05d5\u05d1<\/span><\/li>\n<\/ul>\n<p><span style=\"font-weight: 400;\">Write down your name | \u05db\u05ea\u05d5\u05d1 \u05d0\u05ea \u05e9\u05de\u05da.<\/span><\/p>\n<ul>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Break down | \u05dc\u05d4\u05ea\u05e7\u05dc\u05e7\u05dc<\/span><\/li>\n<\/ul>\n<p><span style=\"font-weight: 400;\">The car broke down | \u05d4\u05de\u05db\u05d5\u05e0\u05d9\u05ea \u05d4\u05ea\u05e7\u05dc\u05e7\u05dc\u05d4.<\/span><\/p>\n<p><span style=\"font-weight: 400;\">6. After<\/span><\/p>\n<ul>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Look after | \u05dc\u05d4\u05e9\u05d2\u05d9\u05d7<\/span><\/li>\n<\/ul>\n<p><span style=\"font-weight: 400;\">Look after the baby | \u05e9\u05d9\u05dd \u05e2\u05d9\u05df \/ \u05e9\u05de\u05d5\u05e8 \u05e2\u05dc \u05d4\u05ea\u05d9\u05e0\u05d5\u05e7.<\/span><\/p>\n<ul>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Run after | \u05dc\u05e8\u05d3\u05d5\u05e3<\/span><\/li>\n<\/ul>\n<p><span style=\"font-weight: 400;\">He ran after the cat | \u05d4\u05d5\u05d0 \u05e8\u05d3\u05e3 \/ \u05e8\u05e5 \u05d0\u05d7\u05e8\u05d9 \u05d4\u05d7\u05ea\u05d5\u05dc.<\/span><\/p>\n<ul>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Go after | \u05dc\u05e8\u05d3\u05d5\u05e3 \u05d0\u05d5 \u05dc\u05e0\u05e1\u05d5\u05ea \u05dc\u05d4\u05e9\u05d9\u05d2<\/span><\/li>\n<\/ul>\n<p><span style=\"font-weight: 400;\">Go after your dreams | \u05ea\u05e8\u05d3\u05d5\u05e3 \u05d0\u05d7\u05e8\u05d9 \u05d4\u05d7\u05dc\u05d5\u05de\u05d5\u05ea \u05e9\u05dc\u05da.<\/span><\/p>\n<p><span style=\"font-weight: 400;\">7. Away<\/span><\/p>\n<ul>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Run away | \u05dc\u05d1\u05e8\u05d5\u05d7<\/span><\/li>\n<\/ul>\n<p><span style=\"font-weight: 400;\">The dog ran away | \u05d4\u05db\u05dc\u05d1 \u05d1\u05e8\u05d7<\/span><\/p>\n<ul>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Give away | \u05dc\u05d7\u05dc\u05e7<\/span><\/li>\n<\/ul>\n<p><span style=\"font-weight: 400;\">She gave away her toys | \u05d4\u05d9\u05d0 \u05de\u05e1\u05e8\u05d4 \/ \u05d7\u05d9\u05dc\u05e7\u05d4 \u05d0\u05ea \u05d4\u05e6\u05e2\u05e6\u05d5\u05e2\u05d9\u05dd \u05e9\u05dc\u05d4.<\/span><\/p>\n<ul>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Throw away | \u05dc\u05d6\u05e8\u05d5\u05e7<\/span><\/li>\n<\/ul>\n<p><span style=\"font-weight: 400;\">Throw away the trash | \u05d6\u05e8\u05d5\u05e7 \u05d0\u05ea \u05d4\u05d6\u05d1\u05dc.<\/span><\/p>\n        <\/div>\n    <\/div>\n  <\/section>\n\n\n  <section class=\"section blogHeadingText\" id=\"blogHeadingText-block_ea560d92dfa5bcbaedad7ff3bb5a067a\">\n    <div class=\"blogHeadingText__wrapper\" >\n        <div class=\"blogHeadingText__heading\">\n            <h2 class=\"blogHeadingText__headingItem\" data-blog-heading data-section-id=\"blogHeadingText-block_ea560d92dfa5bcbaedad7ff3bb5a067a\">\n                \u05de\u05d9\u05dc\u05d9\u05d5\u05ea \u05e9\u05de\u05d3\u05d2\u05d9\u05e9\u05d5\u05ea \u05e4\u05e2\u05d5\u05dc\u05d4 \u2013 Emphasis Particles            <\/h2>\n        <\/div>\n        <div class=\"blogHeadingText__content\">\n            <p><span style=\"font-weight: 400;\">\u05de\u05d9\u05dc\u05d9\u05d5\u05ea \u05de\u05e1\u05d5\u05d2 \u05d6\u05d4 \u05dc\u05d0 \u05de\u05e9\u05e0\u05d5\u05ea \u05d0\u05ea \u05d4\u05e4\u05e2\u05d5\u05dc\u05d4 \u2013 \u05d0\u05dc\u05d0 \u05de\u05d3\u05d2\u05d9\u05e9\u05d5\u05ea \u05d0\u05d5\u05ea\u05d4 \u05d0\u05d5 \u05de\u05d1\u05d9\u05d0\u05d5\u05ea \u05d0\u05d5\u05ea\u05d4 \u05dc\u05de\u05e7\u05e1\u05d9\u05de\u05d5\u05dd \u05d4\u05d0\u05e4\u05e9\u05e8\u05d9. \u05e0\u05e6\u05d9\u05d2 \u05d3\u05d5\u05d2\u05de\u05d0\u05d5\u05ea \u05dc\u05d4\u05de\u05d7\u05e9\u05d4:<\/span><\/p>\n<p><span style=\"font-weight: 400;\">1. Up<\/span><\/p>\n<ul>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Eat up | \u05dc\u05d0\u05db\u05d5\u05dc \u05d4\u05db\u05dc<\/span><\/li>\n<\/ul>\n<p><span style=\"font-weight: 400;\">Eat up your food | \u05e1\u05d9\u05d9\u05dd \u05d0\u05ea \u05d4\u05d0\u05d5\u05db\u05dc \u05e9\u05dc\u05da.<\/span><\/p>\n<ul>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Use up | \u05dc\u05d4\u05e9\u05ea\u05de\u05e9 \u05e2\u05d3 \u05d4\u05e1\u05d5\u05e3<\/span><\/li>\n<\/ul>\n<p><span style=\"font-weight: 400;\">We used up all the paper | \u05d4\u05e9\u05ea\u05de\u05e9\u05e0\u05d5 \u05d1\u05db\u05dc \u05d4\u05e0\u05d9\u05d9\u05e8.\u00a0<\/span><\/p>\n<ul>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Clean up | \u05dc\u05e0\u05e7\u05d5\u05ea \u05dc\u05d2\u05de\u05e8\u05d9 (\u05e9\u05d9\u05d4\u05d9\u05d4 \u05de\u05e6\u05d5\u05d7\u05e6\u05d7)<\/span><\/li>\n<\/ul>\n<p><span style=\"font-weight: 400;\">Please clean up the mess | \u05e0\u05e7\u05d4 \/ \u05e1\u05d3\u05e8 \u05d1\u05d1\u05e7\u05e9\u05d4 \u05d0\u05ea \u05d4\u05d1\u05dc\u05d0\u05d2\u05df.\u00a0<\/span><\/p>\n<p><span style=\"font-weight: 400;\">2. Down<\/span><\/p>\n<ul>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Break down | \u05dc\u05e4\u05e8\u05e7 \u05dc\u05d2\u05d5\u05e8\u05de\u05d9\u05dd<\/span><\/li>\n<\/ul>\n<p><span style=\"font-weight: 400;\">He broke it down into steps | \u05d4\u05d5\u05d0 \u05e4\u05d9\u05e8\u05e7 \/ \u05d7\u05d9\u05dc\u05e7 \u05d0\u05ea \u05d6\u05d4 \u05dc\u05e9\u05dc\u05d1\u05d9\u05dd.<\/span><\/p>\n<ul>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Calm down | \u05dc\u05d4\u05d9\u05e8\u05d2\u05e2<\/span><\/li>\n<\/ul>\n<p><span style=\"font-weight: 400;\">Please calm down | \u05d4\u05d9\u05e8\u05d2\u05e2 \u05d1\u05d1\u05e7\u05e9\u05d4.\u00a0<\/span><\/p>\n<ul>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Burn down | \u05dc\u05e9\u05e8\u05d5\u05e3 \u05e2\u05d3 \u05d4\u05d9\u05e1\u05d5\u05d3<\/span><\/li>\n<\/ul>\n<p><span style=\"font-weight: 400;\">The house burned down | \u05d4\u05d1\u05d9\u05ea \u05e0\u05e9\u05e8\u05e3 \u05dc\u05d2\u05de\u05e8\u05d9.<\/span><\/p>\n<p><span style=\"font-weight: 400;\">3. Apart<\/span><\/p>\n<ul>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Tear apart | \u05dc\u05e7\u05e8\u05d5\u05e2 \u05dc\u05d2\u05d6\u05e8\u05d9\u05dd<\/span><\/li>\n<\/ul>\n<p><span style=\"font-weight: 400;\">She tore the letter apart | \u05d4\u05d9\u05d0 \u05e7\u05e8\u05e2\u05d4 \u05d0\u05ea \u05d4\u05de\u05db\u05ea\u05d1.<\/span><\/p>\n<ul>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Fall apart | \u05dc\u05d4\u05ea\u05e4\u05e8\u05e7\u00a0<\/span><\/li>\n<\/ul>\n<p><span style=\"font-weight: 400;\">The toy fell apart | \u05d4\u05e6\u05e2\u05e6\u05d5\u05e2 \u05d4\u05ea\u05e4\u05e8\u05e7.<\/span><\/p>\n<ul>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Take apart | \u05dc\u05e4\u05e8\u05e7<\/span><\/li>\n<\/ul>\n<p><span style=\"font-weight: 400;\">He took the phone apart | \u05d4\u05d5\u05d0 \u05e4\u05d9\u05e8\u05e7 \u05d0\u05ea \u05d4\u05d8\u05dc\u05e4\u05d5\u05df.<\/span><\/p>\n<p><span style=\"font-weight: 400;\">4. Away<\/span><\/p>\n<ul>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Wash away | \u05dc\u05e9\u05d8\u05d5\u05e3, \u05dc\u05d4\u05e1\u05d9\u05e8 \u05d1\u05e9\u05d8\u05d9\u05e4\u05d4<\/span><\/li>\n<\/ul>\n<p><span style=\"font-weight: 400;\">The rain washed it away | \u05d4\u05d2\u05e9\u05dd \u05e9\u05d8\u05e3 \u05d0\u05ea \u05d6\u05d4.<\/span><\/p>\n<ul>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Give away | \u05dc\u05d5\u05d5\u05ea\u05e8 \u05e2\u05dc<\/span><\/li>\n<\/ul>\n<p><span style=\"font-weight: 400;\">He gave away the prize | \u05d4\u05d5\u05d0 \u05d5\u05d9\u05ea\u05e8 \u05e2\u05dc \u05d4\u05e4\u05e8\u05e1<\/span><\/p>\n<ul>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Fade away | \u05dc\u05d4\u05d9\u05e2\u05dc\u05dd \u05dc\u05d0\u05d8, \u05dc\u05d3\u05e2\u05d5\u05da<\/span><\/li>\n<\/ul>\n<p><span style=\"font-weight: 400;\">The sound faded away | \u05d4\u05e6\u05dc\u05d9\u05dc \u05e0\u05d7\u05dc\u05e9 \u05d5\u05e0\u05e2\u05dc\u05dd.<\/span><\/p>\n<p><span style=\"font-weight: 400;\">5. Out<\/span><\/p>\n<ul>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Cut out | \u05dc\u05d2\u05d6\u05d5\u05e8\u00a0<\/span><\/li>\n<\/ul>\n<p><span style=\"font-weight: 400;\">She cut out the picture | \u05d4\u05d9\u05d0 \u05d2\u05d6\u05e8\u05d4 \u05d0\u05ea \u05d4\u05ea\u05de\u05d5\u05e0\u05d4.<\/span><\/p>\n<ul>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Drop out | \u05dc\u05e4\u05e8\u05d5\u05e9\u00a0<\/span><\/li>\n<\/ul>\n<p><span style=\"font-weight: 400;\">He dropped out of school | \u05d4\u05d5\u05d0 \u05e4\u05e8\u05e9 \u05de\u05d4\u05dc\u05d9\u05de\u05d5\u05d3\u05d9\u05dd.<\/span><\/p>\n<ul>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Wear out | \u05dc\u05d4\u05d9\u05e9\u05d7\u05e7<\/span><\/li>\n<\/ul>\n<p><span style=\"font-weight: 400;\">My shoes wore out | \u05d4\u05e0\u05e2\u05dc\u05d9\u05d9\u05dd \u05e9\u05dc\u05d9 \u05e0\u05e9\u05d7\u05e7\u05d5<\/span><\/p>\n        <\/div>\n    <\/div>\n  <\/section>\n\n\n  <section class=\"section blogHeadingText\" id=\"blogHeadingText-block_be8bb428950b4d3f1b7e443e6508fba5\">\n    <div class=\"blogHeadingText__wrapper\" >\n        <div class=\"blogHeadingText__heading\">\n            <h2 class=\"blogHeadingText__headingItem\" data-blog-heading data-section-id=\"blogHeadingText-block_be8bb428950b4d3f1b7e443e6508fba5\">\n                \u05de\u05d9\u05dc\u05d9\u05d5\u05ea \u05e9\u05de\u05e8\u05d0\u05d5\u05ea \u05db\u05d9\u05d5\u05d5\u05df \u05d0\u05d5 \u05ea\u05e0\u05d5\u05e2\u05d4 \u2013 Direction and Movement Particles            <\/h2>\n        <\/div>\n        <div class=\"blogHeadingText__content\">\n            <p><span style=\"font-weight: 400;\">\u05d9\u05e9 \u05de\u05d9\u05dc\u05d9\u05d5\u05ea \u05e9\u05d1\u05e9\u05d9\u05dc\u05d5\u05d1 \u05e2\u05dd \u05e4\u05e2\u05dc\u05d9\u05dd \u05de\u05e1\u05d5\u05d9\u05de\u05d9\u05dd \u05d9\u05d5\u05e6\u05e8\u05d5\u05ea \u05ea\u05d7\u05d5\u05e9\u05d4 \u05e9\u05dc \u05ea\u05e0\u05d5\u05e2\u05d4 \u05d0\u05d5 <\/span><a href=\"https:\/\/www.novakidschool.com\/he\/blog\/how-to-ask-for-directions-in-english\/\"><span style=\"font-weight: 400;\">\u05db\u05d9\u05d5\u05d5\u05df<\/span><\/a><span style=\"font-weight: 400;\"> \u2013 \u05dc\u05de\u05e2\u05dc\u05d4, \u05dc\u05de\u05d8\u05d4, \u05d4\u05d7\u05d5\u05e6\u05d4, \u05e4\u05e0\u05d9\u05de\u05d4, \u05e7\u05d3\u05d9\u05de\u05d4 \u05d0\u05d5 \u05d7\u05d6\u05e8\u05d4. \u05e0\u05e6\u05dc\u05d5\u05dc \u05dc\u05d3\u05d5\u05d2\u05de\u05d0\u05d5\u05ea:<\/span><\/p>\n<p><span style=\"font-weight: 400;\">1. In<\/span><\/p>\n<ul>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Come in | \u05dc\u05d4\u05d9\u05db\u05e0\u05e1<\/span><\/li>\n<\/ul>\n<p><span style=\"font-weight: 400;\">Come in, please | \u05d4\u05d9\u05db\u05e0\u05e1, \u05d1\u05d1\u05e7\u05e9\u05d4.<\/span><\/p>\n<ul>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Get in | \u05dc\u05d4\u05d9\u05db\u05e0\u05e1\u00a0<\/span><\/li>\n<\/ul>\n<p><span style=\"font-weight: 400;\">Get in the car | \u05db\u05e0\u05e1 \u05dc\u05d0\u05d5\u05d8\u05d5.<\/span><\/p>\n<ul>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Move in | \u05dc\u05e2\u05d1\u05d5\u05e8 \u05dc\u05d2\u05d5\u05e8<\/span><\/li>\n<\/ul>\n<p><span style=\"font-weight: 400;\">They moved in last week | \u05d4\u05dd \u05e2\u05d1\u05e8\u05d5 \u05dc\u05d2\u05d5\u05e8 (\u05e9\u05dd) \u05d1\u05e9\u05d1\u05d5\u05e2 \u05e9\u05e2\u05d1\u05e8.<\/span><\/p>\n<p><span style=\"font-weight: 400;\">2. Out<\/span><\/p>\n<ul>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Go out | \u05dc\u05e6\u05d0\u05ea<\/span><\/li>\n<\/ul>\n<p><span style=\"font-weight: 400;\">Let\u2019s go out | \u05d1\u05d5\u05d0 \u05e0\u05e6\u05d0<\/span><\/p>\n<ul>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Get out | \u05dc\u05e6\u05d0\u05ea \u05d4\u05d7\u05d5\u05e6\u05d4<\/span><\/li>\n<\/ul>\n<p><span style=\"font-weight: 400;\">Get out of here! | \u05e6\u05d0 \u05de\u05e4\u05d4!<\/span><\/p>\n<ul>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Come out | \u05dc\u05e6\u05d0\u05ea \u05d4\u05d7\u05d5\u05e6\u05d4\u00a0<\/span><\/li>\n<\/ul>\n<p><span style=\"font-weight: 400;\">The sun came out | \u05d4\u05e9\u05de\u05e9 \u05d9\u05e6\u05d0\u05d4.<\/span><\/p>\n<p><span style=\"font-weight: 400;\">3. Up<\/span><\/p>\n<ul>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Climb up | \u05dc\u05d8\u05e4\u05e1<\/span><\/li>\n<\/ul>\n<p><span style=\"font-weight: 400;\">He climbed up the ladder | \u05d4\u05d5\u05d0 \u05d8\u05d9\u05e4\u05e1 \u05e2\u05dc \u05d4\u05e1\u05d5\u05dc\u05dd.<\/span><\/p>\n<ul>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Go up | \u05dc\u05e2\u05dc\u05d5\u05ea<\/span><\/li>\n<\/ul>\n<p><span style=\"font-weight: 400;\">Prices go up | \u05de\u05d7\u05d9\u05e8\u05d9\u05dd \u05e2\u05d5\u05dc\u05d9\u05dd.<\/span><\/p>\n<ul>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Look up | \u05dc\u05d4\u05e1\u05ea\u05db\u05dc \u05dc\u05de\u05e2\u05dc\u05d4<\/span><\/li>\n<\/ul>\n<p><span style=\"font-weight: 400;\">Look up at the sky | \u05ea\u05e1\u05ea\u05db\u05dc \u05dc\u05e9\u05de\u05d9\u05d9\u05dd.<\/span><\/p>\n<p><span style=\"font-weight: 400;\">4. Down<\/span><\/p>\n<ul>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Run down | \u05dc\u05e8\u05d3\u05ea<\/span><\/li>\n<\/ul>\n<p><span style=\"font-weight: 400;\">He ran down the stairs | \u05d4\u05d5\u05d0 \u05e8\u05e5 \u05d1\u05de\u05d5\u05e8\u05d3 \u05d4\u05de\u05d3\u05e8\u05d2\u05d5\u05ea.<\/span><\/p>\n<ul>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Fall down | \u05dc\u05d9\u05e4\u05d5\u05dc<\/span><\/li>\n<\/ul>\n<p><span style=\"font-weight: 400;\">She fell down | \u05d4\u05d9\u05d0 \u05e0\u05e4\u05dc\u05d4.<\/span><\/p>\n<ul>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Lie down | \u05dc\u05e9\u05db\u05d1<\/span><\/li>\n<\/ul>\n<p><span style=\"font-weight: 400;\">Lie down and rest | \u05e9\u05db\u05d1\u05d9 \u05d5\u05ea\u05e0\u05d5\u05d7\u05d9.<\/span><\/p>\n<p><span style=\"font-weight: 400;\">5. Over<\/span><\/p>\n<ul>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Jump over | \u05dc\u05e7\u05e4\u05d5\u05e5 \u05de\u05e2\u05dc<\/span><\/li>\n<\/ul>\n<p><span style=\"font-weight: 400;\">Jump over the fence | \u05e7\u05e4\u05d5\u05e5 \u05de\u05e2\u05dc \u05d4\u05d2\u05d3\u05e8.\u00a0<\/span><\/p>\n<ul>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Look over | \u05dc\u05d4\u05e2\u05d9\u05e3 \u05de\u05d1\u05d8<\/span><\/li>\n<\/ul>\n<p><span style=\"font-weight: 400;\">Look over there | \u05d4\u05e1\u05ea\u05db\u05dc\u05d9 \u05dc\u05e9\u05dd.\u00a0<\/span><\/p>\n<ul>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Fly over | \u05dc\u05e2\u05d5\u05e3 \/ \u05dc\u05d8\u05d5\u05e1 \u05de\u05e2\u05dc<\/span><\/li>\n<\/ul>\n<p><span style=\"font-weight: 400;\">The plane flew over the city | \u05d4\u05de\u05d8\u05d5\u05e1 \u05d8\u05e1 \u05de\u05e2\u05dc \u05d4\u05e2\u05d9\u05e8.<\/span><\/p>\n<p><span style=\"font-weight: 400;\">6. Around<\/span><\/p>\n<ul>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Walk around | \u05dc\u05d4\u05e1\u05ea\u05d5\u05d1\u05d1, \u05dc\u05d4\u05dc\u05da<\/span><\/li>\n<\/ul>\n<p><span style=\"font-weight: 400;\">Walk around the park | \u05dc\u05da \u05de\u05e1\u05d1\u05d9\u05d1 \u05dc\u05e4\u05d0\u05e8\u05e7 \/ \u05d4\u05e7\u05e3 \u05d0\u05ea \u05d4\u05e4\u05d0\u05e8\u05e7 \u05d1\u05d4\u05dc\u05d9\u05db\u05d4.\u00a0<\/span><\/p>\n<ul>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Turn around | \u05dc\u05d4\u05e1\u05ea\u05d5\u05d1\u05d1<\/span><\/li>\n<\/ul>\n<p><span style=\"font-weight: 400;\">Turn around, please | \u05d4\u05e1\u05ea\u05d5\u05d1\u05d1 \u05d1\u05d1\u05e7\u05e9\u05d4<\/span><\/p>\n<ul>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Look around | \u05dc\u05d4\u05e1\u05ea\u05db\u05dc \u05de\u05e1\u05d1\u05d9\u05d1<\/span><\/li>\n<\/ul>\n<p><span style=\"font-weight: 400;\">Look around the room | \u05d4\u05e1\u05ea\u05db\u05dc \u05e1\u05d1\u05d9\u05d1\u05da \u05e2\u05dc \u05d4\u05d7\u05d3\u05e8 \u05db\u05d5\u05dc\u05d5.<\/span><\/p>\n<p><span style=\"font-weight: 400;\">7. Back<\/span><\/p>\n<ul>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Come back | \u05dc\u05d7\u05d6\u05d5\u05e8<\/span><\/li>\n<\/ul>\n<p><span style=\"font-weight: 400;\">Come back home | \u05d7\u05d6\u05d5\u05e8 \u05d4\u05d1\u05d9\u05ea\u05d4<\/span><\/p>\n<ul>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Give back | \u05dc\u05d4\u05d7\u05d6\u05d9\u05e8<\/span><\/li>\n<\/ul>\n<p><span style=\"font-weight: 400;\">Give back the book | \u05d4\u05d7\u05d6\u05e8 \u05d0\u05ea \u05d4\u05e1\u05e4\u05e8.\u00a0<\/span><\/p>\n<ul>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Go back | \u05dc\u05d7\u05d6\u05d5\u05e8<\/span><\/li>\n<\/ul>\n<p><span style=\"font-weight: 400;\">Go back to class | \u05d7\u05d6\u05e8\u05d9 \u05dc\u05e9\u05d9\u05e2\u05d5\u05e8.\u00a0<\/span><\/p>\n        <\/div>\n    <\/div>\n  <\/section>\n\n\n  <section class=\"section blogHeadingText\" id=\"blogHeadingText-block_dbb09aeccab3a989684dff93fe00df02\">\n    <div class=\"blogHeadingText__wrapper\" >\n        <div class=\"blogHeadingText__heading\">\n            <h2 class=\"blogHeadingText__headingItem\" data-blog-heading data-section-id=\"blogHeadingText-block_dbb09aeccab3a989684dff93fe00df02\">\n                \u05de\u05d9\u05dc\u05d9\u05d5\u05ea \u05e2\u05dd \u05de\u05e9\u05de\u05e2\u05d5\u05ea \u05e9\u05dc \u05d6\u05de\u05df \u05d0\u05d5 \u05e1\u05d9\u05d5\u05dd \u2013 Particles Showing Time or Completion            <\/h2>\n        <\/div>\n        <div class=\"blogHeadingText__content\">\n            <p><span style=\"font-weight: 400;\">\u05d1\u05de\u05e7\u05e8\u05d4 \u05d6\u05d4, \u05d4\u05e9\u05d9\u05dc\u05d5\u05d1 \u05d1\u05d9\u05df \u05d4\u05e4\u05d5\u05e2\u05dc \u05dc\u05de\u05d9\u05dc\u05d9\u05ea \u05de\u05d1\u05d8\u05d0 \u05e4\u05e2\u05d5\u05dc\u05d4 \u05e9\u05d4\u05e1\u05ea\u05d9\u05d9\u05de\u05d4 \u05d0\u05d5 \u05e9\u05de\u05ea\u05d9\u05d9\u05d7\u05e1\u05ea \u05dc\u05e8\u05d2\u05e2 \u05de\u05e1\u05d5\u05d9\u05dd \u05d1\u05d6\u05de\u05df. \u05dc\u05d3\u05d5\u05d2\u05de\u05d4:<\/span><\/p>\n<p><span style=\"font-weight: 400;\">1. Up<\/span><\/p>\n<ul>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Time\u2019s up | \u05e0\u05d2\u05de\u05e8 \u05d4\u05d6\u05de\u05df\u00a0<\/span><\/li>\n<\/ul>\n<p><span style=\"font-weight: 400;\">Time\u2019s up! Stop writing | \u05e0\u05d2\u05de\u05e8 \u05d4\u05d6\u05de\u05df! \u05d4\u05e4\u05e1\u05d9\u05e7\u05d5 \u05dc\u05db\u05ea\u05d5\u05d1.\u00a0<\/span><\/p>\n<ul>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Grow up | \u05dc\u05d2\u05d3\u05d5\u05dc<\/span><\/li>\n<\/ul>\n<p><span style=\"font-weight: 400;\">He grew up in Canada | \u05d4\u05d5\u05d0 \u05d2\u05d3\u05dc \u05d1\u05e7\u05e0\u05d3\u05d4.\u00a0<\/span><\/p>\n<ul>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Stay up | \u05dc\u05d4\u05d9\u05e9\u05d0\u05e8 \u05e2\u05e8<\/span><\/li>\n<\/ul>\n<p><span style=\"font-weight: 400;\">She stayed up all night | \u05d4\u05d9\u05d0 \u05e0\u05e9\u05d0\u05e8\u05d4 \u05e2\u05e8\u05d4 \u05db\u05dc \u05d4\u05dc\u05d9\u05dc\u05d4.\u00a0<\/span><\/p>\n<p><span style=\"font-weight: 400;\">2. Over<\/span><\/p>\n<ul>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">It\u2019s over | \u05d6\u05d4 \u05e0\u05d2\u05de\u05e8<\/span><\/li>\n<\/ul>\n<p><span style=\"font-weight: 400;\">The game is over | \u05d4\u05de\u05e9\u05d7\u05e7 \u05e0\u05d2\u05de\u05e8 (\u05d4\u05e4\u05d5\u05e2\u05dc \u05d1\u05de\u05e7\u05e8\u05d4 \u05d6\u05d4 \u05d4\u05d5\u05d0 \u05d4\u05d8\u05d9\u05d4 \u05e9\u05dc to be).<\/span><\/p>\n<ul>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Come over | \u05dc\u05d1\u05d5\u05d0 \u05dc\u05d1\u05d9\u05e7\u05d5\u05e8<\/span><\/li>\n<\/ul>\n<p><span style=\"font-weight: 400;\">Come over to my house | \u05d1\u05d5\u05d0 \u05d0\u05dc\u05d9\u05d9 \u05d4\u05d1\u05d9\u05ea\u05d4.<\/span><\/p>\n<ul>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Get over | \u05dc\u05d4\u05ea\u05d2\u05d1\u05e8<\/span><\/li>\n<\/ul>\n<p><span style=\"font-weight: 400;\">She got over her cold | \u05d4\u05d9\u05d0 \u05d4\u05ea\u05d0\u05d5\u05e9\u05e9\u05d4 \u05de\u05d4\u05e6\u05d9\u05e0\u05d5\u05df \u05e9\u05dc\u05d4.<\/span><\/p>\n<p><span style=\"font-weight: 400;\">3. On<\/span><\/p>\n<ul>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Go on | \u05dc\u05d4\u05de\u05e9\u05d9\u05da<\/span><\/li>\n<\/ul>\n<p><span style=\"font-weight: 400;\">Go on reading | \u05d4\u05de\u05e9\u05d9\u05db\u05d5 \u05dc\u05e7\u05e8\u05d5\u05d0.<\/span><\/p>\n<ul>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Carry on | \u05dc\u05d4\u05de\u05e9\u05d9\u05da\u00a0<\/span><\/li>\n<\/ul>\n<p><span style=\"font-weight: 400;\">Carry on working | \u05d4\u05de\u05e9\u05d9\u05db\u05d5 \u05dc\u05e2\u05d1\u05d5\u05d3<\/span><\/p>\n<ul>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Keep on | \u05dc\u05d4\u05de\u05e9\u05d9\u05da \u05d1\u05d4\u05ea\u05de\u05d3\u05d4<\/span><\/li>\n<\/ul>\n<p><span style=\"font-weight: 400;\">Keep on trying | \u05d4\u05de\u05e9\u05d9\u05db\u05d5 \u05dc\u05e0\u05e1\u05d5\u05ea<\/span><\/p>\n<p><span style=\"font-weight: 400;\">4. Out<\/span><\/p>\n<ul>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Run out | \u05dc\u05d4\u05d9\u05d2\u05de\u05e8<\/span><\/li>\n<\/ul>\n<p><span style=\"font-weight: 400;\">We ran out of time | \u05e0\u05d2\u05de\u05e8 \u05dc\u05e0\u05d5 \u05d4\u05d6\u05de\u05df.\u00a0<\/span><\/p>\n<ul>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Drop out | \u05dc\u05e4\u05e8\u05d5\u05e9<\/span><\/li>\n<\/ul>\n<p><span style=\"font-weight: 400;\">He dropped out of school | \u05d4\u05d5\u05d0 \u05e4\u05e8\u05e9 \u05de\u05d4\u05dc\u05d9\u05de\u05d5\u05d3\u05d9\u05dd.<\/span><\/p>\n<ul>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Check out | \u05dc\u05d1\u05d3\u05d5\u05e7 \/ \u05dc\u05e6\u05d0\u05ea<\/span><\/li>\n<\/ul>\n<p><span style=\"font-weight: 400;\">Check out this house | \u05ea\u05e8\u05d0\u05d4 \u05d0\u05ea \u05d4\u05e1\u05e4\u05e8 \u05d4\u05d6\u05d4.<\/span><\/p>\n<p><span style=\"font-weight: 400;\">The hotel asked us to check out at 11 a.m | \u05d1\u05d9\u05ea \u05d4\u05de\u05dc\u05d5\u05df \u05d1\u05d9\u05e7\u05e9 \u05e9\u05e0\u05e4\u05e0\u05d4 \u05d0\u05ea \u05d4\u05d7\u05d3\u05e8 \u05d1-11 \u05d1\u05d1\u05d5\u05e7\u05e8.\u00a0<\/span><\/p>\n<p><span style=\"font-weight: 400;\">\u05dc\u05de\u05d3\u05e0\u05d5 \u05e9\u05de\u05d9\u05dc\u05d9\u05d5\u05ea \u05d4\u05df \u05db\u05de\u05d5 \u05d7\u05d1\u05e8\u05d9\u05dd \u05e7\u05d8\u05e0\u05d9\u05dd \u05dc\u05e4\u05d5\u05e2\u05dc \u2013 \u05d4\u05df \u05de\u05e9\u05e0\u05d5\u05ea \u05d0\u05ea \u05d4\u05de\u05e9\u05de\u05e2\u05d5\u05ea, \u05de\u05d5\u05e1\u05d9\u05e4\u05d5\u05ea \u05d4\u05d3\u05d2\u05e9\u05d4 \u05d5\u05de\u05e8\u05d0\u05d5\u05ea \u05ea\u05e0\u05d5\u05e2\u05d4 \u05d0\u05d5 \u05d6\u05de\u05df. \u05d0\u05d9 \u05d0\u05e4\u05e9\u05e8 \u05dc\u05d4\u05d1\u05d9\u05df \u05d0\u05d5\u05ea\u05df \u05dc\u05e4\u05d9 \u05d4\u05de\u05d9\u05dc\u05d4 \u05e2\u05e6\u05de\u05d4, \u05d5\u05dc\u05db\u05df \u05db\u05d3\u05d0\u05d9 \u05dc\u05d6\u05db\u05d5\u05e8 \u05d0\u05ea \u05d4\u05e6\u05d9\u05e8\u05d5\u05e4\u05d9\u05dd \u05d4\u05e9\u05d5\u05e0\u05d9\u05dd \u05e9\u05dc \u05de\u05d9\u05dc\u05d9\u05d5\u05ea \u05d5\u05e4\u05e2\u05dc\u05d9\u05dd. \u05ea\u05e8\u05d2\u05dc\u05d5 \u05e9\u05d5\u05d1 \u05d5\u05e9\u05d5\u05d1 \u2013 \u05d5\u05d4\u05d0\u05e0\u05d2\u05dc\u05d9\u05ea \u05e9\u05dc\u05db\u05dd \u05ea\u05e9\u05ea\u05e4\u05e8 \u05e4\u05dc\u05d0\u05d9\u05dd.\u00a0<\/span><\/p>\n<p><span style=\"font-weight: 400;\">\u05d4\u05e2\u05ea\u05d9\u05d3 \u05de\u05ea\u05d7\u05d9\u05dc \u05d4\u05d9\u05d5\u05dd! \u05d4\u05e2\u05e0\u05d9\u05e7\u05d5 \u05dc\u05d9\u05dc\u05d3\u05d9\u05db\u05dd \u05d0\u05ea \u05d4\u05db\u05dc\u05d9\u05dd \u05d4\u05d3\u05e8\u05d5\u05e9\u05d9\u05dd \u05dc\u05d4\u05e6\u05dc\u05d7\u05d4 \u05d1\u05d0\u05e0\u05d2\u05dc\u05d9\u05ea \u05e2\u05dd <\/span><a href=\"https:\/\/www.novakidschool.com\/he\"><span style=\"font-weight: 400;\">\u05e0\u05d5\u05d1\u05d0\u05e7\u05d9\u05d3<\/span><\/a><span style=\"font-weight: 400;\">. \u05d4\u05d9\u05e8\u05e9\u05de\u05d5 \u05e2\u05db\u05e9\u05d9\u05d5 \u05d5\u05ea\u05d9\u05d4\u05e0\u05d5 \u05de<\/span><a href=\"https:\/\/www.novakidschool.com\/he\/education\/beginners\/\"><span style=\"font-weight: 400;\">\u05ea\u05d5\u05db\u05e0\u05d9\u05ea \u05dc\u05d9\u05de\u05d5\u05d3\u05d9\u05dd \u05de\u05e7\u05d5\u05d5\u05e0\u05ea<\/span><\/a><span style=\"font-weight: 400;\"> \u05d4\u05de\u05d5\u05ea\u05d0\u05de\u05ea \u05d0\u05d9\u05e9\u05d9\u05ea \u05dc\u05d9\u05dc\u05d3\u05d9\u05dd.<\/span><\/p>\n        <\/div>\n    <\/div>\n  <\/section>\n\n\n  <section class=\"section blogHeadingText\" id=\"blogHeadingText-block_251efe135093fd75d290b3f35e5088be\">\n    <div class=\"blogHeadingText__wrapper\" >\n        <div class=\"blogHeadingText__heading\">\n            <h2 class=\"blogHeadingText__headingItem\" data-blog-heading data-section-id=\"blogHeadingText-block_251efe135093fd75d290b3f35e5088be\">\n                Grammar Test | Particles            <\/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_8013 ul.advq_question_list {\n        padding:10px 0;\n        margin:0;\n    }\n\n    #advq_quiz_8013 {\n        font-family: ;\n        font-size: 1em;\n        line-height: 1.5em;\n        font-weight: 400;\n        font-style: ;\n    }\n\n    #advq_quiz_8013 .advq_button,\n    #advq_quiz_8013 .advq_validade_ck,\n    #advq_quiz_8013 .advq_next_button,\n    #advq_quiz_8013 .advq_start_quiz_button,\n    #advq_quiz_8013 .advq-restart,\n    #advq_quiz_8013 .advq-restart a {\n        color:#FFFFFF;\n        background-color:rgba(200,107,245,1);\n        font-family: ;\n    }\n\n    #advq_quiz_8013 .advq_button,\n    #advq_quiz_8013 .advq_next_button,\n    #advq_quiz_8013 .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_8013 .advq_button:hover,\n    #advq_quiz_8013 .advq_validade_ck:hover,\n    #advq_quiz_8013 .advq_next_button:hover,\n    #advq_quiz_8013 .advq_start_quiz_button:hover,\n    #advq_quiz_8013 .advq-restart:hover,\n    #advq_quiz_8013 .advq-restart a:hover {\n        color:#FFFFFF;\n        background-color:rgba(200,107,245,1);\n    }\n\n    #advq_quiz_8013 {\n            max-width:100%;\n        }\n        \n    \/* Questions *\/\n    #advq_quiz_8013 .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_8013 .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_8013 .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_8013 .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_8013 .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_8013 .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_8013 .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_8013 .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_8013 .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_8013 .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_8013 .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='8013' id='advq_quiz_8013' data-qtype='trivia' data-qlayout='minimal' data-unique-visitor='false' data-start-time='1776336854' data-options='{\"provide_result\":false,\"allow_change\":false,\"result_position\":\"inline\",\"one_page\":true,\"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\" >\u05de\u05d4 \u05d6\u05d4 \u05e6\u05d9\u05e8\u05d5\u05e3 \u05e4\u05d5\u05e2\u05dc? <\/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='A combination of a verb and a particle that changes the verb&rsquo;s meaning ' data-rule='1' 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>A combination of a verb and a particle that changes the verb\u2019s meaning <\/label><\/li><li class=\"quiz_unselected_answer\"><input data-value='A long word used in formal English ' data-rule='0' 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>A long word used in formal English <\/label><\/li><li class=\"quiz_unselected_answer\"><input data-value='A verb with a prefix' 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>A verb with a prefix<\/label><\/li><li class=\"quiz_unselected_answer\"><input data-value='A verb followed by an article ' 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>A verb followed by an article <\/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\" >?What is the meaning of the following sentence: She gave up the game<\/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='She stopped playing or quit' 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>She stopped playing or quit<\/label><\/li><li class=\"quiz_unselected_answer\"><input data-value='She won the game ' 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>She won the game <\/label><\/li><li class=\"quiz_unselected_answer\"><input data-value='She started playing ' 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>She started playing <\/label><\/li><li class=\"quiz_unselected_answer\"><input data-value='She gave the game to someone else ' 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>She gave the game to someone else <\/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\" >?\"Which of the following phrasal verbs means \u201cto remove by washing<\/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='Burn down' 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>Burn down<\/label><\/li><li class=\"quiz_unselected_answer\"><input data-value='Clean up ' 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>Clean up <\/label><\/li><li class=\"quiz_unselected_answer\"><input data-value='Wash away ' 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>Wash away <\/label><\/li><li class=\"quiz_unselected_answer\"><input data-value='Give away ' 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>Give away <\/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\" >What is the meaning of the following sentence: He ran after the cat<\/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='He fed the cat ' 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>He fed the cat <\/label><\/li><li class=\"quiz_unselected_answer\"><input data-value='He avoided the cat ' data-rule='0' 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>He avoided the cat <\/label><\/li><li class=\"quiz_unselected_answer\"><input data-value='He chased the cat ' data-rule='1' 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>He chased the cat <\/label><\/li><li class=\"quiz_unselected_answer\"><input data-value='He ignored the cat' 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>He ignored the cat<\/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\" >?Which particle can be used to express both direction and completion<\/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='In ' data-rule='0' 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>In <\/label><\/li><li class=\"quiz_unselected_answer\"><input data-value='On ' 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>On <\/label><\/li><li class=\"quiz_unselected_answer\"><input data-value='Up' data-rule='1' 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>Up<\/label><\/li><li class=\"quiz_unselected_answer\"><input data-value='Over' 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>Over<\/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-11\" >What is the meaning of the following sentence: We ran out of milk<\/div><ul data-priority=\"normal\" data-type=\"radio\" data-relation=\"ignore\" class=\"advq_question_list\" data-question-id=\"question-11\"><li class=\"quiz_unselected_answer\"><input data-value='We bought milk ' data-rule='0' id='question-11_0' name='question-11' type='radio' data-points='1'> <label for='question-11_0'><span class=\"advq_a_input\"><i class=\"fa fa-square-o\" aria-hidden=\"true\"><\/i><\/span>We bought milk <\/label><\/li><li class=\"quiz_unselected_answer\"><input data-value='We drank milk ' data-rule='0' id='question-11_1' name='question-11' type='radio' data-points='1'> <label for='question-11_1'><span class=\"advq_a_input\"><i class=\"fa fa-square-o\" aria-hidden=\"true\"><\/i><\/span>We drank milk <\/label><\/li><li class=\"quiz_unselected_answer\"><input data-value='We have no milk left' data-rule='1' id='question-11_2' name='question-11' type='radio' data-points='1'> <label for='question-11_2'><span class=\"advq_a_input\"><i class=\"fa fa-square-o\" aria-hidden=\"true\"><\/i><\/span>We have no milk left<\/label><\/li><li class=\"quiz_unselected_answer\"><input data-value='We spilled the milk ' data-rule='0' id='question-11_3' name='question-11' type='radio' data-points='1'> <label for='question-11_3'><span class=\"advq_a_input\"><i class=\"fa fa-square-o\" aria-hidden=\"true\"><\/i><\/span>We spilled the milk <\/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-12\" >?\"Which of these phrases means \u201cto break into pieces<\/div><ul data-priority=\"normal\" data-type=\"radio\" data-relation=\"ignore\" class=\"advq_question_list\" data-question-id=\"question-12\"><li class=\"quiz_unselected_answer\"><input data-value='Tear apart' data-rule='0' id='question-12_0' name='question-12' type='radio' data-points='1'> <label for='question-12_0'><span class=\"advq_a_input\"><i class=\"fa fa-square-o\" aria-hidden=\"true\"><\/i><\/span>Tear apart<\/label><\/li><li class=\"quiz_unselected_answer\"><input data-value='Drop out ' data-rule='0' id='question-12_1' name='question-12' type='radio' data-points='1'> <label for='question-12_1'><span class=\"advq_a_input\"><i class=\"fa fa-square-o\" aria-hidden=\"true\"><\/i><\/span>Drop out <\/label><\/li><li class=\"quiz_unselected_answer\"><input data-value='Fall apart ' data-rule='1' id='question-12_2' name='question-12' type='radio' data-points='1'> <label for='question-12_2'><span class=\"advq_a_input\"><i class=\"fa fa-square-o\" aria-hidden=\"true\"><\/i><\/span>Fall apart <\/label><\/li><li class=\"quiz_unselected_answer\"><input data-value='Calm down ' data-rule='0' id='question-12_3' name='question-12' type='radio' data-points='1'> <label for='question-12_3'><span class=\"advq_a_input\"><i class=\"fa fa-square-o\" aria-hidden=\"true\"><\/i><\/span>Calm down <\/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-13\" >What is the meaning of the following sentence: The sun came out<\/div><ul data-priority=\"normal\" data-type=\"radio\" data-relation=\"ignore\" class=\"advq_question_list\" data-question-id=\"question-13\"><li class=\"quiz_unselected_answer\"><input data-value='It started raining ' data-rule='0' id='question-13_0' name='question-13' type='radio' data-points='1'> <label for='question-13_0'><span class=\"advq_a_input\"><i class=\"fa fa-square-o\" aria-hidden=\"true\"><\/i><\/span>It started raining <\/label><\/li><li class=\"quiz_unselected_answer\"><input data-value='The sun became visible ' data-rule='1' id='question-13_1' name='question-13' type='radio' data-points='1'> <label for='question-13_1'><span class=\"advq_a_input\"><i class=\"fa fa-square-o\" aria-hidden=\"true\"><\/i><\/span>The sun became visible <\/label><\/li><li class=\"quiz_unselected_answer\"><input data-value='The sun is shining ' data-rule='0' id='question-13_2' name='question-13' type='radio' data-points='1'> <label for='question-13_2'><span class=\"advq_a_input\"><i class=\"fa fa-square-o\" aria-hidden=\"true\"><\/i><\/span>The sun is shining <\/label><\/li><li class=\"quiz_unselected_answer\"><input data-value='The sun moved away' data-rule='0' id='question-13_3' name='question-13' type='radio' data-points='1'> <label for='question-13_3'><span class=\"advq_a_input\"><i class=\"fa fa-square-o\" aria-hidden=\"true\"><\/i><\/span>The sun moved away<\/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-14\" >?What does \u201cCheck out this house\u201d mean<\/div><ul data-priority=\"normal\" data-type=\"radio\" data-relation=\"ignore\" class=\"advq_question_list\" data-question-id=\"question-14\"><li class=\"quiz_unselected_answer\"><input data-value='Move into the house ' data-rule='0' id='question-14_0' name='question-14' type='radio' data-points='1'> <label for='question-14_0'><span class=\"advq_a_input\"><i class=\"fa fa-square-o\" aria-hidden=\"true\"><\/i><\/span>Move into the house <\/label><\/li><li class=\"quiz_unselected_answer\"><input data-value='Visit the house' data-rule='0' id='question-14_1' name='question-14' type='radio' data-points='1'> <label for='question-14_1'><span class=\"advq_a_input\"><i class=\"fa fa-square-o\" aria-hidden=\"true\"><\/i><\/span>Visit the house<\/label><\/li><li class=\"quiz_unselected_answer\"><input data-value='Look at or examine the house ' data-rule='1' id='question-14_2' name='question-14' type='radio' data-points='1'> <label for='question-14_2'><span class=\"advq_a_input\"><i class=\"fa fa-square-o\" aria-hidden=\"true\"><\/i><\/span>Look at or examine the house <\/label><\/li><li class=\"quiz_unselected_answer\"><input data-value='Sell the house ' data-rule='0' id='question-14_3' name='question-14' type='radio' data-points='1'> <label for='question-14_3'><span class=\"advq_a_input\"><i class=\"fa fa-square-o\" aria-hidden=\"true\"><\/i><\/span>Sell the house <\/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-15\" >?Which of the following shows a particle used to express a return or reversal of action<\/div><ul data-priority=\"normal\" data-type=\"radio\" data-relation=\"ignore\" class=\"advq_question_list\" data-question-id=\"question-15\"><li class=\"quiz_unselected_answer\"><input data-value=' Look over' data-rule='0' id='question-15_0' name='question-15' type='radio' data-points='1'> <label for='question-15_0'><span class=\"advq_a_input\"><i class=\"fa fa-square-o\" aria-hidden=\"true\"><\/i><\/span> Look over<\/label><\/li><li class=\"quiz_unselected_answer\"><input data-value='Grow up ' data-rule='0' id='question-15_1' name='question-15' type='radio' data-points='1'> <label for='question-15_1'><span class=\"advq_a_input\"><i class=\"fa fa-square-o\" aria-hidden=\"true\"><\/i><\/span>Grow up <\/label><\/li><li class=\"quiz_unselected_answer\"><input data-value='Give back ' data-rule='1' id='question-15_2' name='question-15' type='radio' data-points='1'> <label for='question-15_2'><span class=\"advq_a_input\"><i class=\"fa fa-square-o\" aria-hidden=\"true\"><\/i><\/span>Give back <\/label><\/li><li class=\"quiz_unselected_answer\"><input data-value='Put on' data-rule='0' id='question-15_3' name='question-15' type='radio' data-points='1'> <label for='question-15_3'><span class=\"advq_a_input\"><i class=\"fa fa-square-o\" aria-hidden=\"true\"><\/i><\/span>Put on<\/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 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%2F8010%3Fqid%3D8013qr%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%2F8010%3Fqid%3D8013qr%7Brid%7D&text={result}Particles: https:\/\/www.novakidschool.com\/he\/blog\/wp-json\/wp\/v2\/posts\/8010?qid=8013qr{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%2F8010%3Fqid%3D8013qr%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%2F8010%3Fqid%3D8013qr%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%2F8010%3Fqid%3D8013qr%7Brid%7D&text={result}Particles: https:\/\/www.novakidschool.com\/he\/blog\/wp-json\/wp\/v2\/posts\/8010?qid=8013qr{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%2F8010%3Fqid%3D8013qr%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%2F8010%3Fqid%3D8013qr%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%2F8010%3Fqid%3D8013qr%7Brid%7D&text={result}Particles: https:\/\/www.novakidschool.com\/he\/blog\/wp-json\/wp\/v2\/posts\/8010?qid=8013qr{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%2F8010%3Fqid%3D8013qr%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\/8010\" 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\u05df \u05de\u05d9\u05dc\u05d9\u05d5\u05ea \u05d1\u05d0\u05e0\u05d2\u05dc\u05d9\u05ea? \u05d0\u05d9\u05da \u05de\u05e9\u05ea\u05de\u05e9\u05d9\u05dd \u05d1\u05d4\u05df \u05e0\u05db\u05d5\u05df? \u05de\u05d3\u05e8\u05d9\u05da \u05e7\u05dc\u05d9\u05dc \u05d5\u05d1\u05e8\u05d5\u05e8 \u05dc\u05dc\u05d5\u05de\u05d3\u05d9 \u05d0\u05e0\u05d2\u05dc\u05d9\u05ea \u05db\u05e9\u05e4\u05d4 \u05e9\u05e0\u05d9\u05d9\u05d4, \u05db\u05d5\u05dc\u05dc \u05d4\u05e1\u05d1\u05e8\u05d9\u05dd \u05d5\u05d0\u05d9\u05e0\u05e1\u05e4\u05d5\u05e8 \u05d3\u05d5\u05d2\u05de\u05d0\u05d5\u05ea.<\/p>\n","protected":false},"author":1,"featured_media":8011,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"inline_featured_image":false,"footnotes":""},"categories":[32,54],"tags":[],"class_list":["post-8010","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-dkdvk","category-54"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.3 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>\u05de\u05d9\u05dc\u05d9\u05d5\u05ea \u05d1\u05d0\u05e0\u05d2\u05dc\u05d9\u05ea \u2013 \u05de\u05d3\u05e8\u05d9\u05da \u05dc\u05dc\u05d5\u05de\u05d3\u05d9 \u05d0\u05e0\u05d2\u05dc\u05d9\u05ea \u05db\u05e9\u05e4\u05d4 \u05e9\u05e0\u05d9\u05d9\u05d4<\/title>\n<meta name=\"description\" content=\"\u05de\u05d4\u05df \u05de\u05d9\u05dc\u05d9\u05d5\u05ea \u05d1\u05d0\u05e0\u05d2\u05dc\u05d9\u05ea? \u05d0\u05d9\u05da \u05de\u05e9\u05ea\u05de\u05e9\u05d9\u05dd \u05d1\u05d4\u05df \u05e0\u05db\u05d5\u05df? \u05de\u05d3\u05e8\u05d9\u05da \u05e7\u05dc\u05d9\u05dc \u05d5\u05d1\u05e8\u05d5\u05e8 \u05dc\u05dc\u05d5\u05de\u05d3\u05d9 \u05d0\u05e0\u05d2\u05dc\u05d9\u05ea \u05db\u05e9\u05e4\u05d4 \u05e9\u05e0\u05d9\u05d9\u05d4, \u05db\u05d5\u05dc\u05dc \u05d4\u05e1\u05d1\u05e8\u05d9\u05dd \u05d5\u05d0\u05d9\u05e0\u05e1\u05e4\u05d5\u05e8 \u05d3\u05d5\u05d2\u05de\u05d0\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\/particles\/\" \/>\n<meta property=\"og:locale\" content=\"he_IL\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"\u05de\u05d9\u05dc\u05d9\u05d5\u05ea \u05d1\u05d0\u05e0\u05d2\u05dc\u05d9\u05ea \u2013 \u05de\u05d3\u05e8\u05d9\u05da \u05dc\u05dc\u05d5\u05de\u05d3\u05d9 \u05d0\u05e0\u05d2\u05dc\u05d9\u05ea \u05db\u05e9\u05e4\u05d4 \u05e9\u05e0\u05d9\u05d9\u05d4\" \/>\n<meta property=\"og:description\" content=\"\u05de\u05d4\u05df \u05de\u05d9\u05dc\u05d9\u05d5\u05ea \u05d1\u05d0\u05e0\u05d2\u05dc\u05d9\u05ea? \u05d0\u05d9\u05da \u05de\u05e9\u05ea\u05de\u05e9\u05d9\u05dd \u05d1\u05d4\u05df \u05e0\u05db\u05d5\u05df? \u05de\u05d3\u05e8\u05d9\u05da \u05e7\u05dc\u05d9\u05dc \u05d5\u05d1\u05e8\u05d5\u05e8 \u05dc\u05dc\u05d5\u05de\u05d3\u05d9 \u05d0\u05e0\u05d2\u05dc\u05d9\u05ea \u05db\u05e9\u05e4\u05d4 \u05e9\u05e0\u05d9\u05d9\u05d4, \u05db\u05d5\u05dc\u05dc \u05d4\u05e1\u05d1\u05e8\u05d9\u05dd \u05d5\u05d0\u05d9\u05e0\u05e1\u05e4\u05d5\u05e8 \u05d3\u05d5\u05d2\u05de\u05d0\u05d5\u05ea.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.novakidschool.com\/he\/blog\/particles\/\" \/>\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=\"2025-05-28T07:44:04+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-02-07T07:16:45+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.novakidschool.com\/he\/blog\/wp-content\/uploads\/2025\/05\/cover-photo-.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1024\" \/>\n\t<meta property=\"og:image:height\" content=\"720\" \/>\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\u05d9\u05dc\u05d9\u05d5\u05ea \u05d1\u05d0\u05e0\u05d2\u05dc\u05d9\u05ea \u2013 \u05de\u05d3\u05e8\u05d9\u05da \u05dc\u05dc\u05d5\u05de\u05d3\u05d9 \u05d0\u05e0\u05d2\u05dc\u05d9\u05ea \u05db\u05e9\u05e4\u05d4 \u05e9\u05e0\u05d9\u05d9\u05d4","description":"\u05de\u05d4\u05df \u05de\u05d9\u05dc\u05d9\u05d5\u05ea \u05d1\u05d0\u05e0\u05d2\u05dc\u05d9\u05ea? \u05d0\u05d9\u05da \u05de\u05e9\u05ea\u05de\u05e9\u05d9\u05dd \u05d1\u05d4\u05df \u05e0\u05db\u05d5\u05df? \u05de\u05d3\u05e8\u05d9\u05da \u05e7\u05dc\u05d9\u05dc \u05d5\u05d1\u05e8\u05d5\u05e8 \u05dc\u05dc\u05d5\u05de\u05d3\u05d9 \u05d0\u05e0\u05d2\u05dc\u05d9\u05ea \u05db\u05e9\u05e4\u05d4 \u05e9\u05e0\u05d9\u05d9\u05d4, \u05db\u05d5\u05dc\u05dc \u05d4\u05e1\u05d1\u05e8\u05d9\u05dd \u05d5\u05d0\u05d9\u05e0\u05e1\u05e4\u05d5\u05e8 \u05d3\u05d5\u05d2\u05de\u05d0\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\/particles\/","og_locale":"he_IL","og_type":"article","og_title":"\u05de\u05d9\u05dc\u05d9\u05d5\u05ea \u05d1\u05d0\u05e0\u05d2\u05dc\u05d9\u05ea \u2013 \u05de\u05d3\u05e8\u05d9\u05da \u05dc\u05dc\u05d5\u05de\u05d3\u05d9 \u05d0\u05e0\u05d2\u05dc\u05d9\u05ea \u05db\u05e9\u05e4\u05d4 \u05e9\u05e0\u05d9\u05d9\u05d4","og_description":"\u05de\u05d4\u05df \u05de\u05d9\u05dc\u05d9\u05d5\u05ea \u05d1\u05d0\u05e0\u05d2\u05dc\u05d9\u05ea? \u05d0\u05d9\u05da \u05de\u05e9\u05ea\u05de\u05e9\u05d9\u05dd \u05d1\u05d4\u05df \u05e0\u05db\u05d5\u05df? \u05de\u05d3\u05e8\u05d9\u05da \u05e7\u05dc\u05d9\u05dc \u05d5\u05d1\u05e8\u05d5\u05e8 \u05dc\u05dc\u05d5\u05de\u05d3\u05d9 \u05d0\u05e0\u05d2\u05dc\u05d9\u05ea \u05db\u05e9\u05e4\u05d4 \u05e9\u05e0\u05d9\u05d9\u05d4, \u05db\u05d5\u05dc\u05dc \u05d4\u05e1\u05d1\u05e8\u05d9\u05dd \u05d5\u05d0\u05d9\u05e0\u05e1\u05e4\u05d5\u05e8 \u05d3\u05d5\u05d2\u05de\u05d0\u05d5\u05ea.","og_url":"https:\/\/www.novakidschool.com\/he\/blog\/particles\/","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":"2025-05-28T07:44:04+00:00","article_modified_time":"2026-02-07T07:16:45+00:00","og_image":[{"width":1024,"height":720,"url":"https:\/\/www.novakidschool.com\/he\/blog\/wp-content\/uploads\/2025\/05\/cover-photo-.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\/particles\/#article","isPartOf":{"@id":"https:\/\/www.novakidschool.com\/he\/blog\/particles\/"},"author":{"name":"Novakid","@id":"https:\/\/www.novakidschool.com\/he\/blog\/#\/schema\/person\/9c8dc48e6039f718eeaa2fe161105bb7"},"headline":"\u05de\u05d9\u05dc\u05d9\u05d5\u05ea \u05d1\u05d0\u05e0\u05d2\u05dc\u05d9\u05ea \u2013 Particles in English","datePublished":"2025-05-28T07:44:04+00:00","dateModified":"2026-02-07T07:16:45+00:00","mainEntityOfPage":{"@id":"https:\/\/www.novakidschool.com\/he\/blog\/particles\/"},"wordCount":7,"commentCount":0,"publisher":{"@id":"https:\/\/www.novakidschool.com\/he\/blog\/#organization"},"image":{"@id":"https:\/\/www.novakidschool.com\/he\/blog\/particles\/#primaryimage"},"thumbnailUrl":"https:\/\/www.novakidschool.com\/he\/blog\/wp-content\/uploads\/2025\/05\/cover-photo-.png","articleSection":["\u05d3\u05e7\u05d3\u05d5\u05e7","\u05d6\u05de\u05e0\u05d9\u05dd"],"inLanguage":"he-IL","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.novakidschool.com\/he\/blog\/particles\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.novakidschool.com\/he\/blog\/particles\/","url":"https:\/\/www.novakidschool.com\/he\/blog\/particles\/","name":"\u05de\u05d9\u05dc\u05d9\u05d5\u05ea \u05d1\u05d0\u05e0\u05d2\u05dc\u05d9\u05ea \u2013 \u05de\u05d3\u05e8\u05d9\u05da \u05dc\u05dc\u05d5\u05de\u05d3\u05d9 \u05d0\u05e0\u05d2\u05dc\u05d9\u05ea \u05db\u05e9\u05e4\u05d4 \u05e9\u05e0\u05d9\u05d9\u05d4","isPartOf":{"@id":"https:\/\/www.novakidschool.com\/he\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.novakidschool.com\/he\/blog\/particles\/#primaryimage"},"image":{"@id":"https:\/\/www.novakidschool.com\/he\/blog\/particles\/#primaryimage"},"thumbnailUrl":"https:\/\/www.novakidschool.com\/he\/blog\/wp-content\/uploads\/2025\/05\/cover-photo-.png","datePublished":"2025-05-28T07:44:04+00:00","dateModified":"2026-02-07T07:16:45+00:00","description":"\u05de\u05d4\u05df \u05de\u05d9\u05dc\u05d9\u05d5\u05ea \u05d1\u05d0\u05e0\u05d2\u05dc\u05d9\u05ea? \u05d0\u05d9\u05da \u05de\u05e9\u05ea\u05de\u05e9\u05d9\u05dd \u05d1\u05d4\u05df \u05e0\u05db\u05d5\u05df? \u05de\u05d3\u05e8\u05d9\u05da \u05e7\u05dc\u05d9\u05dc \u05d5\u05d1\u05e8\u05d5\u05e8 \u05dc\u05dc\u05d5\u05de\u05d3\u05d9 \u05d0\u05e0\u05d2\u05dc\u05d9\u05ea \u05db\u05e9\u05e4\u05d4 \u05e9\u05e0\u05d9\u05d9\u05d4, \u05db\u05d5\u05dc\u05dc \u05d4\u05e1\u05d1\u05e8\u05d9\u05dd \u05d5\u05d0\u05d9\u05e0\u05e1\u05e4\u05d5\u05e8 \u05d3\u05d5\u05d2\u05de\u05d0\u05d5\u05ea.","breadcrumb":{"@id":"https:\/\/www.novakidschool.com\/he\/blog\/particles\/#breadcrumb"},"inLanguage":"he-IL","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.novakidschool.com\/he\/blog\/particles\/"]}]},{"@type":"ImageObject","inLanguage":"he-IL","@id":"https:\/\/www.novakidschool.com\/he\/blog\/particles\/#primaryimage","url":"https:\/\/www.novakidschool.com\/he\/blog\/wp-content\/uploads\/2025\/05\/cover-photo-.png","contentUrl":"https:\/\/www.novakidschool.com\/he\/blog\/wp-content\/uploads\/2025\/05\/cover-photo-.png","width":1024,"height":720},{"@type":"BreadcrumbList","@id":"https:\/\/www.novakidschool.com\/he\/blog\/particles\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.novakidschool.com\/he\/blog\/"},{"@type":"ListItem","position":2,"name":"\u05de\u05d9\u05dc\u05d9\u05d5\u05ea \u05d1\u05d0\u05e0\u05d2\u05dc\u05d9\u05ea \u2013 Particles in English"}]},{"@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\/8010","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=8010"}],"version-history":[{"count":1,"href":"https:\/\/www.novakidschool.com\/he\/blog\/wp-json\/wp\/v2\/posts\/8010\/revisions"}],"predecessor-version":[{"id":8014,"href":"https:\/\/www.novakidschool.com\/he\/blog\/wp-json\/wp\/v2\/posts\/8010\/revisions\/8014"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.novakidschool.com\/he\/blog\/wp-json\/wp\/v2\/media\/8011"}],"wp:attachment":[{"href":"https:\/\/www.novakidschool.com\/he\/blog\/wp-json\/wp\/v2\/media?parent=8010"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.novakidschool.com\/he\/blog\/wp-json\/wp\/v2\/categories?post=8010"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.novakidschool.com\/he\/blog\/wp-json\/wp\/v2\/tags?post=8010"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}