{"id":10475,"date":"2026-03-26T10:00:24","date_gmt":"2026-03-26T09:00:24","guid":{"rendered":"https:\/\/www.novakidschool.com\/he\/blog\/?p=10475"},"modified":"2026-03-27T10:16:12","modified_gmt":"2026-03-27T09:16:12","slug":"while-vs-during","status":"publish","type":"post","link":"https:\/\/www.novakidschool.com\/he\/blog\/while-vs-during\/","title":{"rendered":"\u05de\u05d9\u05dc\u05d5\u05ea \u05d6\u05de\u05df \u05d1\u05d0\u05e0\u05d2\u05dc\u05d9\u05ea | While vs During\u00a0"},"content":{"rendered":"  <section class=\"section blogHeader\" id=\"blogHeader-block_90c8c649e0c4698ae2b8b40fa33adaa6\">\n      <div class=\"blogHeader__wrapper\">\n                              <div class=\"blogHeader__image\">\n              <a href=\"https:\/\/www.novakidschool.com\/he\/blog\/wp-content\/uploads\/2026\/03\/\u05de\u05d9\u05dc\u05d5\u05ea-\u05d6\u05de\u05df-\u05d1\u05d0\u05e0\u05d2\u05dc\u05d9\u05ea-While-vs-During-.png\" class=\"glightbox\">\n                <img decoding=\"async\" src=\"https:\/\/www.novakidschool.com\/he\/blog\/wp-content\/uploads\/2026\/03\/\u05de\u05d9\u05dc\u05d5\u05ea-\u05d6\u05de\u05df-\u05d1\u05d0\u05e0\u05d2\u05dc\u05d9\u05ea-While-vs-During-.png\" alt=\"\u05de\u05d9\u05dc\u05d5\u05ea \u05d6\u05de\u05df \u05d1\u05d0\u05e0\u05d2\u05dc\u05d9\u05ea | While vs During\u00a0\" class=\"blogHeader__imageItem\" srcset=\"https:\/\/www.novakidschool.com\/he\/blog\/wp-content\/uploads\/2026\/03\/\u05de\u05d9\u05dc\u05d5\u05ea-\u05d6\u05de\u05df-\u05d1\u05d0\u05e0\u05d2\u05dc\u05d9\u05ea-While-vs-During--300x211.png 300w, https:\/\/www.novakidschool.com\/he\/blog\/wp-content\/uploads\/2026\/03\/\u05de\u05d9\u05dc\u05d5\u05ea-\u05d6\u05de\u05df-\u05d1\u05d0\u05e0\u05d2\u05dc\u05d9\u05ea-While-vs-During--768x540.png 768w, https:\/\/www.novakidschool.com\/he\/blog\/wp-content\/uploads\/2026\/03\/\u05de\u05d9\u05dc\u05d5\u05ea-\u05d6\u05de\u05df-\u05d1\u05d0\u05e0\u05d2\u05dc\u05d9\u05ea-While-vs-During-.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\">While vs During | \u05d4\u05d1\u05d3\u05dc\u05d9\u05dd \u05db\u05dc\u05dc\u05d9\u05d9\u05dd<\/span>\n                    <\/li>\n                                    <li>\n                        <span class=\"toc-item\">\u05de\u05ea\u05d9 \u05de\u05e9\u05ea\u05de\u05e9\u05d9\u05dd \u05d1-While?<\/span>\n                    <\/li>\n                                    <li>\n                        <span class=\"toc-item\">\u05de\u05ea\u05d9 \u05de\u05e9\u05ea\u05de\u05e9\u05d9\u05dd \u05d1-During?<\/span>\n                    <\/li>\n                                    <li>\n                        <span class=\"toc-item\">While \u05d5-During | \u05d4\u05d1\u05d3\u05dc \u05e7\u05d8\u05df, \u05de\u05e9\u05de\u05e2\u05d5\u05ea \u05d2\u05d3\u05d5\u05dc\u05d4<\/span>\n                    <\/li>\n                                    <li>\n                        <span class=\"toc-item\">Grammar Test | Connecting Time Phrases<\/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\n <section class=\"section blogTakeaways\" id=\"blogCrossPost-block_9286bfe75efdf1e1c45c777a8fb5fef0\">\n    \n      <div class=\"blogTakeaways__wrapper\">\n\n          <div class=\"blogTakeaways__header\">\n            Takeaways          <\/div>\n          <ul class=\"blogTakeaways__content\">\n                          <li>\n                  \nWhile vs During \u05d0\u05d9\u05e0\u05df \u05de\u05d9\u05dc\u05d9\u05dd \u05e0\u05e8\u05d3\u05e4\u05d5\u05ea, \u05dc\u05de\u05e8\u05d5\u05ea \u05e9\u05e9\u05ea\u05d9\u05d4\u05df \u05e7\u05e9\u05d5\u05e8\u05d5\u05ea \u05dc\u05d6\u05de\u05df.\n\n              <\/li>\n                          <li>\n                  \n\u05de\u05e9\u05ea\u05de\u05e9\u05d9\u05dd \u05d1-While \u05db\u05d0\u05e9\u05e8 \u05de\u05ea\u05d0\u05e8\u05d9\u05dd \u05e4\u05e2\u05d5\u05dc\u05d4 \u05e9\u05de\u05ea\u05e8\u05d7\u05e9\u05ea.\n\n              <\/li>\n                          <li>\n                  \nDuring \u05ea\u05d5\u05e4\u05d9\u05e2 \u05dc\u05e4\u05e0\u05d9 \u05e9\u05dd \u05d4\u05e2\u05e6\u05dd \u05d5\u05dc\u05d0 \u05dc\u05e4\u05e0\u05d9 \u05e4\u05e2\u05d5\u05dc\u05d4.\u00a0\n\n              <\/li>\n                          <li>\n                  \n\u05d4\u05d1\u05e0\u05ea \u05d4\u05d4\u05d1\u05d3\u05dc \u05de\u05d0\u05e4\u05e9\u05e8\u05ea \u05d1\u05e0\u05d9\u05d9\u05ea \u05de\u05e9\u05e4\u05d8\u05d9\u05dd \u05d8\u05d1\u05e2\u05d9\u05d9\u05dd \u05d5\u05de\u05d3\u05d5\u05d9\u05e7\u05d9\u05dd \u05d9\u05d5\u05ea\u05e8 \u05d1\u05d0\u05e0\u05d2\u05dc\u05d9\u05ea.\n\n              <\/li>\n                      <\/ul>\n\n\n      <\/div>\n  <\/section>\n\n\n\n\n  <section class=\"section blogText\" id=\"blogText-block_e9502b563d28786deb61127d737131a9\">\n    <div class=\"blogText__wrapper\">\n        <div class=\"blogText__content\">\n            <p><span style=\"font-weight: 400;\">\u05db\u05d0\u05e9\u05e8 \u05dc\u05d5\u05de\u05d3\u05d9\u05dd \u05d0\u05e0\u05d2\u05dc\u05d9\u05ea \u05db\u05e9\u05e4\u05d4 \u05e9\u05e0\u05d9\u05d9\u05d4, \u05de\u05d9\u05dc\u05d9\u05dd \u05e8\u05d1\u05d5\u05ea \u05e0\u05e8\u05d0\u05d5\u05ea \u05d3\u05d5\u05de\u05d5\u05ea \u05d1\u05de\u05e9\u05de\u05e2\u05d5\u05ea \u05db\u05d0\u05e9\u05e8 \u05d1\u05e4\u05d5\u05e2\u05dc \u05d4\u05df \u05e4\u05d5\u05e2\u05dc\u05d5\u05ea \u05d1\u05e6\u05d5\u05e8\u05d4 \u05e9\u05d5\u05e0\u05d4 \u05dc\u05d2\u05de\u05e8\u05d9 \u05de\u05d1\u05d7\u05d9\u05e0\u05d4 \u05d3\u05e7\u05d3\u05d5\u05e7\u05d9\u05ea. \u05d6\u05d4 \u05d1\u05d3\u05d9\u05d5\u05e7 \u05d4\u05de\u05e7\u05e8\u05d4 \u05e9\u05dc <\/span><b>While vs During<\/b><span style=\"font-weight: 400;\">. \u05e9\u05ea\u05d9 \u05d4\u05de\u05d9\u05dc\u05d9\u05dd \u05e7\u05e9\u05d5\u05e8\u05d5\u05ea \u05dc\u05d6\u05de\u05df, \u05d0\u05da \u05dc\u05d0 \u05de\u05e9\u05ea\u05de\u05e9\u05d9\u05dd \u05d1\u05d4\u05df \u05d1\u05d0\u05d5\u05ea\u05d5 \u05d0\u05d5\u05e4\u05df.<\/span><\/p>\n<p><span style=\"font-weight: 400;\">\u05d1\u05de\u05d0\u05de\u05e8 \u05d6\u05d4 \u05e0\u05d1\u05d9\u05df \u05d1\u05e6\u05d5\u05e8\u05d4 \u05e4\u05e9\u05d5\u05d8\u05d4 \u05d5\u05d1\u05e8\u05d5\u05e8\u05d4 \u05d0\u05ea \u05d4\u05d4\u05d1\u05d3\u05dc \u05d1\u05d9\u05df While \u05d5-During, \u05e0\u05dc\u05de\u05d3 <\/span><b>\u05de\u05ea\u05d9 \u05de\u05e9\u05ea\u05de\u05e9\u05d9\u05dd \u05d1-While<\/b><span style=\"font-weight: 400;\"> \u05d5\u05de\u05ea\u05d9 \u05e0\u05db\u05d5\u05df \u05dc\u05d1\u05d7\u05d5\u05e8 \u05d3\u05d5\u05d5\u05e7\u05d0 \u05d1-During.<\/span><\/p>\n<p><b>\u05dc\u05e4\u05e2\u05de\u05d9\u05dd \u05de\u05d9\u05dc\u05d4 \u05e7\u05d8\u05e0\u05d4 \u05d0\u05d7\u05ea \u05de\u05e9\u05e0\u05d4 \u05d0\u05ea \u05db\u05dc \u05de\u05d1\u05e0\u05d4 \u05d4\u05de\u05e9\u05e4\u05d8. \u05e8\u05d5\u05e6\u05d9\u05dd \u05dc\u05d3\u05d1\u05e8 \u05d0\u05e0\u05d2\u05dc\u05d9\u05ea \u05d1\u05e6\u05d5\u05e8\u05d4 \u05d8\u05d1\u05e2\u05d9\u05ea \u05d5\u05d1\u05d8\u05d5\u05d7\u05d4? <\/b><a href=\"https:\/\/www.novakid.co.il\"><b>\u05d4\u05e8\u05e9\u05de\u05d5 \u05e2\u05db\u05e9\u05d9\u05d5 \u05dc\u05e9\u05d9\u05e2\u05d5\u05e8 \u05e0\u05d9\u05e1\u05d9\u05d5\u05df \u05d0\u05d5\u05e0\u05dc\u05d9\u05d9\u05df \u05d7\u05d9\u05e0\u05dd<\/b><\/a><b> \u05d5\u05d2\u05dc\u05d5 \u05db\u05de\u05d4 \u05e7\u05dc \u05dc\u05d4\u05d1\u05d9\u05df \u05d0\u05ea \u05d4\u05d4\u05d9\u05d2\u05d9\u05d5\u05df \u05e9\u05dc \u05d4\u05e9\u05e4\u05d4.<\/b><\/p>\n        <\/div>\n    <\/div>\n  <\/section>\n\n\n  <section class=\"section blogHeadingText\" id=\"blogHeadingText-block_4c59a0c999977c069d8a78b09f433a6e\">\n    <div class=\"blogHeadingText__wrapper\" >\n        <div class=\"blogHeadingText__heading\">\n            <h2 class=\"blogHeadingText__headingItem\" data-blog-heading data-section-id=\"blogHeadingText-block_4c59a0c999977c069d8a78b09f433a6e\">\n                While vs During | \u05d4\u05d1\u05d3\u05dc\u05d9\u05dd \u05db\u05dc\u05dc\u05d9\u05d9\u05dd            <\/h2>\n        <\/div>\n        <div class=\"blogHeadingText__content\">\n            <p><b>'General Differences Between \u2018While\u2019 And 'During<\/b><\/p>\n<p><span style=\"font-weight: 400;\">\u05d4\u05d4\u05d1\u05d3\u05dc \u05d4\u05de\u05e8\u05db\u05d6\u05d9 \u05e4\u05e9\u05d5\u05d8 \u05de\u05d0\u05d5\u05d3:<\/span><\/p>\n<p><span style=\"font-weight: 400;\">While \u05de\u05d5\u05e4\u05d9\u05e2\u05d4 \u05dc\u05e4\u05e0\u05d9 \u05e4\u05e2\u05d5\u05dc\u05d4 (verb or action)<\/span><\/p>\n<p><span style=\"font-weight: 400;\">During \u05de\u05d5\u05e4\u05d9\u05e2\u05d4 \u05dc\u05e4\u05e0\u05d9 \u05e9\u05dd \u05e2\u05e6\u05dd (<\/span><a href=\"https:\/\/www.novakid.co.il\/blog\/the-noun-in-english\/\"><span style=\"font-weight: 400;\">noun<\/span><\/a><span style=\"font-weight: 400;\">)<\/span><\/p>\n<p><span style=\"font-weight: 400;\">\u05db\u05dc\u05d5\u05de\u05e8, \u05d4\u05d1\u05d7\u05d9\u05e8\u05d4 \u05ea\u05dc\u05d5\u05d9\u05d4 \u05d1\u05de\u05e9\u05de\u05e2\u05d5\u05ea \u05d4\u05de\u05e9\u05e4\u05d8 \u05d0\u05da \u05de\u05e9\u05e4\u05d9\u05e2\u05d4 \u05d2\u05dd \u05e2\u05dc \u05d4\u05de\u05d1\u05e0\u05d4 \u05e9\u05dc\u05d5.<\/span><\/p>\n        <\/div>\n    <\/div>\n  <\/section>\n\n\n  <section class=\"section blogHeadingText\" id=\"blogHeadingText-block_2aba98ff620910a607855bc738a5f8a2\">\n    <div class=\"blogHeadingText__wrapper\" >\n        <div class=\"blogHeadingText__heading\">\n            <h2 class=\"blogHeadingText__headingItem\" data-blog-heading data-section-id=\"blogHeadingText-block_2aba98ff620910a607855bc738a5f8a2\">\n                \u05de\u05ea\u05d9 \u05de\u05e9\u05ea\u05de\u05e9\u05d9\u05dd \u05d1-While?            <\/h2>\n        <\/div>\n        <div class=\"blogHeadingText__content\">\n            <p><b>?'When Do We Use 'While<\/b><\/p>\n<p><span style=\"font-weight: 400;\">\u05e0\u05e9\u05ea\u05de\u05e9 \u05d1-While \u05db\u05d0\u05e9\u05e8 \u05d0\u05e0\u05d7\u05e0\u05d5 \u05e8\u05d5\u05e6\u05d9\u05dd \u05dc\u05d4\u05d3\u05d2\u05d9\u05e9 \u05e9\u05e9\u05ea\u05d9 \u05e4\u05e2\u05d5\u05dc\u05d5\u05ea \u05de\u05ea\u05e8\u05d7\u05e9\u05d5\u05ea \u05d1\u05de\u05e7\u05d1\u05d9\u05dc. While \u05de\u05d7\u05d1\u05e8\u05ea \u05d1\u05d9\u05df \u05e9\u05ea\u05d9 \u05e4\u05e2\u05d5\u05dc\u05d5\u05ea \u05d5\u05e2\u05e6\u05dd \u05e7\u05d9\u05d5\u05de\u05d4 \u05de\u05e8\u05d0\u05d4 \u05e9\u05d4\u05df \u05e7\u05d5\u05e8\u05d5\u05ea \u05d1\u05d5-\u05d6\u05de\u05e0\u05d9\u05ea, \u05d0\u05d5 \u05e9\u05d0\u05d7\u05ea \u05de\u05d4\u05df \u05de\u05ea\u05e8\u05d7\u05e9\u05ea \u05d1\u05d6\u05de\u05df \u05e9\u05d4\u05e9\u05e0\u05d9\u05d9\u05d4 \u05de\u05ea\u05d1\u05e6\u05e2\u05ea.\u00a0<\/span><\/p>\n<p><b>\u05d7\u05e9\u05d5\u05d1 \u05dc\u05d6\u05db\u05d5\u05e8:<\/b><\/p>\n<p><span style=\"font-weight: 400;\">While \u05de\u05ea\u05de\u05e7\u05d3\u05ea \u05d1\u05e7\u05e9\u05e8 \u05d1\u05d9\u05df \u05d4\u05e4\u05e2\u05d5\u05dc\u05d5\u05ea, \u05d5\u05dc\u05d0 \u05e8\u05e7 \u05d1\u05d6\u05de\u05df \u05e2\u05e6\u05de\u05d5. \u05d4\u05d9\u05d0 \u05ea\u05d5\u05e4\u05d9\u05e2 \u05d1\u05db\u05dc \u05d0\u05d7\u05d3 \u05de\u05d4\u05de\u05e7\u05e8\u05d9\u05dd \u05d4\u05d1\u05d0\u05d9\u05dd:\u00a0<\/span><\/p>\n<p><span style=\"font-weight: 400;\">\u2714<\/span><span style=\"font-weight: 400;\">\u00a0 \u05e9\u05ea\u05d9 \u05e4\u05e2\u05d5\u05dc\u05d5\u05ea \u05de\u05ea\u05e8\u05d7\u05e9\u05d5\u05ea \u05d1\u05d0\u05d5\u05ea\u05d5 \u05d6\u05de\u05df<\/span><span style=\"font-weight: 400;\"><br \/>\n<\/span><span style=\"font-weight: 400;\">\u2714<\/span><span style=\"font-weight: 400;\">\u00a0 \u05e4\u05e2\u05d5\u05dc\u05d4 \u05d0\u05d7\u05ea \u05de\u05ea\u05e8\u05d7\u05e9\u05ea \u05d1\u05d6\u05de\u05df \u05e4\u05e2\u05d5\u05dc\u05d4 \u05d0\u05d7\u05e8\u05ea<\/span><span style=\"font-weight: 400;\"><br \/>\n<\/span><span style=\"font-weight: 400;\">\u2714<\/span><span style=\"font-weight: 400;\">\u00a0 \u05e8\u05d5\u05e6\u05d9\u05dd \u05dc\u05d4\u05d3\u05d2\u05d9\u05e9 \u05d0\u05ea \u05d4\u05d4\u05ea\u05e8\u05d7\u05e9\u05d5\u05ea, \u05dc\u05d0 \u05d0\u05ea \u05d4\u05ea\u05e7\u05d5\u05e4\u05d4<\/span><\/p>\n<p><span style=\"font-weight: 400;\">\u05de\u05e2\u05d1\u05e8 \u05dc\u05de\u05e9\u05de\u05e2\u05d5\u05ea\u05d4, While \u05ea\u05d5\u05e4\u05d9\u05e2 \u05dc\u05e4\u05e0\u05d9 \u05e4\u05e2\u05d5\u05dc\u05d4. \u05de\u05d1\u05e0\u05d4 \u05e0\u05e4\u05d5\u05e5:<\/span><\/p>\n<p><span style=\"font-weight: 400;\">While + subject + verb<\/span><\/p>\n        <\/div>\n    <\/div>\n  <\/section>\n\n\n  <section class=\"section blogImage\" id=\"blogImage-block_50432cba51c06b7764290f4cadfb610c\">\n    <div class=\"blogImage__wrapper\" >\n        <div class=\"blogImage__image\">\n            <a href=\"https:\/\/www.novakidschool.com\/he\/blog\/wp-content\/uploads\/2026\/03\/\u05d4\u05d4\u05d1\u05d3\u05dc-\u05d1\u05d9\u05df-While-\u05dc-During-\u05d1\u05d0\u05e0\u05d2\u05dc\u05d9\u05ea.png\" class=\"glightbox\">\n                <img decoding=\"async\" src=\"https:\/\/www.novakidschool.com\/he\/blog\/wp-content\/uploads\/2026\/03\/\u05d4\u05d4\u05d1\u05d3\u05dc-\u05d1\u05d9\u05df-While-\u05dc-During-\u05d1\u05d0\u05e0\u05d2\u05dc\u05d9\u05ea.png\" alt=\"\u05d4\u05d4\u05d1\u05d3\u05dc \u05d1\u05d9\u05df While \u05dc-During \u05d1\u05d0\u05e0\u05d2\u05dc\u05d9\u05ea\" class=\"blogImage__imageItem\" srcset=\"https:\/\/www.novakidschool.com\/he\/blog\/wp-content\/uploads\/2026\/03\/\u05d4\u05d4\u05d1\u05d3\u05dc-\u05d1\u05d9\u05df-While-\u05dc-During-\u05d1\u05d0\u05e0\u05d2\u05dc\u05d9\u05ea-300x200.png 300w, https:\/\/www.novakidschool.com\/he\/blog\/wp-content\/uploads\/2026\/03\/\u05d4\u05d4\u05d1\u05d3\u05dc-\u05d1\u05d9\u05df-While-\u05dc-During-\u05d1\u05d0\u05e0\u05d2\u05dc\u05d9\u05ea-1024x682.png 1024w, https:\/\/www.novakidschool.com\/he\/blog\/wp-content\/uploads\/2026\/03\/\u05d4\u05d4\u05d1\u05d3\u05dc-\u05d1\u05d9\u05df-While-\u05dc-During-\u05d1\u05d0\u05e0\u05d2\u05dc\u05d9\u05ea-768x512.png 768w, https:\/\/www.novakidschool.com\/he\/blog\/wp-content\/uploads\/2026\/03\/\u05d4\u05d4\u05d1\u05d3\u05dc-\u05d1\u05d9\u05df-While-\u05dc-During-\u05d1\u05d0\u05e0\u05d2\u05dc\u05d9\u05ea-1536x1023.png 1536w, https:\/\/www.novakidschool.com\/he\/blog\/wp-content\/uploads\/2026\/03\/\u05d4\u05d4\u05d1\u05d3\u05dc-\u05d1\u05d9\u05df-While-\u05dc-During-\u05d1\u05d0\u05e0\u05d2\u05dc\u05d9\u05ea-1080x720.png 1080w, https:\/\/www.novakidschool.com\/he\/blog\/wp-content\/uploads\/2026\/03\/\u05d4\u05d4\u05d1\u05d3\u05dc-\u05d1\u05d9\u05df-While-\u05dc-During-\u05d1\u05d0\u05e0\u05d2\u05dc\u05d9\u05ea.png 1600w\" >\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_d5312257a7f980fdbeaecc0e05818152\">\n    <div class=\"blogText__wrapper\">\n        <div class=\"blogText__content\">\n            <p><span style=\"font-weight: 400;\">\u05d3\u05d5\u05d2\u05de\u05d0\u05d5\u05ea \u05dc\u05d4\u05de\u05d7\u05e9\u05d4:<\/span><\/p>\n<ul>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">I listened to music while I was doing my homework | \u05d4\u05e7\u05e9\u05d1\u05ea\u05d9 \u05dc\u05de\u05d5\u05d6\u05d9\u05e7\u05d4 \u05d1\u05d6\u05de\u05df \u05e9\u05d4\u05db\u05e0\u05ea\u05d9 \u05e9\u05d9\u05e2\u05d5\u05e8\u05d9 \u05d1\u05d9\u05ea.\u00a0<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">She smiled while she was reading the story | \u05d4\u05d9\u05d0 \u05d7\u05d9\u05d9\u05db\u05d4 \u05d1\u05d6\u05de\u05df \u05e9\u05e7\u05e8\u05d0\u05d4 \u05d0\u05ea \u05d4\u05e1\u05d9\u05e4\u05d5\u05e8.\u00a0<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">He fell asleep while he was watching TV | \u05d4\u05d5\u05d0 \u05e0\u05e8\u05d3\u05dd \u05d1\u05d6\u05de\u05df \u05e9\u05e6\u05e4\u05d4 \u05d1\u05d8\u05dc\u05d5\u05d5\u05d9\u05d6\u05d9\u05d4.\u00a0<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">They talked while they were walking home | \u05d4\u05dd \u05d3\u05d9\u05d1\u05e8\u05d5 \u05d1\u05d6\u05de\u05df \u05e9\u05d4\u05dc\u05db\u05d5 \u05d4\u05d1\u05d9\u05ea\u05d4.\u00a0<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">The dog barked while we were eating | \u05d4\u05db\u05dc\u05d1 \u05e0\u05d1\u05d7 \u05d1\u05d6\u05de\u05df \u05e9\u05d0\u05db\u05dc\u05e0\u05d5.\u00a0<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">I met my friend while I was waiting | \u05e4\u05d2\u05e9\u05ea\u05d9 \u05d0\u05ea \u05d7\u05d1\u05e8\u05d9 \u05d1\u05d6\u05de\u05df \u05e9\u05d4\u05de\u05ea\u05e0\u05ea\u05d9.\u00a0<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">She sang while she was cleaning the room | \u05d4\u05d9\u05d0 \u05e9\u05e8\u05d4 \u05d1\u05d6\u05de\u05df \u05e9\u05e0\u05d9\u05e7\u05ea\u05d4 \u05d0\u05ea \u05d4\u05d7\u05d3\u05e8.\u00a0<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">He laughed while he was playing the game | \u05d4\u05d5\u05d0 \u05e6\u05d7\u05e7 \u05d1\u05d6\u05de\u05df \u05e9\u05e9\u05d9\u05d7\u05e7.\u00a0<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">We learned a lot while we were travelling | \u05dc\u05de\u05d3\u05e0\u05d5 \u05e8\u05d1\u05d5\u05ea \u05d1\u05d6\u05de\u05df \u05e9\u05d8\u05d9\u05d9\u05dc\u05e0\u05d5.\u00a0<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">I thought about you while I was drawing | \u05d7\u05e9\u05d1\u05ea\u05d9 \u05e2\u05dc\u05d9\u05d9\u05da \u05d1\u05d6\u05de\u05df \u05e9\u05e6\u05d9\u05d9\u05e8\u05ea\u05d9.<\/span><\/li>\n<\/ul>\n<p><span style=\"font-weight: 400;\">\u05d6\u05db\u05e8\u05d5:\u00a0<\/span><\/p>\n<p><span style=\"font-weight: 400;\">\u2714<\/span><span style=\"font-weight: 400;\">\u00a0 \u05ea\u05de\u05d9\u05d3 \u05e7\u05e9\u05d5\u05e8 \u05dc\u05e4\u05e2\u05d5\u05dc\u05d4<\/span><span style=\"font-weight: 400;\"><br \/>\n<\/span><span style=\"font-weight: 400;\">\u2714<\/span><span style=\"font-weight: 400;\">\u00a0 \u05ea\u05de\u05d9\u05d3 \u05db\u05d5\u05dc\u05dc \u05e4\u05d5\u05e2\u05dc<\/span><\/p>\n<p><span style=\"font-weight: 400;\">\u05d2\u05dd While \u05d5-When \u05d4\u05dd \u05e6\u05de\u05d3 \u05de\u05d9\u05dc\u05d9\u05dd \u05d3\u05d5\u05de\u05d5\u05ea. \u05e8\u05d5\u05e6\u05d9\u05dd \u05dc\u05d3\u05e2\u05ea \u05de\u05d4 \u05d4\u05d4\u05d1\u05d3\u05dc \u05d1\u05d9\u05e0\u05d9\u05d4\u05df? \u05ea\u05d5\u05db\u05dc\u05d5 \u05dc\u05e7\u05e8\u05d5\u05d0 \u05e2\u05dc \u05db\u05da \u05d1<\/span><a href=\"https:\/\/www.novakid.co.il\/blog\/when-vs-while\/\"><span style=\"font-weight: 400;\">\u05de\u05d0\u05de\u05e8<\/span><\/a><span style=\"font-weight: 400;\">.<\/span><\/p>\n        <\/div>\n    <\/div>\n  <\/section>\n\n\n  <section class=\"section blogHeadingText\" id=\"blogHeadingText-block_e49fb544be937df1519e0351a179c518\">\n    <div class=\"blogHeadingText__wrapper\" >\n        <div class=\"blogHeadingText__heading\">\n            <h2 class=\"blogHeadingText__headingItem\" data-blog-heading data-section-id=\"blogHeadingText-block_e49fb544be937df1519e0351a179c518\">\n                \u05de\u05ea\u05d9 \u05de\u05e9\u05ea\u05de\u05e9\u05d9\u05dd \u05d1-During?            <\/h2>\n        <\/div>\n        <div class=\"blogHeadingText__content\">\n            <p><b>?'When Do We Use 'During<\/b><\/p>\n<p><span style=\"font-weight: 400;\">\u05e0\u05e9\u05ea\u05de\u05e9 \u05d1-During \u05db\u05d0\u05e9\u05e8 \u05d0\u05e0\u05d7\u05e0\u05d5 \u05e8\u05d5\u05e6\u05d9\u05dd \u05dc\u05d3\u05d1\u05e8 \u05e2\u05dc \u05ea\u05e7\u05d5\u05e4\u05d4, \u05d6\u05de\u05df \u05d0\u05d5 \u05d0\u05d9\u05e8\u05d5\u05e2, \u05d5\u05dc\u05d0 \u05e2\u05dc \u05e4\u05e2\u05d5\u05dc\u05d4. During \u05de\u05ea\u05de\u05e7\u05d3\u05ea \u05d1\u05de\u05e1\u05d2\u05e8\u05ea \u05d4\u05d6\u05de\u05df \u05e9\u05d1\u05d4 \u05de\u05e9\u05d4\u05d5 \u05e7\u05d5\u05e8\u05d4, \u05d5\u05dc\u05d0 \u05d1\u05e4\u05e2\u05d5\u05dc\u05d4 \u05e2\u05e6\u05de\u05d4. \u05de\u05d1\u05d7\u05d9\u05e0\u05d4 \u05d3\u05e7\u05d3\u05d5\u05e7\u05d9\u05ea, During \u05ea\u05d5\u05e4\u05d9\u05e2 \u05d0\u05d7\u05e8\u05d9 \u05e9\u05dd \u05e2\u05e6\u05dd.\u00a0<\/span><\/p>\n<p><span style=\"font-weight: 400;\">\u05de\u05d1\u05e0\u05d4 \u05e0\u05e4\u05d5\u05e5:\u00a0<\/span><\/p>\n<p><span style=\"font-weight: 400;\">During + noun<\/span><\/p>\n<p><span style=\"font-weight: 400;\">\u05d3\u05d5\u05d2\u05de\u05d0\u05d5\u05ea:<\/span><\/p>\n<ul>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">I slept during the movie | \u05d9\u05e9\u05e0\u05ea\u05d9 \u05d1\u05de\u05d4\u05dc\u05da \u05d4\u05e1\u05e8\u05d8.\u00a0<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">She met many friends during the trip | \u05d4\u05d9\u05d0 \u05e4\u05d2\u05e9\u05d4 \u05d7\u05d1\u05e8\u05d9\u05dd \u05e8\u05d1\u05d9\u05dd \u05d1\u05de\u05d4\u05dc\u05da \u05d4\u05d8\u05d9\u05d5\u05dc.\u00a0<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">He learned a lot during the lesson | \u05d4\u05d5\u05d0 \u05dc\u05de\u05d3 \u05e8\u05d1\u05d5\u05ea \u05d1\u05de\u05d4\u05dc\u05da \u05d4\u05e9\u05d9\u05e2\u05d5\u05e8.\u00a0<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">They laughed during the game | \u05d4\u05dd \u05e6\u05d7\u05e7\u05d5 \u05d1\u05de\u05d4\u05dc\u05da \u05d4\u05de\u05e9\u05d7\u05e7.\u00a0<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">We took photos during the vacation | \u05e6\u05d9\u05dc\u05de\u05e0\u05d5 \u05ea\u05de\u05d5\u05e0\u05d5\u05ea \u05d1\u05de\u05d4\u05dc\u05da \u05d4\u05d7\u05d5\u05e4\u05e9\u05d4.\u00a0<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">He felt tired during the day | \u05d4\u05d5\u05d0 \u05d4\u05d9\u05d4 \u05e2\u05d9\u05d9\u05e3 \u05d1\u05de\u05d4\u05dc\u05da \u05d4\u05d9\u05d5\u05dd.\u00a0<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">She took notes during the meeting | \u05d4\u05d9\u05d0 \u05e8\u05e9\u05de\u05d4 \u05d4\u05e2\u05e8\u05d5\u05ea \u05d1\u05de\u05d4\u05dc\u05da \u05d4\u05e4\u05d2\u05d9\u05e9\u05d4.<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">The baby slept during the flight | \u05d4\u05ea\u05d9\u05e0\u05d5\u05e7 \u05d9\u05e9\u05df \u05d1\u05de\u05d4\u05dc\u05da \u05d4\u05d8\u05d9\u05e1\u05d4.\u00a0<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">I got nervous during the test | \u05e0\u05dc\u05d7\u05e6\u05ea\u05d9 \u05d1\u05de\u05d4\u05dc\u05da \u05d4\u05de\u05d1\u05d7\u05df.\u00a0<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">We stayed inside during the storm | \u05e0\u05e9\u05d0\u05e8\u05e0\u05d5 \u05d1\u05d1\u05d9\u05ea \u05d1\u05de\u05d4\u05dc\u05da \u05d4\u05e1\u05e2\u05e8\u05d4.\u00a0<\/span><\/li>\n<\/ul>\n<p><span style=\"font-weight: 400;\">\u00a0<\/span><span style=\"font-weight: 400;\">\u2714<\/span><span style=\"font-weight: 400;\"> \u05ea\u05de\u05d9\u05d3 \u05dc\u05e4\u05e0\u05d9 \u05e9\u05dd \u05e2\u05e6\u05dd<\/span><span style=\"font-weight: 400;\"><br \/>\n<\/span><span style=\"font-weight: 400;\">\u2714<\/span><span style=\"font-weight: 400;\">\u00a0 \u05dc\u05dc\u05d0 \u05e4\u05d5\u05e2\u05dc \u05de\u05d9\u05d3 \u05d0\u05d7\u05e8\u05d9\u05d4<\/span><\/p>\n<p><span style=\"font-weight: 400;\">\u05d6\u05db\u05e8\u05d5, \u05de\u05e9\u05ea\u05de\u05e9\u05d9\u05dd \u05d1-During \u05db\u05d0\u05e9\u05e8:\u00a0<\/span><\/p>\n<p><span style=\"font-weight: 400;\">\u2714<\/span><span style=\"font-weight: 400;\">\u00a0 \u05de\u05ea\u05d0\u05e8\u05d9\u05dd \u05d6\u05de\u05df \u05d0\u05d5 \u05ea\u05e7\u05d5\u05e4\u05d4<\/span><span style=\"font-weight: 400;\"><br \/>\n<\/span><span style=\"font-weight: 400;\">\u2714<\/span><span style=\"font-weight: 400;\">\u00a0 \u05de\u05ea\u05d9\u05d9\u05d7\u05e1\u05d9\u05dd \u05dc\u05d0\u05d9\u05e8\u05d5\u05e2<\/span><span style=\"font-weight: 400;\"><br \/>\n<\/span><span style=\"font-weight: 400;\">\u2714<\/span><span style=\"font-weight: 400;\">\u00a0 \u05d4\u05d3\u05d2\u05e9 \u05d4\u05d5\u05d0 \u05e2\u05dc \u05de\u05e1\u05d2\u05e8\u05ea \u05d4\u05d6\u05de\u05df<\/span><span style=\"font-weight: 400;\"><br \/>\n<\/span><span style=\"font-weight: 400;\">\u2714<\/span><span style=\"font-weight: 400;\">\u00a0 \u05d0\u05d9\u05df \u05e6\u05d5\u05e8\u05da \u05dc\u05ea\u05d0\u05e8 \u05e4\u05e2\u05d5\u05dc\u05d4 \u05de\u05e7\u05d1\u05d9\u05dc\u05d4<\/span><\/p>\n<p><span style=\"font-weight: 400;\">\u05de\u05d4 \u05dc\u05d3\u05e2\u05ea\u05db\u05dd \u05e7\u05d5\u05e8\u05d4 \u05db\u05e9\u05de\u05e1\u05d9\u05e8\u05d9\u05dd \u05d0\u05ea \u05d4\u05de\u05d9\u05dc\u05d4 While \u05de\u05d4\u05de\u05e9\u05e4\u05d8? \u05d6\u05d5 \u05e0\u05e7\u05d5\u05d3\u05d4 \u05de\u05e2\u05e0\u05d9\u05d9\u05e0\u05ea \u05e9\u05de\u05de\u05d7\u05d9\u05e9\u05d4 \u05d0\u05d9\u05da \u05de\u05d9\u05dc\u05d4 \u05e7\u05d8\u05e0\u05d4 \u05de\u05e9\u05e0\u05d4 \u05d0\u05ea \u05d4\u05de\u05e9\u05de\u05e2\u05d5\u05ea \u05db\u05d5\u05dc\u05d4. \u05dc\u05d3\u05d5\u05d2\u05de\u05d4:\u00a0<\/span><\/p>\n<p><span style=\"font-weight: 400;\">During the lesson | \u05de\u05d4 \u05e7\u05e8\u05d4 \u05d1\u05d6\u05de\u05df \u05d4\u05e9\u05d9\u05e2\u05d5\u05e8<\/span><\/p>\n<p><span style=\"font-weight: 400;\">In the lesson | \u05de\u05d4 \u05e7\u05e8\u05d4 \u05d1\u05de\u05e1\u05d2\u05e8\u05ea \u05d4\u05e9\u05d9\u05e2\u05d5\u05e8<\/span><\/p>\n<p><span style=\"font-weight: 400;\">\u05db\u05d0\u05e9\u05e8 \u05de\u05e9\u05ea\u05de\u05e9\u05d9\u05dd \u05d1-during, \u05d4\u05d3\u05d2\u05e9 \u05d4\u05d9\u05e0\u05d5 \u05e2\u05dc \u05d4\u05ea\u05e7\u05d5\u05e4\u05d4 \u05d0\u05d5 \u05e4\u05e8\u05e7 \u05d4\u05d6\u05de\u05df \u05d4\u05de\u05ea\u05d5\u05d0\u05e8. \u05db\u05d0\u05e9\u05e8 \u05de\u05e9\u05ea\u05de\u05e9\u05d9\u05dd \u05d1-in, \u05d4\u05d3\u05d2\u05e9 \u05d4\u05d9\u05e0\u05d5 \u05e2\u05dc \u05d4\u05e1\u05d9\u05d8\u05d5\u05d0\u05e6\u05d9\u05d4 \u05d0\u05d5 \u05d4\u05de\u05e1\u05d2\u05e8\u05ea \u05d4\u05de\u05d3\u05d5\u05d1\u05e8\u05ea. \u05d1\u05e9\u05d9\u05d7\u05d5\u05ea \u05d9\u05d5\u05de\u05d9\u05d5\u05de\u05d9\u05d5\u05ea, \u05d4\u05d4\u05d1\u05d3\u05dc \u05d1\u05d9\u05df \u05e9\u05e0\u05d9 \u05d4\u05de\u05e7\u05e8\u05d9\u05dd \u05e7\u05d8\u05df. during \u05e0\u05e9\u05de\u05e2\u05ea \u05de\u05e2\u05d8 \u05de\u05d3\u05d5\u05d9\u05e7\u05ea \u05d9\u05d5\u05ea\u05e8 \u05db\u05d0\u05e9\u05e8 \u05e8\u05d5\u05e6\u05d9\u05dd \u05dc\u05d4\u05d3\u05d2\u05d9\u05e9 \u05d0\u05ea \u05e4\u05e8\u05e7 \u05d4\u05d6\u05de\u05df.\u00a0<\/span><\/p>\n        <\/div>\n    <\/div>\n  <\/section>\n\n\n  <section class=\"section blogHeadingText\" id=\"blogHeadingText-block_c1ef3ba178aafe3c887cd424dd2ab090\">\n    <div class=\"blogHeadingText__wrapper\" >\n        <div class=\"blogHeadingText__heading\">\n            <h2 class=\"blogHeadingText__headingItem\" data-blog-heading data-section-id=\"blogHeadingText-block_c1ef3ba178aafe3c887cd424dd2ab090\">\n                While \u05d5-During | \u05d4\u05d1\u05d3\u05dc \u05e7\u05d8\u05df, \u05de\u05e9\u05de\u05e2\u05d5\u05ea \u05d2\u05d3\u05d5\u05dc\u05d4            <\/h2>\n        <\/div>\n        <div class=\"blogHeadingText__content\">\n            <p><b>While \u05d5-During <\/b><span style=\"font-weight: 400;\">\u05d4\u05df \u05de\u05d9\u05dc\u05d5\u05ea \u05d6\u05de\u05df \u05e9\u05e0\u05e8\u05d0\u05d5\u05ea \u05d3\u05d5\u05de\u05d5\u05ea, \u05d0\u05da \u05d1\u05e4\u05d5\u05e2\u05dc \u05de\u05e9\u05e8\u05ea\u05d5\u05ea \u05ea\u05e4\u05e7\u05d9\u05d3\u05d9\u05dd \u05e9\u05d5\u05e0\u05d9\u05dd \u05dc\u05d2\u05de\u05e8\u05d9 \u05d1\u05de\u05e9\u05e4\u05d8. While \u05de\u05d7\u05d1\u05e8\u05ea \u05d1\u05d9\u05df \u05e4\u05e2\u05d5\u05dc\u05d5\u05ea \u05d5\u05de\u05d3\u05d2\u05d9\u05e9\u05d4 \u05e9\u05e9\u05ea\u05d9 \u05d4\u05ea\u05e8\u05d7\u05e9\u05d5\u05d9\u05d5\u05ea \u05e7\u05d5\u05e8\u05d5\u05ea \u05d1\u05de\u05e7\u05d1\u05d9\u05dc, \u05d1\u05d6\u05de\u05df \u05e9-During \u05de\u05ea\u05d9\u05d9\u05d7\u05e1\u05ea \u05dc\u05ea\u05e7\u05d5\u05e4\u05d4, \u05d0\u05d9\u05e8\u05d5\u05e2 \u05d0\u05d5 \u05de\u05e1\u05d2\u05e8\u05ea \u05d6\u05de\u05df \u05e9\u05d1\u05de\u05d4\u05dc\u05db\u05d4 \u05de\u05e9\u05d4\u05d5 \u05de\u05ea\u05e8\u05d7\u05e9. \u05d4\u05d4\u05d1\u05d7\u05e0\u05d4 \u05d1\u05d9\u05e0\u05d9\u05d4\u05df \u05d0\u05d9\u05e0\u05d4 \u05e8\u05e7 \u05d3\u05e7\u05d3\u05d5\u05e7\u05d9\u05ea \u05d0\u05dc\u05d0 \u05d2\u05dd \u05de\u05e9\u05e4\u05d9\u05e2\u05d4 \u05e2\u05dc \u05d4\u05de\u05e9\u05de\u05e2\u05d5\u05ea, \u05e2\u05dc \u05d4\u05d3\u05d9\u05d5\u05e7, \u05e2\u05dc \u05d4\u05d6\u05e8\u05d9\u05de\u05d4 \u05d5\u05e2\u05dc \u05d4\u05d0\u05d5\u05e4\u05df \u05e9\u05d1\u05d5 \u05d4\u05e8\u05e2\u05d9\u05d5\u05df \u05e0\u05e9\u05de\u05e2 \u05d1\u05d0\u05e0\u05d2\u05dc\u05d9\u05ea. \u05d1\u05e8\u05d2\u05e2 \u05e9\u05de\u05d1\u05d9\u05e0\u05d9\u05dd \u05d0\u05dd \u05d0\u05e0\u05d7\u05e0\u05d5 \u05de\u05d3\u05d1\u05e8\u05d9\u05dd \u05e2\u05dc \u05e4\u05e2\u05d5\u05dc\u05d4 \u05d0\u05d5 \u05e2\u05dc \u05e4\u05e8\u05e7 \u05d6\u05de\u05df, \u05d4\u05d1\u05d7\u05d9\u05e8\u05d4 \u05d4\u05d5\u05e4\u05db\u05ea \u05dc\u05d8\u05d1\u05e2\u05d9\u05ea \u05d5\u05e4\u05e9\u05d5\u05d8\u05d4. \u05db\u05de\u05d5 \u05d1\u05d4\u05e8\u05d1\u05d4 \u05de\u05e7\u05e8\u05d9\u05dd \u05d1\u05d0\u05e0\u05d2\u05dc\u05d9\u05ea &#8211; \u05de\u05d9\u05dc\u05d4 \u05e7\u05d8\u05e0\u05d4 \u05d9\u05db\u05d5\u05dc\u05d4 \u05dc\u05e9\u05e0\u05d5\u05ea \u05d0\u05ea \u05db\u05dc \u05d4\u05ea\u05de\u05d5\u05e0\u05d4.\u00a0<\/span><\/p>\n<p><span style=\"font-weight: 400;\">\u05e8\u05d5\u05e6\u05d9\u05dd \u05e9\u05d9\u05dc\u05d3\u05d9\u05db\u05dd \u05d9\u05d1\u05d9\u05e0\u05d5 \u05d0\u05e0\u05d2\u05dc\u05d9\u05ea \u05d1\u05d0\u05de\u05ea? \u05d1<\/span><a href=\"https:\/\/www.novakid.co.il\"><span style=\"font-weight: 400;\">\u05e0\u05d5\u05d1\u05d0\u05e7\u05d9\u05d3<\/span><\/a><span style=\"font-weight: 400;\"> \u05dc\u05d5\u05de\u05d3\u05d9\u05dd \u05dc\u05d7\u05e9\u05d5\u05d1 \u05d1\u05d0\u05e0\u05d2\u05dc\u05d9\u05ea, \u05dc\u05d6\u05d4\u05d5\u05ea \u05de\u05d1\u05e0\u05d9\u05dd \u05d5\u05dc\u05d4\u05e9\u05ea\u05de\u05e9 \u05d1\u05e9\u05e4\u05d4 \u05d1\u05d1\u05d9\u05d8\u05d7\u05d5\u05df. <\/span><a href=\"https:\/\/www.novakid.co.il\/programs\/\"><span style=\"font-weight: 400;\">\u05d4\u05e6\u05d8\u05e8\u05e4\u05d5 \u05d0\u05dc\u05d9\u05e0\u05d5<\/span><\/a><span style=\"font-weight: 400;\"> \u05d5\u05d4\u05ea\u05d7\u05d9\u05dc\u05d5 \u05dc\u05e8\u05d0\u05d5\u05ea \u05e9\u05d9\u05e0\u05d5\u05d9 \u05d0\u05de\u05d9\u05ea\u05d9.\u00a0<\/span><\/p>\n        <\/div>\n    <\/div>\n  <\/section>\n\n\n  <section class=\"section blogHeadingText\" id=\"blogHeadingText-block_266351ed43444252bc9893d0c482df74\">\n    <div class=\"blogHeadingText__wrapper\" >\n        <div class=\"blogHeadingText__heading\">\n            <h2 class=\"blogHeadingText__headingItem\" data-blog-heading data-section-id=\"blogHeadingText-block_266351ed43444252bc9893d0c482df74\">\n                Grammar Test | Connecting Time Phrases            <\/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_10478 ul.advq_question_list {\n        padding:10px 0;\n        margin:0;\n    }\n\n    #advq_quiz_10478 {\n        font-family: ;\n        font-size: 1em;\n        line-height: 1.5em;\n        font-weight: 400;\n        font-style: ;\n    }\n\n    #advq_quiz_10478 .advq_button,\n    #advq_quiz_10478 .advq_validade_ck,\n    #advq_quiz_10478 .advq_next_button,\n    #advq_quiz_10478 .advq_start_quiz_button,\n    #advq_quiz_10478 .advq-restart,\n    #advq_quiz_10478 .advq-restart a {\n        color:#FFFFFF;\n        background-color:rgba(200,107,245,1);\n        font-family: ;\n    }\n\n    #advq_quiz_10478 .advq_button,\n    #advq_quiz_10478 .advq_next_button,\n    #advq_quiz_10478 .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_10478 .advq_button:hover,\n    #advq_quiz_10478 .advq_validade_ck:hover,\n    #advq_quiz_10478 .advq_next_button:hover,\n    #advq_quiz_10478 .advq_start_quiz_button:hover,\n    #advq_quiz_10478 .advq-restart:hover,\n    #advq_quiz_10478 .advq-restart a:hover {\n        color:#FFFFFF;\n        background-color:rgba(200,107,245,1);\n    }\n\n    #advq_quiz_10478 {\n            max-width:100%;\n        }\n        \n    \/* Questions *\/\n    #advq_quiz_10478 .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_10478 .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_10478 .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_10478 .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_10478 .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_10478 .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_10478 .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_10478 .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_10478 .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_10478 .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_10478 .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='10478' id='advq_quiz_10478' data-qtype='trivia' data-qlayout='minimal' data-unique-visitor='false' data-start-time='1775285452' data-options='{\"provide_result\":false,\"allow_change\":true,\"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\" >?Which sentence is correct<\/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='I slept while the movie' 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>I slept while the movie<\/label><\/li><li class=\"quiz_unselected_answer\"><input data-value='I slept during the movie' 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>I slept during the movie<\/label><\/li><li class=\"quiz_unselected_answer\"><input data-value='I slept while the movie was' 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>I slept while the movie was<\/label><\/li><li class=\"quiz_unselected_answer\"><input data-value='I slept during watch the movie' 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>I slept during watch the movie<\/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\" >Complete the sentence: She listened to music ____________ she was studying<\/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='During ' data-rule='0' 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>During <\/label><\/li><li class=\"quiz_unselected_answer\"><input data-value='While ' data-rule='1' 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>While <\/label><\/li><li class=\"quiz_unselected_answer\"><input data-value='During the ' 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>During the <\/label><\/li><li class=\"quiz_unselected_answer\"><input data-value='While the' 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>While the<\/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 sente is correct<\/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='He laughed while the game' 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>He laughed while the game<\/label><\/li><li class=\"quiz_unselected_answer\"><input data-value='He laughed during the game' data-rule='1' 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>He laughed during the game<\/label><\/li><li class=\"quiz_unselected_answer\"><input data-value='He laughed while the game was' data-rule='0' 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>He laughed while the game was<\/label><\/li><li class=\"quiz_unselected_answer\"><input data-value='He laughed during play' 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>He laughed during play<\/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\" >Complete the sentence: I met my friend ____________ I was walking home<\/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='During ' 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>During <\/label><\/li><li class=\"quiz_unselected_answer\"><input data-value='During the walk ' 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>During the walk <\/label><\/li><li class=\"quiz_unselected_answer\"><input data-value='While the' 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>While the<\/label><\/li><li class=\"quiz_unselected_answer\"><input data-value='While' data-rule='1' 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>While<\/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 option fits best? The baby slept _______________ the night<\/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='While ' 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>While <\/label><\/li><li class=\"quiz_unselected_answer\"><input data-value='During sleep ' 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>During sleep <\/label><\/li><li class=\"quiz_unselected_answer\"><input data-value='During ' 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>During <\/label><\/li><li class=\"quiz_unselected_answer\"><input data-value='While it' 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>While it<\/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\" >Choose the correct sentence<\/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='She smiled during she was reading' 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>She smiled during she was reading<\/label><\/li><li class=\"quiz_unselected_answer\"><input data-value='She smiled during reading' data-rule='0' 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>She smiled during reading<\/label><\/li><li class=\"quiz_unselected_answer\"><input data-value='She smiled while she was reading' data-rule='1' 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>She smiled while she was reading<\/label><\/li><li class=\"quiz_unselected_answer\"><input data-value='She smiled while reading book' 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>She smiled while reading book<\/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\" >Complete the sentence: They talked ______________ the lesson<\/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='During ' 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>During <\/label><\/li><li class=\"quiz_unselected_answer\"><input data-value='While ' 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>While <\/label><\/li><li class=\"quiz_unselected_answer\"><input data-value='While they ' 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>While they <\/label><\/li><li class=\"quiz_unselected_answer\"><input data-value='During they' 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>During they<\/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\" >?Which sentence is correct<\/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='He fell as during he was watching TV' 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>He fell as during he was watching TV<\/label><\/li><li class=\"quiz_unselected_answer\"><input data-value='He fell asleep during watching TV' 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>He fell asleep during watching TV<\/label><\/li><li class=\"quiz_unselected_answer\"><input data-value='He fell asleep while he was watching TV' 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>He fell asleep while he was watching TV<\/label><\/li><li class=\"quiz_unselected_answer\"><input data-value='He fell asleep while the TV' 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>He fell asleep while the TV<\/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\" >Choose the correct words: We took photos ________________ the trip<\/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='During took' data-rule='0' 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>During took<\/label><\/li><li class=\"quiz_unselected_answer\"><input data-value='During ' data-rule='1' 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>During <\/label><\/li><li class=\"quiz_unselected_answer\"><input data-value='While ' 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>While <\/label><\/li><li class=\"quiz_unselected_answer\"><input data-value='While we ' 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>While we <\/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\" >?Which sentence shows TWO actions happening at the same time<\/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='I read during lesson' 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>I read during lesson<\/label><\/li><li class=\"quiz_unselected_answer\"><input data-value='I read while the teacher was speaking' data-rule='1' 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>I read while the teacher was speaking<\/label><\/li><li class=\"quiz_unselected_answer\"><input data-value='I read during reading' data-rule='0' 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>I read during reading<\/label><\/li><li class=\"quiz_unselected_answer\"><input data-value='I read while the lesson' 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>I read while the lesson<\/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%2F10475%3Fqid%3D10478qr%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%2F10475%3Fqid%3D10478qr%7Brid%7D&text={result}Connecting Time Phrases: https:\/\/www.novakidschool.com\/he\/blog\/wp-json\/wp\/v2\/posts\/10475?qid=10478qr{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%2F10475%3Fqid%3D10478qr%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%2F10475%3Fqid%3D10478qr%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%2F10475%3Fqid%3D10478qr%7Brid%7D&text={result}Connecting Time Phrases: https:\/\/www.novakidschool.com\/he\/blog\/wp-json\/wp\/v2\/posts\/10475?qid=10478qr{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%2F10475%3Fqid%3D10478qr%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%2F10475%3Fqid%3D10478qr%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%2F10475%3Fqid%3D10478qr%7Brid%7D&text={result}Connecting Time Phrases: https:\/\/www.novakidschool.com\/he\/blog\/wp-json\/wp\/v2\/posts\/10475?qid=10478qr{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%2F10475%3Fqid%3D10478qr%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\/10475\" 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\u05ea\u05d1\u05dc\u05d1\u05dc\u05d9\u05dd \u05d1\u05d9\u05df While \u05dc-During? \u05d1\u05de\u05d0\u05de\u05e8 \u05d6\u05d4 \u05e0\u05dc\u05de\u05d3 \u05de\u05ea\u05d9 \u05de\u05e9\u05ea\u05de\u05e9\u05d9\u05dd \u05d1-While, \u05de\u05ea\u05d9 \u05de\u05e9\u05ea\u05de\u05e9\u05d9\u05dd \u05d1-During \u05d5\u05e0\u05d1\u05d9\u05df \u05d0\u05ea \u05d4\u05d4\u05d1\u05d3\u05dc\u05d9\u05dd \u05d1\u05d9\u05e0\u05d9\u05d4\u05df \u05d1\u05e2\u05d6\u05e8\u05ea \u05d3\u05d5\u05d2\u05de\u05d0\u05d5\u05ea \u05de\u05ea\u05d5\u05e8\u05d2\u05de\u05d5\u05ea \u05d5\u05d1\u05e8\u05d5\u05e8\u05d5\u05ea \u05dc\u05d9\u05dc\u05d3\u05d9\u05dd. <\/p>\n","protected":false},"author":1,"featured_media":10476,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"inline_featured_image":false,"footnotes":""},"categories":[32],"tags":[],"class_list":["post-10475","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-dkdvk"],"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\u05d5\u05ea \u05d6\u05de\u05df \u05d1\u05d0\u05e0\u05d2\u05dc\u05d9\u05ea - While vs During | \u05d4\u05d1\u05d3\u05dc\u05d9\u05dd \u05d7\u05e9\u05d5\u05d1\u05d9\u05dd \u05d5\u05d4\u05e1\u05d1\u05e8\u05d9\u05dd \u05dc\u05d9\u05dc\u05d3\u05d9\u05dd<\/title>\n<meta name=\"description\" content=\"\u05de\u05ea\u05d1\u05dc\u05d1\u05dc\u05d9\u05dd \u05d1\u05d9\u05df While \u05dc-During? \u05d1\u05de\u05d0\u05de\u05e8 \u05d6\u05d4 \u05e0\u05dc\u05de\u05d3 \u05de\u05ea\u05d9 \u05de\u05e9\u05ea\u05de\u05e9\u05d9\u05dd \u05d1-While, \u05de\u05ea\u05d9 \u05de\u05e9\u05ea\u05de\u05e9\u05d9\u05dd \u05d1-During \u05d5\u05e0\u05d1\u05d9\u05df \u05d0\u05ea \u05d4\u05d4\u05d1\u05d3\u05dc\u05d9\u05dd \u05d1\u05d9\u05e0\u05d9\u05d4\u05df \u05d1\u05e2\u05d6\u05e8\u05ea \u05d3\u05d5\u05d2\u05de\u05d0\u05d5\u05ea \u05de\u05ea\u05d5\u05e8\u05d2\u05de\u05d5\u05ea \u05d5\u05d1\u05e8\u05d5\u05e8\u05d5\u05ea \u05dc\u05d9\u05dc\u05d3\u05d9\u05dd.\" \/>\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\/while-vs-during\/\" \/>\n<meta property=\"og:locale\" content=\"he_IL\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"\u05de\u05d9\u05dc\u05d5\u05ea \u05d6\u05de\u05df \u05d1\u05d0\u05e0\u05d2\u05dc\u05d9\u05ea - While vs During | \u05d4\u05d1\u05d3\u05dc\u05d9\u05dd \u05d7\u05e9\u05d5\u05d1\u05d9\u05dd \u05d5\u05d4\u05e1\u05d1\u05e8\u05d9\u05dd \u05dc\u05d9\u05dc\u05d3\u05d9\u05dd\" \/>\n<meta property=\"og:description\" content=\"\u05de\u05ea\u05d1\u05dc\u05d1\u05dc\u05d9\u05dd \u05d1\u05d9\u05df While \u05dc-During? \u05d1\u05de\u05d0\u05de\u05e8 \u05d6\u05d4 \u05e0\u05dc\u05de\u05d3 \u05de\u05ea\u05d9 \u05de\u05e9\u05ea\u05de\u05e9\u05d9\u05dd \u05d1-While, \u05de\u05ea\u05d9 \u05de\u05e9\u05ea\u05de\u05e9\u05d9\u05dd \u05d1-During \u05d5\u05e0\u05d1\u05d9\u05df \u05d0\u05ea \u05d4\u05d4\u05d1\u05d3\u05dc\u05d9\u05dd \u05d1\u05d9\u05e0\u05d9\u05d4\u05df \u05d1\u05e2\u05d6\u05e8\u05ea \u05d3\u05d5\u05d2\u05de\u05d0\u05d5\u05ea \u05de\u05ea\u05d5\u05e8\u05d2\u05de\u05d5\u05ea \u05d5\u05d1\u05e8\u05d5\u05e8\u05d5\u05ea \u05dc\u05d9\u05dc\u05d3\u05d9\u05dd.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.novakidschool.com\/he\/blog\/while-vs-during\/\" \/>\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=\"2026-03-26T09:00:24+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-03-27T09:16:12+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.novakidschool.com\/he\/blog\/wp-content\/uploads\/2026\/03\/\u05de\u05d9\u05dc\u05d5\u05ea-\u05d6\u05de\u05df-\u05d1\u05d0\u05e0\u05d2\u05dc\u05d9\u05ea-While-vs-During-.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\u05d5\u05ea \u05d6\u05de\u05df \u05d1\u05d0\u05e0\u05d2\u05dc\u05d9\u05ea - While vs During | \u05d4\u05d1\u05d3\u05dc\u05d9\u05dd \u05d7\u05e9\u05d5\u05d1\u05d9\u05dd \u05d5\u05d4\u05e1\u05d1\u05e8\u05d9\u05dd \u05dc\u05d9\u05dc\u05d3\u05d9\u05dd","description":"\u05de\u05ea\u05d1\u05dc\u05d1\u05dc\u05d9\u05dd \u05d1\u05d9\u05df While \u05dc-During? \u05d1\u05de\u05d0\u05de\u05e8 \u05d6\u05d4 \u05e0\u05dc\u05de\u05d3 \u05de\u05ea\u05d9 \u05de\u05e9\u05ea\u05de\u05e9\u05d9\u05dd \u05d1-While, \u05de\u05ea\u05d9 \u05de\u05e9\u05ea\u05de\u05e9\u05d9\u05dd \u05d1-During \u05d5\u05e0\u05d1\u05d9\u05df \u05d0\u05ea \u05d4\u05d4\u05d1\u05d3\u05dc\u05d9\u05dd \u05d1\u05d9\u05e0\u05d9\u05d4\u05df \u05d1\u05e2\u05d6\u05e8\u05ea \u05d3\u05d5\u05d2\u05de\u05d0\u05d5\u05ea \u05de\u05ea\u05d5\u05e8\u05d2\u05de\u05d5\u05ea \u05d5\u05d1\u05e8\u05d5\u05e8\u05d5\u05ea \u05dc\u05d9\u05dc\u05d3\u05d9\u05dd.","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\/while-vs-during\/","og_locale":"he_IL","og_type":"article","og_title":"\u05de\u05d9\u05dc\u05d5\u05ea \u05d6\u05de\u05df \u05d1\u05d0\u05e0\u05d2\u05dc\u05d9\u05ea - While vs During | \u05d4\u05d1\u05d3\u05dc\u05d9\u05dd \u05d7\u05e9\u05d5\u05d1\u05d9\u05dd \u05d5\u05d4\u05e1\u05d1\u05e8\u05d9\u05dd \u05dc\u05d9\u05dc\u05d3\u05d9\u05dd","og_description":"\u05de\u05ea\u05d1\u05dc\u05d1\u05dc\u05d9\u05dd \u05d1\u05d9\u05df While \u05dc-During? \u05d1\u05de\u05d0\u05de\u05e8 \u05d6\u05d4 \u05e0\u05dc\u05de\u05d3 \u05de\u05ea\u05d9 \u05de\u05e9\u05ea\u05de\u05e9\u05d9\u05dd \u05d1-While, \u05de\u05ea\u05d9 \u05de\u05e9\u05ea\u05de\u05e9\u05d9\u05dd \u05d1-During \u05d5\u05e0\u05d1\u05d9\u05df \u05d0\u05ea \u05d4\u05d4\u05d1\u05d3\u05dc\u05d9\u05dd \u05d1\u05d9\u05e0\u05d9\u05d4\u05df \u05d1\u05e2\u05d6\u05e8\u05ea \u05d3\u05d5\u05d2\u05de\u05d0\u05d5\u05ea \u05de\u05ea\u05d5\u05e8\u05d2\u05de\u05d5\u05ea \u05d5\u05d1\u05e8\u05d5\u05e8\u05d5\u05ea \u05dc\u05d9\u05dc\u05d3\u05d9\u05dd.","og_url":"https:\/\/www.novakidschool.com\/he\/blog\/while-vs-during\/","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":"2026-03-26T09:00:24+00:00","article_modified_time":"2026-03-27T09:16:12+00:00","og_image":[{"width":1024,"height":720,"url":"https:\/\/www.novakidschool.com\/he\/blog\/wp-content\/uploads\/2026\/03\/\u05de\u05d9\u05dc\u05d5\u05ea-\u05d6\u05de\u05df-\u05d1\u05d0\u05e0\u05d2\u05dc\u05d9\u05ea-While-vs-During-.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\/while-vs-during\/#article","isPartOf":{"@id":"https:\/\/www.novakidschool.com\/he\/blog\/while-vs-during\/"},"author":{"name":"Novakid","@id":"https:\/\/www.novakidschool.com\/he\/blog\/#\/schema\/person\/9c8dc48e6039f718eeaa2fe161105bb7"},"headline":"\u05de\u05d9\u05dc\u05d5\u05ea \u05d6\u05de\u05df \u05d1\u05d0\u05e0\u05d2\u05dc\u05d9\u05ea | While vs During\u00a0","datePublished":"2026-03-26T09:00:24+00:00","dateModified":"2026-03-27T09:16:12+00:00","mainEntityOfPage":{"@id":"https:\/\/www.novakidschool.com\/he\/blog\/while-vs-during\/"},"wordCount":9,"commentCount":0,"publisher":{"@id":"https:\/\/www.novakidschool.com\/he\/blog\/#organization"},"image":{"@id":"https:\/\/www.novakidschool.com\/he\/blog\/while-vs-during\/#primaryimage"},"thumbnailUrl":"https:\/\/www.novakidschool.com\/he\/blog\/wp-content\/uploads\/2026\/03\/\u05de\u05d9\u05dc\u05d5\u05ea-\u05d6\u05de\u05df-\u05d1\u05d0\u05e0\u05d2\u05dc\u05d9\u05ea-While-vs-During-.png","articleSection":["\u05d3\u05e7\u05d3\u05d5\u05e7"],"inLanguage":"he-IL","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.novakidschool.com\/he\/blog\/while-vs-during\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.novakidschool.com\/he\/blog\/while-vs-during\/","url":"https:\/\/www.novakidschool.com\/he\/blog\/while-vs-during\/","name":"\u05de\u05d9\u05dc\u05d5\u05ea \u05d6\u05de\u05df \u05d1\u05d0\u05e0\u05d2\u05dc\u05d9\u05ea - While vs During | \u05d4\u05d1\u05d3\u05dc\u05d9\u05dd \u05d7\u05e9\u05d5\u05d1\u05d9\u05dd \u05d5\u05d4\u05e1\u05d1\u05e8\u05d9\u05dd \u05dc\u05d9\u05dc\u05d3\u05d9\u05dd","isPartOf":{"@id":"https:\/\/www.novakidschool.com\/he\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.novakidschool.com\/he\/blog\/while-vs-during\/#primaryimage"},"image":{"@id":"https:\/\/www.novakidschool.com\/he\/blog\/while-vs-during\/#primaryimage"},"thumbnailUrl":"https:\/\/www.novakidschool.com\/he\/blog\/wp-content\/uploads\/2026\/03\/\u05de\u05d9\u05dc\u05d5\u05ea-\u05d6\u05de\u05df-\u05d1\u05d0\u05e0\u05d2\u05dc\u05d9\u05ea-While-vs-During-.png","datePublished":"2026-03-26T09:00:24+00:00","dateModified":"2026-03-27T09:16:12+00:00","description":"\u05de\u05ea\u05d1\u05dc\u05d1\u05dc\u05d9\u05dd \u05d1\u05d9\u05df While \u05dc-During? \u05d1\u05de\u05d0\u05de\u05e8 \u05d6\u05d4 \u05e0\u05dc\u05de\u05d3 \u05de\u05ea\u05d9 \u05de\u05e9\u05ea\u05de\u05e9\u05d9\u05dd \u05d1-While, \u05de\u05ea\u05d9 \u05de\u05e9\u05ea\u05de\u05e9\u05d9\u05dd \u05d1-During \u05d5\u05e0\u05d1\u05d9\u05df \u05d0\u05ea \u05d4\u05d4\u05d1\u05d3\u05dc\u05d9\u05dd \u05d1\u05d9\u05e0\u05d9\u05d4\u05df \u05d1\u05e2\u05d6\u05e8\u05ea \u05d3\u05d5\u05d2\u05de\u05d0\u05d5\u05ea \u05de\u05ea\u05d5\u05e8\u05d2\u05de\u05d5\u05ea \u05d5\u05d1\u05e8\u05d5\u05e8\u05d5\u05ea \u05dc\u05d9\u05dc\u05d3\u05d9\u05dd.","breadcrumb":{"@id":"https:\/\/www.novakidschool.com\/he\/blog\/while-vs-during\/#breadcrumb"},"inLanguage":"he-IL","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.novakidschool.com\/he\/blog\/while-vs-during\/"]}]},{"@type":"ImageObject","inLanguage":"he-IL","@id":"https:\/\/www.novakidschool.com\/he\/blog\/while-vs-during\/#primaryimage","url":"https:\/\/www.novakidschool.com\/he\/blog\/wp-content\/uploads\/2026\/03\/\u05de\u05d9\u05dc\u05d5\u05ea-\u05d6\u05de\u05df-\u05d1\u05d0\u05e0\u05d2\u05dc\u05d9\u05ea-While-vs-During-.png","contentUrl":"https:\/\/www.novakidschool.com\/he\/blog\/wp-content\/uploads\/2026\/03\/\u05de\u05d9\u05dc\u05d5\u05ea-\u05d6\u05de\u05df-\u05d1\u05d0\u05e0\u05d2\u05dc\u05d9\u05ea-While-vs-During-.png","width":1024,"height":720},{"@type":"BreadcrumbList","@id":"https:\/\/www.novakidschool.com\/he\/blog\/while-vs-during\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.novakidschool.com\/he\/blog\/"},{"@type":"ListItem","position":2,"name":"\u05de\u05d9\u05dc\u05d5\u05ea \u05d6\u05de\u05df \u05d1\u05d0\u05e0\u05d2\u05dc\u05d9\u05ea | While vs During\u00a0"}]},{"@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\/10475","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=10475"}],"version-history":[{"count":1,"href":"https:\/\/www.novakidschool.com\/he\/blog\/wp-json\/wp\/v2\/posts\/10475\/revisions"}],"predecessor-version":[{"id":10479,"href":"https:\/\/www.novakidschool.com\/he\/blog\/wp-json\/wp\/v2\/posts\/10475\/revisions\/10479"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.novakidschool.com\/he\/blog\/wp-json\/wp\/v2\/media\/10476"}],"wp:attachment":[{"href":"https:\/\/www.novakidschool.com\/he\/blog\/wp-json\/wp\/v2\/media?parent=10475"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.novakidschool.com\/he\/blog\/wp-json\/wp\/v2\/categories?post=10475"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.novakidschool.com\/he\/blog\/wp-json\/wp\/v2\/tags?post=10475"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}