{"id":8887,"date":"2025-09-09T14:50:08","date_gmt":"2025-09-09T13:50:08","guid":{"rendered":"https:\/\/www.novakidschool.com\/he\/blog\/?p=8887"},"modified":"2026-02-07T08:18:01","modified_gmt":"2026-02-07T07:18:01","slug":"common-errors-to-learn-from","status":"publish","type":"post","link":"https:\/\/www.novakidschool.com\/he\/blog\/common-errors-to-learn-from\/","title":{"rendered":"\u05d8\u05e2\u05d5\u05d9\u05d5\u05ea \u05e0\u05e4\u05d5\u05e6\u05d5\u05ea \u05d1-Present Perfect"},"content":{"rendered":"  <section class=\"section blogHeader\" id=\"blogHeader-block_c23521b45bfe779efb41cc0b2a9ea848\">\n      <div class=\"blogHeader__wrapper\">\n                              <div class=\"blogHeader__image\">\n              <a href=\"https:\/\/www.novakidschool.com\/he\/blog\/wp-content\/uploads\/2025\/09\/Common-Errors-to-Learn-From.png\" class=\"glightbox\">\n                <img decoding=\"async\" src=\"https:\/\/www.novakidschool.com\/he\/blog\/wp-content\/uploads\/2025\/09\/Common-Errors-to-Learn-From.png\" alt=\"\u05d8\u05e2\u05d5\u05d9\u05d5\u05ea \u05e0\u05e4\u05d5\u05e6\u05d5\u05ea \u05d1-Present Perfect\" class=\"blogHeader__imageItem\" srcset=\"https:\/\/www.novakidschool.com\/he\/blog\/wp-content\/uploads\/2025\/09\/Common-Errors-to-Learn-From-300x211.png 300w, https:\/\/www.novakidschool.com\/he\/blog\/wp-content\/uploads\/2025\/09\/Common-Errors-to-Learn-From-768x540.png 768w, https:\/\/www.novakidschool.com\/he\/blog\/wp-content\/uploads\/2025\/09\/Common-Errors-to-Learn-From.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\u05d5 \u05d6\u05de\u05df \u05d4\u05d4\u05d5\u05d5\u05d4 \u05d4\u05de\u05d5\u05e9\u05dc\u05dd (Present Perfect) \u05d1\u05d0\u05e0\u05d2\u05dc\u05d9\u05ea?<\/span>\n                    <\/li>\n                                    <li>\n                        <span class=\"toc-item\">\u05d8\u05e2\u05d5\u05ea 1 | \u05d1\u05dc\u05d1\u05d5\u05dc \u05e2\u05dd \u05d4\u05d5\u05d5\u05d4 \u05e4\u05e9\u05d5\u05d8 (Past Simple)<\/span>\n                    <\/li>\n                                    <li>\n                        <span class=\"toc-item\">\u05d8\u05e2\u05d5\u05ea 2 | \u05e9\u05d9\u05de\u05d5\u05e9 \u05e9\u05d2\u05d5\u05d9 \u05d1-Has\/Have<\/span>\n                    <\/li>\n                                    <li>\n                        <span class=\"toc-item\">\u05d8\u05e2\u05d5\u05ea 3 | \u05d4\u05e9\u05de\u05d8\u05ea 3V \u05d0\u05d5 \u05e9\u05d9\u05de\u05d5\u05e9 \u05d1\u05e6\u05d5\u05e8\u05ea \u05e4\u05d5\u05e2\u05dc \u05dc\u05d0 \u05e0\u05db\u05d5\u05e0\u05d4<\/span>\n                    <\/li>\n                                    <li>\n                        <span class=\"toc-item\">\u05d8\u05e2\u05d5\u05ea 4 | \u05e9\u05d9\u05de\u05d5\u05e9 \u05dc\u05d0 \u05e0\u05db\u05d5\u05df \u05d1-Since\/For<\/span>\n                    <\/li>\n                                    <li>\n                        <span class=\"toc-item\">Grammar Test | Present Perfect<\/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_f9bec3c023367503f893d200eafebc65\">\n    \n      <div class=\"blogTakeaways__wrapper\">\n\n          <div class=\"blogTakeaways__header\">\n            Takeaways          <\/div>\n          <ul class=\"blogTakeaways__content\">\n                          <li>\n                  \n\u05d6\u05de\u05dfPresent Perfect\u00a0 \u05de\u05e9\u05de\u05e9 \u05dc\u05ea\u05d9\u05d0\u05d5\u05e8 \u05e4\u05e2\u05d5\u05dc\u05d5\u05ea \u05e9\u05d4\u05ea\u05e8\u05d7\u05e9\u05d5 \u05d1\u05e2\u05d1\u05e8 \u05d0\u05da \u05e7\u05e9\u05d5\u05e8\u05d5\u05ea \u05dc\u05d4\u05d5\u05d5\u05d4, \u05d5\u05d4\u05d5\u05d0 \u05de\u05d1\u05dc\u05d1\u05dc \u05de\u05e9\u05d5\u05dd \u05e9\u05d4\u05d5\u05d0 \u05d0\u05d9\u05e0\u05d5 \u05e7\u05d9\u05d9\u05dd \u05d1\u05e2\u05d1\u05e8\u05d9\u05ea.\n\n              <\/li>\n                          <li>\n                  \n\u05d8\u05e2\u05d5\u05d9\u05d5\u05ea \u05e0\u05e4\u05d5\u05e6\u05d5\u05ea \u05db\u05d5\u05dc\u05dc\u05d5\u05ea \u05d1\u05dc\u05d1\u05d5\u05dc \u05e2\u05dd\u00a0 Past Simple, \u05e9\u05d9\u05de\u05d5\u05e9 \u05e9\u05d2\u05d5\u05d9 \u05d1\u05behave\/has, \u05d4\u05e9\u05de\u05d8\u05ea \u05e6\u05d5\u05e8\u05ea V3 \u05e9\u05dc \u05d4\u05e4\u05d5\u05e2\u05dc \u05d5\u05e9\u05d9\u05de\u05d5\u05e9 \u05dc\u05d0 \u05e0\u05db\u05d5\u05df \u05d1\u05de\u05d9\u05dc\u05d5\u05ea \u05d6\u05de\u05df \u05db\u05de\u05d5 since\u00a0 \u05d5\u05befor.\n\n              <\/li>\n                          <li>\n                  \n\u05ea\u05e8\u05d2\u05d5\u05dc \u05e2\u05e7\u05d1\u05d9 \u05d5\u05d4\u05d1\u05e0\u05ea \u05d4\u05d4\u05d1\u05d3\u05dc\u05d9\u05dd \u05d1\u05d9\u05df \u05d4\u05d6\u05de\u05e0\u05d9\u05dd \u05d9\u05e2\u05d6\u05e8\u05d5 \u05dc\u05db\u05dd \u05dc\u05e9\u05dc\u05d5\u05d8 \u05d1\u05bePresent Perfect \u05d5\u05dc\u05d4\u05d9\u05e9\u05de\u05e2 \u05d8\u05d1\u05e2\u05d9\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_c49ae6f6caa4d42e5e970904831166f3\">\n    <div class=\"blogText__wrapper\">\n        <div class=\"blogText__content\">\n            <p><span style=\"font-weight: 400;\">\u05d6\u05de\u05df \u05d4\u05d4\u05d5\u05d5\u05d4 \u05d4\u05de\u05d5\u05e9\u05dc\u05dd (<\/span><a href=\"https:\/\/www.novakidschool.com\/he\/blog\/present-perfect\/\"><span style=\"font-weight: 400;\">Present Perfect<\/span><\/a><span style=\"font-weight: 400;\">) \u05d1\u05d0\u05e0\u05d2\u05dc\u05d9\u05ea \u05d4\u05d5\u05d0 \u05d0\u05d7\u05d3 \u05d4\u05d6\u05de\u05e0\u05d9\u05dd \u05d4\u05de\u05d1\u05dc\u05d1\u05dc\u05d9\u05dd \u05d1\u05d9\u05d5\u05ea\u05e8, \u05d1\u05de\u05d9\u05d5\u05d7\u05d3 \u05e2\u05d1\u05d5\u05e8 \u05dc\u05d5\u05de\u05d3\u05d9 \u05d0\u05e0\u05d2\u05dc\u05d9\u05ea \u05db\u05e9\u05e4\u05d4 \u05e9\u05e0\u05d9\u05d9\u05d4. \u05d4\u05d6\u05de\u05df \u05d4\u05d6\u05d4 \u05de\u05ea\u05d0\u05e8 \u05e4\u05e2\u05d5\u05dc\u05d4 \u05e9\u05d4\u05ea\u05e8\u05d7\u05e9\u05d4 \u05d1\u05e2\u05d1\u05e8, \u05d0\u05da \u05d9\u05e9 \u05dc\u05d4 \u05e7\u05e9\u05e8 \u05d9\u05e9\u05d9\u05e8 \u05dc\u05d4\u05d5\u05d5\u05d4 &#8211; \u05dc\u05de\u05e9\u05dc, \u05d7\u05d5\u05d5\u05d9\u05d4 \u05e9\u05d7\u05d5\u05d5\u05d9\u05e0\u05d5, \u05e4\u05e2\u05d5\u05dc\u05d4 \u05e9\u05d4\u05e1\u05ea\u05d9\u05d9\u05de\u05d4 \u05d0\u05da \u05ea\u05d5\u05e6\u05d0\u05d5\u05ea\u05d9\u05d4 \u05e2\u05d3\u05d9\u05d9\u05df \u05e7\u05d9\u05d9\u05de\u05d5\u05ea, \u05d0\u05d5 \u05de\u05e6\u05d1 \u05e9\u05e0\u05de\u05e9\u05da \u05e2\u05d3 \u05e2\u05db\u05e9\u05d9\u05d5 \u05d1\u05de\u05d0\u05de\u05e8 \u05d6\u05d4 \u05e0\u05e1\u05e7\u05d5\u05e8 \u05d0\u05ea \u05d4\u05d8\u05e2\u05d5\u05d9\u05d5\u05ea \u05d4\u05e0\u05e4\u05d5\u05e6\u05d5\u05ea \u05d1\u05d9\u05d5\u05ea\u05e8 \u05d5\u05e0\u05dc\u05de\u05d3 \u05dc\u05ea\u05e7\u05df \u05d0\u05d5\u05ea\u05df. \u05d4\u05e6\u05d8\u05e8\u05e4\u05d5 \u05d0\u05dc\u05d9\u05e0\u05d5 \u05dc\u05d0\u05d9\u05e0\u05e1\u05e4\u05d5\u05e8 \u05d3\u05d5\u05d2\u05de\u05d0\u05d5\u05ea \u05e9\u05d9\u05e4\u05d6\u05e8\u05d5 \u05d0\u05ea \u05d4\u05e2\u05e8\u05e4\u05dc.\u00a0<\/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_ffc019f624dde3960c5a72f6e287ea31\">\n    <div class=\"blogHeadingText__wrapper\" >\n        <div class=\"blogHeadingText__heading\">\n            <h2 class=\"blogHeadingText__headingItem\" data-blog-heading data-section-id=\"blogHeadingText-block_ffc019f624dde3960c5a72f6e287ea31\">\n                \u05de\u05d4\u05d5 \u05d6\u05de\u05df \u05d4\u05d4\u05d5\u05d5\u05d4 \u05d4\u05de\u05d5\u05e9\u05dc\u05dd (Present Perfect) \u05d1\u05d0\u05e0\u05d2\u05dc\u05d9\u05ea?            <\/h2>\n        <\/div>\n        <div class=\"blogHeadingText__content\">\n            <h2><b>?What is the Present Perfect<\/b><\/h2>\n<p><span style=\"font-weight: 400;\">\u05de\u05e9\u05e4\u05d8 Present Perfect \u05d1\u05e0\u05d5\u05d9 \u05d1\u05e6\u05d5\u05e8\u05d4 \u05d4\u05d1\u05d0\u05d4:<\/span><\/p>\n<p><span style=\"font-weight: 400;\">subject + have\/has + V3 (past participle).<\/span><\/p>\n<p><span style=\"font-weight: 400;\">\u05d4\u05d5\u05d0 \u05de\u05e9\u05de\u05e9 \u05d1\u05e2\u05d9\u05e7\u05e8 \u05dc\u05d0\u05e8\u05d1\u05e2\u05d4 \u05de\u05e6\u05d1\u05d9\u05dd \u05e2\u05d9\u05e7\u05e8\u05d9\u05d9\u05dd:<\/span><\/p>\n<ul>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><b>\u05d7\u05d5\u05d5\u05d9\u05d4 \u05db\u05dc\u05dc\u05d9\u05ea:<\/b><span style=\"font-weight: 400;\"> \u05de\u05e9\u05d4\u05d5 \u05e9\u05e7\u05e8\u05d4 \u05de\u05ea\u05d9\u05e9\u05d4\u05d5 \u05d1\u05e2\u05d1\u05e8, \u05d1\u05dc\u05d9 \u05dc\u05e6\u05d9\u05d9\u05df \u05de\u05ea\u05d9 \u05d1\u05d3\u05d9\u05d5\u05e7.\u00a0<\/span><\/li>\n<\/ul>\n<p><span style=\"font-weight: 400;\">\u05dc\u05d3\u05d5\u05d2\u05de\u05d4: I have visited in London. (\u05d1\u05d9\u05e7\u05e8\u05ea\u05d9 \u05d1\u05dc\u05d5\u05e0\u05d3\u05d5\u05df &#8211; \u05de\u05ea\u05d9\u05e9\u05d4\u05d5 \u05d1\u05d7\u05d9\u05d9).<\/span><\/p>\n<ul>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><b>\u05e4\u05e2\u05d5\u05dc\u05d4 \u05e9\u05d4\u05e1\u05ea\u05d9\u05d9\u05de\u05d4 \u05d5\u05ea\u05d5\u05e6\u05d0\u05d5\u05ea\u05d9\u05d4 \u05e0\u05de\u05e9\u05db\u05d5\u05ea \u05d1\u05d4\u05d5\u05d5\u05d4:<\/b><span style=\"font-weight: 400;\"> \u05dc\u05d3\u05d5\u05d2\u05de\u05d4: She has broken her leg. (\u05d4\u05d9\u05d0 \u05e9\u05d1\u05e8\u05d4 \u05d0\u05ea \u05e8\u05d2\u05dc\u05d4 &#8211; \u05d4\u05e8\u05d2\u05dc \u05e2\u05d3\u05d9\u05d9\u05df \u05e9\u05d1\u05d5\u05e8\u05d4).<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><b>\u05e4\u05e2\u05d5\u05dc\u05d4 \u05e9\u05d4\u05d7\u05dc\u05d4 \u05d1\u05e2\u05d1\u05e8 \u05d5\u05e0\u05de\u05e9\u05db\u05ea \u05e2\u05d3 \u05e2\u05db\u05e9\u05d9\u05d5:<\/b><span style=\"font-weight: 400;\"> \u05d1\u05de\u05e7\u05e8\u05d9\u05dd \u05d0\u05dc\u05d5 \u05e0\u05e2\u05e9\u05d4 \u05e9\u05d9\u05de\u05d5\u05e9 \u05d1\u05de\u05d9\u05dc\u05d9\u05dd \u05db\u05de\u05d5 since \u05d0\u05d5 for. \u05dc\u05d3\u05d5\u05d2\u05de\u05d4: They have lived here for ten years. (\u05d4\u05dd \u05d2\u05e8\u05d9\u05dd \u05db\u05d0\u05df \u05db\u05d1\u05e8 10 \u05e9\u05e0\u05d9\u05dd &#8211; \u05d5\u05e2\u05d3\u05d9\u05d9\u05df \u05d2\u05e8\u05d9\u05dd \u05db\u05d0\u05df).<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><b>\u05e4\u05e2\u05d5\u05dc\u05d4 \u05e9\u05d4\u05ea\u05e8\u05d7\u05e9\u05d4 \u05d1\u05e2\u05d1\u05e8 \u05d4\u05e7\u05e8\u05d5\u05d1 \u05d5\u05e8\u05dc\u05d5\u05d5\u05e0\u05d8\u05d9\u05ea \u05dc\u05d4\u05d5\u05d5\u05d4:<\/b><span style=\"font-weight: 400;\"> \u05dc\u05d3\u05d5\u05d2\u05de\u05d4, I have just finished dinner. (\u05d1\u05d3\u05d9\u05d5\u05e7 \u05e1\u05d9\u05d9\u05de\u05ea\u05d9 \u05d0\u05ea \u05d0\u05e8\u05d5\u05d7\u05ea \u05d4\u05e2\u05e8\u05d1 &#8211; \u05d0\u05e0\u05d9 \u05dc\u05d0 \u05e8\u05e2\u05d1 \u05db\u05e8\u05d2\u05e2).<\/span><\/li>\n<\/ul>\n        <\/div>\n    <\/div>\n  <\/section>\n\n\n  <section class=\"section blogHeadingText\" id=\"blogHeadingText-block_4bd53d84d1c9ca7fd232af4e2aa87c37\">\n    <div class=\"blogHeadingText__wrapper\" >\n        <div class=\"blogHeadingText__heading\">\n            <h2 class=\"blogHeadingText__headingItem\" data-blog-heading data-section-id=\"blogHeadingText-block_4bd53d84d1c9ca7fd232af4e2aa87c37\">\n                \u05d8\u05e2\u05d5\u05ea 1 | \u05d1\u05dc\u05d1\u05d5\u05dc \u05e2\u05dd \u05d4\u05d5\u05d5\u05d4 \u05e4\u05e9\u05d5\u05d8 (Past Simple)            <\/h2>\n        <\/div>\n        <div class=\"blogHeadingText__content\">\n            <h2><b>Confusing Present Perfect with Past Simple<\/b><\/h2>\n<p><a href=\"https:\/\/www.novakidschool.com\/he\/blog\/what-is-past-simple-tense-definition-examples-and-test\/\"><span style=\"font-weight: 400;\">Past Simple<\/span><\/a><span style=\"font-weight: 400;\"> \u05de\u05ea\u05d9\u05d9\u05d7\u05e1 \u05dc\u05e4\u05e2\u05d5\u05dc\u05d4 \u05e9\u05d4\u05ea\u05e8\u05d7\u05e9\u05d4 \u05d5\u05d4\u05e1\u05ea\u05d9\u05d9\u05de\u05d4 \u05d1\u05e2\u05d1\u05e8. Present Perfect, \u05dc\u05e2\u05d5\u05de\u05ea \u05d6\u05d0\u05ea, \u05de\u05ea\u05d0\u05e8 \u05e4\u05e2\u05d5\u05dc\u05d4 \u05e9\u05d4\u05ea\u05e8\u05d7\u05e9\u05d4 \u05d1\u05e2\u05d1\u05e8 \u05d0\u05da \u05d9\u05e9 \u05dc\u05d4 \u05e7\u05e9\u05e8 \u05dc\u05d4\u05d5\u05d5\u05d4 \u05d0\u05d5 \u05e9\u05d4\u05e4\u05e2\u05d5\u05dc\u05d4 \u05d4\u05de\u05ea\u05d5\u05d0\u05e8\u05ea \u05de\u05ea\u05d9\u05d9\u05d7\u05e1\u05ea \u05dc\u05d6\u05de\u05df \u05dc\u05d0 \u05e1\u05e4\u05e6\u05d9\u05e4\u05d9 \u05d1\u05e2\u05d1\u05e8. \u05d4\u05d1\u05dc\u05d1\u05d5\u05dc \u05d1\u05d9\u05df \u05e9\u05e0\u05d9 \u05d4\u05d6\u05de\u05e0\u05d9\u05dd \u05e0\u05d5\u05d1\u05e2 \u05de\u05db\u05de\u05d4 \u05e1\u05d9\u05d1\u05d5\u05ea \u05e2\u05d9\u05e7\u05e8\u05d9\u05d5\u05ea:<\/span><\/p>\n<ul>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">\u05d1\u05e2\u05d1\u05e8\u05d9\u05ea \u05dc\u05d0 \u05e7\u05d9\u05d9\u05dd \u05d6\u05de\u05df \u05db\u05d6\u05d4, \u05dc\u05db\u05df \u05d3\u05d5\u05d1\u05e8\u05d9 \u05e2\u05d1\u05e8\u05d9\u05ea \u05e9\u05dc\u05d5\u05de\u05d3\u05d9\u05dd \u05d0\u05e0\u05d2\u05dc\u05d9\u05ea \u05e0\u05d5\u05d8\u05d9\u05dd \u05dc\u05d1\u05d7\u05d5\u05e8 \u05d1-Past Simple.<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Past Simple \u05de\u05e6\u05d9\u05d9\u05df \u05d6\u05de\u05df \u05d1\u05e8\u05d5\u05e8 \u05d1\u05e2\u05d1\u05e8 (yesterday, last year, two days ago) \u05d1\u05d6\u05de\u05df \u05e9-Present Perfect \u05de\u05ea\u05de\u05e7\u05d3 \u05d1\u05e7\u05e9\u05e8 \u05dc\u05d4\u05d5\u05d5\u05d4 &#8211; \u05de\u05d1\u05dc\u05d9 \u05dc\u05e6\u05d9\u05d9\u05df \u05de\u05ea\u05d9 \u05d1\u05d3\u05d9\u05d5\u05e7 \u05d4\u05ea\u05e8\u05d7\u05e9\u05d4 \u05d4\u05e4\u05e2\u05d5\u05dc\u05d4 \u05d1\u05e2\u05d1\u05e8. \u05d4\u05d4\u05d1\u05d3\u05dc \u05d4\u05d6\u05d4 \u05dc\u05d0 \u05ea\u05de\u05d9\u05d3 \u05d0\u05d9\u05e0\u05d8\u05d5\u05d0\u05d9\u05d8\u05d9\u05d1\u05d9 \u05dc\u05dc\u05d5\u05de\u05d3\u05d9\u05dd.<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">\u05dc\u05d5\u05de\u05d3\u05d9 \u05d0\u05e0\u05d2\u05dc\u05d9\u05ea \u05db\u05e9\u05e4\u05d4 \u05e9\u05e0\u05d9\u05d9\u05d4 \u05de\u05ea\u05e8\u05db\u05d6\u05d9\u05dd \u05d1\u05e2\u05e6\u05dd \u05d4\u05e4\u05e2\u05d5\u05dc\u05d4 \u05e9\u05e7\u05e8\u05ea\u05d4, \u05d5\u05dc\u05d0 \u05d1\u05d4\u05e9\u05e4\u05e2\u05ea\u05d4 \u05e2\u05dc \u05d4\u05d4\u05d5\u05d5\u05d4 &#8211; \u05d5\u05dc\u05db\u05df \u05d1\u05d5\u05d7\u05e8\u05d9\u05dd \u05d1-Past Simple.<\/span><\/li>\n<\/ul>\n        <\/div>\n    <\/div>\n  <\/section>\n\n\n  <section class=\"section blogImage\" id=\"blogImage-block_ee3c98d312dc934c2a8b6fa9b7eae7a2\">\n    <div class=\"blogImage__wrapper\" >\n        <div class=\"blogImage__image\">\n            <a href=\"https:\/\/www.novakidschool.com\/he\/blog\/wp-content\/uploads\/2025\/09\/\u05d4\u05d5\u05d5\u05d4-\u05de\u05d5\u05e9\u05dc\u05dd-Present-Perfect-\u05dc\u05d5\u05de\u05d3\u05d9\u05dd-\u05de\u05d8\u05e2\u05d5\u05d9\u05d5\u05ea.png\" class=\"glightbox\">\n                <img decoding=\"async\" src=\"https:\/\/www.novakidschool.com\/he\/blog\/wp-content\/uploads\/2025\/09\/\u05d4\u05d5\u05d5\u05d4-\u05de\u05d5\u05e9\u05dc\u05dd-Present-Perfect-\u05dc\u05d5\u05de\u05d3\u05d9\u05dd-\u05de\u05d8\u05e2\u05d5\u05d9\u05d5\u05ea.png\" alt=\"\u05d4\u05d5\u05d5\u05d4 \u05de\u05d5\u05e9\u05dc\u05dd (Present Perfect) - \u05dc\u05d5\u05de\u05d3\u05d9\u05dd \u05de\u05d8\u05e2\u05d5\u05d9\u05d5\u05ea\" class=\"blogImage__imageItem blogImage__imageItem--noCrop\" srcset=\"https:\/\/www.novakidschool.com\/he\/blog\/wp-content\/uploads\/2025\/09\/\u05d4\u05d5\u05d5\u05d4-\u05de\u05d5\u05e9\u05dc\u05dd-Present-Perfect-\u05dc\u05d5\u05de\u05d3\u05d9\u05dd-\u05de\u05d8\u05e2\u05d5\u05d9\u05d5\u05ea-300x296.png 300w, https:\/\/www.novakidschool.com\/he\/blog\/wp-content\/uploads\/2025\/09\/\u05d4\u05d5\u05d5\u05d4-\u05de\u05d5\u05e9\u05dc\u05dd-Present-Perfect-\u05dc\u05d5\u05de\u05d3\u05d9\u05dd-\u05de\u05d8\u05e2\u05d5\u05d9\u05d5\u05ea-768x757.png 768w, https:\/\/www.novakidschool.com\/he\/blog\/wp-content\/uploads\/2025\/09\/\u05d4\u05d5\u05d5\u05d4-\u05de\u05d5\u05e9\u05dc\u05dd-Present-Perfect-\u05dc\u05d5\u05de\u05d3\u05d9\u05dd-\u05de\u05d8\u05e2\u05d5\u05d9\u05d5\u05ea.png 795w\" >\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_b804e67e28735824f1cc1075a557d687\">\n    <div class=\"blogText__wrapper\">\n        <div class=\"blogText__content\">\n            <p><b>\u05d3\u05d5\u05d2\u05de\u05d0\u05d5\u05ea \u05dc\u05d4\u05de\u05d7\u05e9\u05d4:\u00a0<\/b><\/p>\n<p><span style=\"font-weight: 400;\">\u274c<\/span><span style=\"font-weight: 400;\"> I saw this movie<\/span><\/p>\n<p><span style=\"font-weight: 400;\">\u2714\ufe0f<\/span><span style=\"font-weight: 400;\"> I have seen this movie | \u05e8\u05d0\u05d9\u05ea\u05d9 \u05d0\u05ea \u05d4\u05e1\u05e8\u05d8 \u05d4\u05d6\u05d4 (\u05de\u05ea\u05d9\u05e9\u05d4\u05d5 \u05d1\u05e2\u05d1\u05e8). \u05d4\u05de\u05e9\u05e4\u05d8 \u05de\u05ea\u05d0\u05e8 \u05d7\u05d5\u05d5\u05d9\u05d4 \u05db\u05dc\u05dc\u05d9\u05ea, \u05de\u05d1\u05dc\u05d9 \u05dc\u05e6\u05d9\u05d9\u05df \u05de\u05ea\u05d9 \u05d4\u05ea\u05e8\u05d7\u05e9\u05d4 \u05d1\u05d3\u05d9\u05d5\u05e7.\u00a0<\/span><\/p>\n<p><span style=\"font-weight: 400;\">\u274c<\/span><span style=\"font-weight: 400;\"> She finished her homework yesterday and still talks about it<\/span><\/p>\n<p><span style=\"font-weight: 400;\">\u2714\ufe0f<\/span><span style=\"font-weight: 400;\"> She has finished her homework yesterday and still talks about it | \u05d4\u05d9\u05d0 \u05e1\u05d9\u05d9\u05de\u05d4 \u05d0\u05ea \u05e9\u05d9\u05e2\u05d5\u05e8\u05d9 \u05d4\u05d1\u05d9\u05ea \u05d0\u05ea\u05de\u05d5\u05dc \u05d5\u05e2\u05d3\u05d9\u05d9\u05df \u05de\u05d3\u05d1\u05e8\u05ea \u05e2\u05dc \u05d6\u05d4. \u05dc\u05de\u05e8\u05d5\u05ea \u05e9\u05d4\u05e9\u05d9\u05e2\u05d5\u05e8\u05d9\u05dd \u05d4\u05d5\u05e9\u05dc\u05de\u05d5 \u05d0\u05ea\u05de\u05d5\u05dc, \u05dc\u05ea\u05d5\u05e6\u05d0\u05d4 \u05e2\u05d3\u05d9\u05d9\u05df \u05d9\u05e9 \u05d4\u05e9\u05e4\u05e2\u05d4.\u00a0<\/span><\/p>\n<p><span style=\"font-weight: 400;\">\u274c<\/span><span style=\"font-weight: 400;\"> They visited London<\/span><\/p>\n<p><span style=\"font-weight: 400;\">\u2714\ufe0f<\/span><span style=\"font-weight: 400;\"> They have visited London | \u05d4\u05dd \u05d1\u05d9\u05e7\u05e8\u05d5 \u05d1\u05dc\u05d5\u05e0\u05d3\u05d5\u05df. \u05d4\u05d1\u05d9\u05e7\u05d5\u05e8 \u05e0\u05e2\u05e9\u05d4 \u05de\u05ea\u05d9\u05e9\u05d4\u05d5 \u05d1\u05e2\u05d1\u05e8 \u05d5\u05d4\u05d6\u05de\u05df \u05d4\u05de\u05d3\u05d5\u05d9\u05e7 \u05dc\u05d0 \u05d7\u05e9\u05d5\u05d1.\u00a0<\/span><\/p>\n<p><span style=\"font-weight: 400;\">\u274c<\/span><span style=\"font-weight: 400;\"> I lost my keys<\/span><\/p>\n<p><span style=\"font-weight: 400;\">\u2714\ufe0f<\/span><span style=\"font-weight: 400;\"> I have lost my keys | \u05d0\u05d9\u05d1\u05d3\u05ea\u05d9 \u05d0\u05ea \u05d4\u05de\u05e4\u05ea\u05d7\u05d5\u05ea \u05e9\u05dc\u05d9. \u05de\u05d3\u05d5\u05d1\u05e8 \u05d1\u05d0\u05d9\u05e8\u05d5\u05e2 \u05e9\u05e7\u05e8\u05d4 \u05d1\u05e2\u05d1\u05e8 \u05d5\u05de\u05e9\u05e4\u05d9\u05e2 \u05e2\u05dc \u05d4\u05d4\u05d5\u05d5\u05d4 (\u05d4\u05de\u05e4\u05ea\u05d7\u05d5\u05ea \u05e2\u05d3\u05d9\u05d9\u05df \u05dc\u05d0 \u05e0\u05de\u05e6\u05d0\u05d5).<\/span><\/p>\n<p><span style=\"font-weight: 400;\">\u274c<\/span><span style=\"font-weight: 400;\"> He washed the car<\/span><\/p>\n<p><span style=\"font-weight: 400;\">\u2714\ufe0f<\/span><span style=\"font-weight: 400;\"> He has washed the car | \u05d4\u05d5\u05d0 \u05e9\u05d8\u05e3 \u05d0\u05ea \u05d4\u05e8\u05db\u05d1. \u05d4\u05e4\u05e2\u05d5\u05dc\u05d4 \u05d4\u05e1\u05ea\u05d9\u05d9\u05de\u05d4 \u05d0\u05da \u05ea\u05d5\u05e6\u05d0\u05d5\u05ea\u05d9\u05d4 (\u05d4\u05e8\u05db\u05d1 \u05d4\u05e0\u05e7\u05d9) \u05e2\u05d3\u05d9\u05d9\u05df \u05e0\u05d9\u05db\u05e8\u05d5\u05ea \u05d1\u05d4\u05d5\u05d5\u05d4.\u00a0<\/span><\/p>\n<p><span style=\"font-weight: 400;\">\u274c<\/span><span style=\"font-weight: 400;\"> We ate already<\/span><\/p>\n<p><span style=\"font-weight: 400;\">\u2714\ufe0f<\/span><span style=\"font-weight: 400;\"> We have eaten already | \u05d0\u05db\u05dc\u05e0\u05d5 \u05db\u05d1\u05e8. \u05d4\u05d6\u05de\u05df \u05d4\u05de\u05d3\u05d5\u05d9\u05e7 \u05dc\u05d0 \u05d7\u05e9\u05d5\u05d1 &#8211; \u05de\u05d4 \u05e9\u05d7\u05e9\u05d5\u05d1 \u05d6\u05d4 \u05e9\u05d0\u05e0\u05d7\u05e0\u05d5 \u05e9\u05d1\u05e2\u05d9\u05dd \u05e2\u05db\u05e9\u05d9\u05d5 \u05d5\u05dc\u05db\u05df \u05dc\u05d0 \u05e0\u05d0\u05db\u05dc \u05e9\u05d5\u05d1.\u00a0<\/span><\/p>\n<p><span style=\"font-weight: 400;\">\u274c<\/span><span style=\"font-weight: 400;\"> She wrote a book<\/span><\/p>\n<p><span style=\"font-weight: 400;\">\u2714\ufe0f<\/span><span style=\"font-weight: 400;\"> She has written a book | \u05d4\u05d9\u05d0 \u05db\u05ea\u05d1\u05d4 \u05e1\u05e4\u05e8. \u05e4\u05e2\u05d5\u05dc\u05d4 \u05e9\u05d4\u05ea\u05e8\u05d7\u05e9\u05d4 \u05d1\u05e2\u05d1\u05e8 \u05d0\u05da \u05d4\u05d4\u05d9\u05e9\u05d2 \u05e9\u05dc\u05d4 \u05de\u05de\u05e9\u05d9\u05da \u05dc\u05d4\u05ea\u05e7\u05d9\u05d9\u05dd \u05d1\u05d4\u05d5\u05d5\u05d4.\u00a0<\/span><\/p>\n<p><span style=\"font-weight: 400;\">\u274c<\/span><span style=\"font-weight: 400;\"> They built a new school<\/span><\/p>\n<p><span style=\"font-weight: 400;\">\u2714\ufe0f<\/span><span style=\"font-weight: 400;\"> They have built a new school | \u05d4\u05dd \u05d1\u05e0\u05d5 \u05d1\u05d9\u05ea \u05e1\u05e4\u05e8 \u05d7\u05d3\u05e9. \u05d1\u05d9\u05ea \u05d4\u05e1\u05e4\u05e8 \u05e7\u05d9\u05d9\u05dd \u05d2\u05dd \u05d4\u05d9\u05d5\u05dd \u05d5\u05dc\u05db\u05df \u05d1\u05e0\u05d9\u05d9\u05ea\u05d5 \u05de\u05e9\u05e4\u05d9\u05e2\u05d4 \u05d2\u05dd \u05e2\u05dc \u05d4\u05d4\u05d5\u05d5\u05d4.\u00a0<\/span><\/p>\n<p><span style=\"font-weight: 400;\">\u274c<\/span><span style=\"font-weight: 400;\"> I forgot his name<\/span><\/p>\n<p><span style=\"font-weight: 400;\">\u2714\ufe0f<\/span><span style=\"font-weight: 400;\"> I have forgotten his name | \u05e9\u05db\u05d7\u05ea\u05d9 \u05d0\u05ea \u05e9\u05de\u05d5. \u05d4\u05de\u05e6\u05d1 \u05e0\u05de\u05e9\u05da &#8211; \u05d0\u05e0\u05d9 \u05e2\u05d3\u05d9\u05d9\u05df \u05dc\u05d0 \u05d6\u05d5\u05db\u05e8 \u05d0\u05ea \u05e9\u05de\u05d5.\u00a0<\/span><\/p>\n<p><span style=\"font-weight: 400;\">\u274c<\/span><span style=\"font-weight: 400;\"> He broke his leg<\/span><\/p>\n<p><span style=\"font-weight: 400;\">\u2714\ufe0f<\/span><span style=\"font-weight: 400;\"> He has broken his leg | \u05d4\u05d5\u05d0 \u05e9\u05d1\u05e8 \u05d0\u05ea \u05e8\u05d2\u05dc\u05d5. \u05d4\u05e8\u05d2\u05dc \u05e2\u05d3\u05d9\u05d9\u05df \u05e9\u05d1\u05d5\u05e8\u05d4 \u05d0\u05d5 \u05e9\u05d4\u05e9\u05d1\u05e8 \u05dc\u05d0 \u05d4\u05d7\u05dc\u05d9\u05dd \u05d1\u05de\u05dc\u05d5\u05d0\u05d5, \u05db\u05da \u05e9\u05e7\u05d9\u05d9\u05de\u05ea \u05d4\u05e9\u05e4\u05e2\u05d4 \u05d2\u05dd \u05d1\u05d4\u05d5\u05d5\u05d4.\u00a0<\/span><\/p>\n        <\/div>\n    <\/div>\n  <\/section>\n\n\n  <section class=\"section blogHeadingText\" id=\"blogHeadingText-block_8f93da1387ae1965926b5237bd073484\">\n    <div class=\"blogHeadingText__wrapper\" >\n        <div class=\"blogHeadingText__heading\">\n            <h2 class=\"blogHeadingText__headingItem\" data-blog-heading data-section-id=\"blogHeadingText-block_8f93da1387ae1965926b5237bd073484\">\n                \u05d8\u05e2\u05d5\u05ea 2 | \u05e9\u05d9\u05de\u05d5\u05e9 \u05e9\u05d2\u05d5\u05d9 \u05d1-Has\/Have            <\/h2>\n        <\/div>\n        <div class=\"blogHeadingText__content\">\n            <h2><b>Wrong Use of Have\/Has<\/b><\/h2>\n<p><span style=\"font-weight: 400;\">\u05d4\u05de\u05d1\u05e0\u05d4 \u05e9\u05dc \u05de\u05e9\u05e4\u05d8\u05d9 Present Perfect \u05ea\u05de\u05d9\u05d3 \u05db\u05d5\u05dc\u05dc subject + have\/has + V3. \u05d8\u05e2\u05d5\u05ea \u05e0\u05e4\u05d5\u05e6\u05d4 \u05d4\u05d9\u05d0 \u05d1\u05dc\u05d1\u05d5\u05dc \u05d1\u05d9\u05df have \u05dc-has.\u00a0<\/span><\/p>\n<p><span style=\"font-weight: 400;\">has \u05de\u05ea\u05d0\u05d9\u05dd \u05dc\u05d2\u05d5\u05e3 \u05e9\u05dc\u05d9\u05e9\u05d9 \u05d9\u05d7\u05d9\u05d3 (he\/she\/it). have \u05de\u05ea\u05d0\u05d9\u05dd \u05dc-I\/you\/we\/they.<\/span><\/p>\n<p><b>\u05d3\u05d5\u05d2\u05de\u05d0\u05d5\u05ea \u05dc\u05d4\u05de\u05d7\u05e9\u05d4:<\/b><\/p>\n<p><span style=\"font-weight: 400;\">\u274c<\/span><span style=\"font-weight: 400;\"> She have finished her homework<\/span><\/p>\n<p><span style=\"font-weight: 400;\">\u2714\ufe0f<\/span><span style=\"font-weight: 400;\"> She has finished her homework | \u05d4\u05d9\u05d0 \u05e1\u05d9\u05d9\u05de\u05d4 \u05d0\u05ea \u05e9\u05d9\u05e2\u05d5\u05e8\u05d9 \u05d4\u05d1\u05d9\u05ea \u05e9\u05dc\u05d4.\u00a0<\/span><\/p>\n<p><span style=\"font-weight: 400;\">\u274c<\/span><span style=\"font-weight: 400;\"> He have eaten dinner<\/span><\/p>\n<p><span style=\"font-weight: 400;\">\u2714\ufe0f<\/span><span style=\"font-weight: 400;\"> He has eaten dinner | \u05d4\u05d5\u05d0 \u05d0\u05db\u05dc \u05d0\u05e8\u05d5\u05d7\u05ea \u05e2\u05e8\u05d1.\u00a0<\/span><\/p>\n<p><span style=\"font-weight: 400;\">\u274c<\/span><span style=\"font-weight: 400;\"> It have rained all day<\/span><\/p>\n<p><span style=\"font-weight: 400;\">\u2714\ufe0f<\/span><span style=\"font-weight: 400;\"> It has rained all day | \u05d9\u05e8\u05d3 \u05d2\u05e9\u05dd \u05db\u05dc \u05d4\u05d9\u05d5\u05dd.\u00a0<\/span><\/p>\n<p><span style=\"font-weight: 400;\">\u274c<\/span><span style=\"font-weight: 400;\"> My cat have caught a mouse<\/span><\/p>\n<p><span style=\"font-weight: 400;\">\u2714\ufe0f<\/span><span style=\"font-weight: 400;\"> My cat has caught a mouse | \u05d4\u05d7\u05ea\u05d5\u05dc \u05e9\u05dc\u05d9 \u05ea\u05e4\u05e1 \u05e2\u05db\u05d1\u05e8.\u00a0<\/span><\/p>\n        <\/div>\n    <\/div>\n  <\/section>\n\n\n  <section class=\"section blogHeadingText\" id=\"blogHeadingText-block_e338aaf098d37b884b61c505c76e2390\">\n    <div class=\"blogHeadingText__wrapper\" >\n        <div class=\"blogHeadingText__heading\">\n            <h2 class=\"blogHeadingText__headingItem\" data-blog-heading data-section-id=\"blogHeadingText-block_e338aaf098d37b884b61c505c76e2390\">\n                \u05d8\u05e2\u05d5\u05ea 3 | \u05d4\u05e9\u05de\u05d8\u05ea 3V \u05d0\u05d5 \u05e9\u05d9\u05de\u05d5\u05e9 \u05d1\u05e6\u05d5\u05e8\u05ea \u05e4\u05d5\u05e2\u05dc \u05dc\u05d0 \u05e0\u05db\u05d5\u05e0\u05d4            <\/h2>\n        <\/div>\n        <div class=\"blogHeadingText__content\">\n            <h2><b>Missing or Wrong Past Participle<\/b><\/h2>\n<p><span style=\"font-weight: 400;\">\u05d1\u05de\u05e9\u05e4\u05d8\u05d9 Present Perfect \u05de\u05d7\u05d9\u05d9\u05d1\u05d9\u05dd \u05e9\u05d9\u05de\u05d5\u05e9 \u05d1\u05e6\u05d5\u05e8\u05ea 3V \u05e9\u05dc \u05d4\u05e4\u05d5\u05e2\u05dc. \u05e8\u05d1\u05d9\u05dd \u05de\u05dc\u05d5\u05de\u05d3\u05d9 \u05d4\u05d0\u05e0\u05d2\u05dc\u05d9\u05ea \u05db\u05e9\u05e4\u05d4 \u05e9\u05e0\u05d9\u05d9\u05d4 \u05de\u05e9\u05ea\u05de\u05e9\u05d9\u05dd \u05d1\u05e6\u05d5\u05e8\u05ea \u05e2\u05d1\u05e8 \u05e8\u05d2\u05d9\u05dc (2V) \u05d0\u05d5 \u05d1\u05e6\u05d5\u05e8\u05ea \u05d4\u05de\u05e7\u05d5\u05e8 (1V). \u05d3\u05d5\u05d2\u05de\u05d0\u05d5\u05ea \u05dc\u05d4\u05de\u05d7\u05e9\u05d4:<\/span><\/p>\n<p><span style=\"font-weight: 400;\">\u274c<\/span><span style=\"font-weight: 400;\"> I have saw this movie<\/span><\/p>\n<p><span style=\"font-weight: 400;\">\u2714\ufe0f<\/span><span style=\"font-weight: 400;\"> I have seen this movie | \u05e8\u05d0\u05d9\u05ea\u05d9 \u05d0\u05ea \u05d4\u05e1\u05e8\u05d8 \u05d4\u05d6\u05d4.<\/span><\/p>\n<p><span style=\"font-weight: 400;\">\u274c<\/span><span style=\"font-weight: 400;\"> She has went to the store<\/span><\/p>\n<p><span style=\"font-weight: 400;\">\u2714\ufe0f<\/span><span style=\"font-weight: 400;\"> She has gone to the store | \u05d4\u05d9\u05d0 \u05d4\u05dc\u05db\u05d4 \u05dc\u05d7\u05e0\u05d5\u05ea.<\/span><\/p>\n<p><span style=\"font-weight: 400;\">\u274c<\/span><span style=\"font-weight: 400;\"> They have ate lunch<\/span><\/p>\n<p><span style=\"font-weight: 400;\">\u2714\ufe0f<\/span><span style=\"font-weight: 400;\"> They have eaten lunch | \u05d4\u05dd \u05d0\u05db\u05dc\u05d5 \u05d0\u05e8\u05d5\u05d7\u05ea \u05e6\u05d4\u05e8\u05d9\u05d9\u05dd.<\/span><\/p>\n<p><span style=\"font-weight: 400;\">\u274c<\/span><span style=\"font-weight: 400;\"> She has drink coffee<\/span><\/p>\n<p><span style=\"font-weight: 400;\">\u2714\ufe0f<\/span><span style=\"font-weight: 400;\"> She has drunk coffee | \u05d4\u05d9\u05d0 \u05e9\u05ea\u05ea\u05d4 \u05e7\u05e4\u05d4.\u00a0<\/span><\/p>\n<p><span style=\"font-weight: 400;\">\u274c<\/span><span style=\"font-weight: 400;\"> She has choose the wrong answer<\/span><\/p>\n<p><span style=\"font-weight: 400;\">\u2714\ufe0f<\/span><span style=\"font-weight: 400;\"> She has chosen the wrong answer | \u05d4\u05d9\u05d0 \u05d1\u05d7\u05e8\u05d4 \u05d1\u05ea\u05e9\u05d5\u05d1\u05d4 \u05e9\u05d2\u05d5\u05d9\u05d4.<\/span><\/p>\n        <\/div>\n    <\/div>\n  <\/section>\n\n\n  <section class=\"section blogHeadingText\" id=\"blogHeadingText-block_36adc71779ef4168d6888264b2c91061\">\n    <div class=\"blogHeadingText__wrapper\" >\n        <div class=\"blogHeadingText__heading\">\n            <h2 class=\"blogHeadingText__headingItem\" data-blog-heading data-section-id=\"blogHeadingText-block_36adc71779ef4168d6888264b2c91061\">\n                \u05d8\u05e2\u05d5\u05ea 4 | \u05e9\u05d9\u05de\u05d5\u05e9 \u05dc\u05d0 \u05e0\u05db\u05d5\u05df \u05d1-Since\/For            <\/h2>\n        <\/div>\n        <div class=\"blogHeadingText__content\">\n            <h2><b>Misusing Since and For<\/b><\/h2>\n<p><span style=\"font-weight: 400;\">\u05d4\u05de\u05d9\u05dc\u05d4 since \u05de\u05d9\u05d9\u05e6\u05d2\u05ea \u05d0\u05ea \u05e0\u05e7\u05d5\u05d3\u05ea \u05d4\u05d4\u05ea\u05d7\u05dc\u05d4, \u05d1\u05d6\u05de\u05df \u05e9-for \u05de\u05e6\u05d9\u05d9\u05e0\u05ea \u05de\u05e9\u05da \u05d6\u05de\u05df. \u05e8\u05d1\u05d9\u05dd \u05de\u05ea\u05d1\u05dc\u05d1\u05dc\u05d9\u05dd \u05d1\u05d9\u05df \u05d4\u05e9\u05e0\u05d9\u05d9\u05dd. \u05d3\u05d5\u05d2\u05de\u05d0\u05d5\u05ea \u05dc\u05d4\u05de\u05d7\u05e9\u05d4:\u00a0<\/span><\/p>\n<p><span style=\"font-weight: 400;\">\u274c<\/span><span style=\"font-weight: 400;\"> I have lived here for 2010<\/span><\/p>\n<p><span style=\"font-weight: 400;\">\u2714\ufe0f<\/span><span style=\"font-weight: 400;\"> I have lived here since 2010 | \u05d0\u05e0\u05d9 \u05d2\u05e8\u05d4 \u05db\u05d0\u05df \u05de-2010.<\/span><\/p>\n<p><span style=\"font-weight: 400;\">\u274c<\/span><span style=\"font-weight: 400;\"> She has worked here since five years<\/span><\/p>\n<p><span style=\"font-weight: 400;\">\u2714\ufe0f<\/span><span style=\"font-weight: 400;\"> She has worked here for five years | \u05d4\u05d9\u05d0 \u05e2\u05d5\u05d1\u05d3\u05ea \u05db\u05d0\u05df \u05d1\u05d7\u05de\u05e9 \u05d4\u05e9\u05e0\u05d9\u05dd \u05d4\u05d0\u05d7\u05e8\u05d5\u05e0\u05d5\u05ea.\u00a0<\/span><\/p>\n<p><span style=\"font-weight: 400;\">\u274c<\/span><span style=\"font-weight: 400;\"> They have been friends for last summer<\/span><\/p>\n<p><span style=\"font-weight: 400;\">\u2714\ufe0f<\/span><span style=\"font-weight: 400;\"> They have been friends since last summer | \u05d4\u05dd \u05d7\u05d1\u05e8\u05d9\u05dd \u05de\u05d0\u05d6 \u05d4\u05e7\u05d9\u05e5 \u05d4\u05d0\u05d7\u05e8\u05d5\u05df.\u00a0<\/span><\/p>\n<p><span style=\"font-weight: 400;\">\u274c<\/span><span style=\"font-weight: 400;\"> We have stayed here since two hours<\/span><\/p>\n<p><span style=\"font-weight: 400;\">\u2714\ufe0f<\/span><span style=\"font-weight: 400;\"> We have stayed here for two hours | \u05d0\u05e0\u05d7\u05e0\u05d5 \u05db\u05d0\u05df \u05db\u05d1\u05e8 \u05e9\u05e2\u05ea\u05d9\u05d9\u05dd.<\/span><\/p>\n<p><span style=\"font-weight: 400;\">\u274c<\/span><span style=\"font-weight: 400;\"> He has played the piano for Monday<\/span><\/p>\n<p><span style=\"font-weight: 400;\">\u2714\ufe0f<\/span><span style=\"font-weight: 400;\"> He has played the piano since Monday. | \u05d4\u05d5\u05d0 \u05de\u05e0\u05d2\u05df \u05d1\u05e4\u05e1\u05e0\u05ea\u05e8 \u05de\u05d9\u05d5\u05dd \u05e9\u05e0\u05d9 (\u05d4\u05de\u05e9\u05de\u05e2\u05d5\u05ea \u05d4\u05d9\u05d0 \u05e9\u05d4\u05d5\u05d0 \u05d4\u05d7\u05dc \u05dc\u05e0\u05d2\u05df \u05d1\u05e4\u05e1\u05e0\u05ea\u05e8 \u05d1\u05d9\u05d5\u05dd \u05e9\u05e0\u05d9, \u05d5\u05dc\u05d0 \u05e9\u05d4\u05d5\u05d0 \u05de\u05e0\u05d2\u05df \u05de\u05d0\u05d6 \u05d1\u05e8\u05e6\u05e3).<\/span><\/p>\n<p><span style=\"font-weight: 400;\">\u274c<\/span><span style=\"font-weight: 400;\"> They have known each other since a long time<\/span><\/p>\n<p><span style=\"font-weight: 400;\">\u2714\ufe0f<\/span><span style=\"font-weight: 400;\"> They have known each other for a long time | \u05d4\u05dd \u05de\u05db\u05d9\u05e8\u05d9\u05dd \u05d6\u05d4 \u05d0\u05ea \u05d6\u05d4 \u05d6\u05de\u05df \u05e8\u05d1.<\/span><\/p>\n<p><span style=\"font-weight: 400;\">\u274c<\/span><span style=\"font-weight: 400;\"> We have lived in Paris for 2015<\/span><\/p>\n<p><span style=\"font-weight: 400;\">\u2714\ufe0f<\/span><span style=\"font-weight: 400;\"> We have lived in Paris since 2015 | \u05d0\u05e0\u05d7\u05e0\u05d5 \u05d2\u05e8\u05d9\u05dd \u05d1\u05e4\u05e8\u05d9\u05d6 \u05de\u05e9\u05e0\u05ea 2015.<\/span><\/p>\n<p><span style=\"font-weight: 400;\">\u05d6\u05de\u05df \u05d4\u05d4\u05d5\u05d5\u05d4 \u05d4\u05de\u05d5\u05e9\u05dc\u05dd (Present Perfect) \u05d4\u05d5\u05d0 \u05d6\u05de\u05df \u05d7\u05d9\u05d5\u05e0\u05d9 \u05d1\u05d0\u05e0\u05d2\u05dc\u05d9\u05ea \u05d4\u05de\u05e9\u05de\u05e9 \u05dc\u05d7\u05d9\u05d1\u05d5\u05e8 \u05d1\u05d9\u05df \u05e2\u05d1\u05e8 \u05dc\u05d4\u05d5\u05d5\u05d4, \u05d0\u05da \u05d4\u05d5\u05d0 \u05de\u05d1\u05dc\u05d1\u05dc \u05d1\u05de\u05d9\u05d5\u05d7\u05d3 \u05dc\u05dc\u05d5\u05de\u05d3\u05d9\u05dd. \u05db\u05db\u05dc \u05e9\u05ea\u05e8\u05d1\u05d5 \u05dc\u05ea\u05e8\u05d2\u05dc \u05d5\u05dc\u05d4\u05e7\u05e4\u05d9\u05d3 \u05e2\u05dc \u05d4\u05d4\u05d1\u05d3\u05dc\u05d9\u05dd, \u05ea\u05d5\u05db\u05dc\u05d5 \u05dc\u05d4\u05e9\u05ea\u05de\u05e9 \u05d1\u05d6\u05de\u05df \u05d4\u05d6\u05d4 \u05d1\u05d1\u05d9\u05d8\u05d7\u05d5\u05df \u05d5\u05ea\u05d9\u05e9\u05de\u05e2\u05d5 \u05d8\u05d1\u05e2\u05d9\u05d9\u05dd \u05d4\u05e8\u05d1\u05d4 \u05d9\u05d5\u05ea\u05e8 \u05d1\u05d0\u05e0\u05d2\u05dc\u05d9\u05ea.\u00a0<\/span><\/p>\n<p><span style=\"font-weight: 400;\">\u05d0\u05e0\u05d5 \u05d1<\/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;\"> \u05de\u05d0\u05de\u05d9\u05e0\u05d9\u05dd \u05d1\u05dc\u05de\u05d9\u05d3\u05d4 \u05d7\u05d5\u05d5\u05d9\u05d9\u05ea\u05d9\u05ea \u05d5\u05d0\u05e4\u05e7\u05d8\u05d9\u05d1\u05d9\u05ea. \u05e8\u05d5\u05e6\u05d9\u05dd \u05e9\u05d4\u05d9\u05dc\u05d3\u05d9\u05dd \u05e9\u05dc\u05db\u05dd \u05d9\u05e9\u05e4\u05e8\u05d5 \u05d0\u05ea \u05d4\u05d0\u05e0\u05d2\u05dc\u05d9\u05ea \u05d1\u05db\u05d9\u05e3? <\/span><a href=\"https:\/\/www.novakidschool.com\/he\/programs\/education_10\/\"><span style=\"font-weight: 400;\">\u05d4\u05e6\u05d8\u05e8\u05e4\u05d5 \u05dc\u05e9\u05d9\u05e2\u05d5\u05e8\u05d9\u05dd \u05d4\u05de\u05e7\u05d5\u05d5\u05e0\u05d9\u05dd \u05e9\u05dc\u05e0\u05d5<\/span><\/a><span style=\"font-weight: 400;\"> \u05d5\u05ea\u05d4\u05e0\u05d5 \u05de\u05dc\u05d9\u05de\u05d5\u05d3 \u05de\u05ea\u05e7\u05d3\u05dd!<\/span><\/p>\n        <\/div>\n    <\/div>\n  <\/section>\n\n\n  <section class=\"section blogHeadingText\" id=\"blogHeadingText-block_80536e230b4ca66d61b84ba0ad2ac543\">\n    <div class=\"blogHeadingText__wrapper\" >\n        <div class=\"blogHeadingText__heading\">\n            <h2 class=\"blogHeadingText__headingItem\" data-blog-heading data-section-id=\"blogHeadingText-block_80536e230b4ca66d61b84ba0ad2ac543\">\n                Grammar Test | Present Perfect            <\/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_8890 ul.advq_question_list {\n        padding:10px 0;\n        margin:0;\n    }\n\n    #advq_quiz_8890 {\n        font-family: ;\n        font-size: 1em;\n        line-height: 1.5em;\n        font-weight: 400;\n        font-style: ;\n    }\n\n    #advq_quiz_8890 .advq_button,\n    #advq_quiz_8890 .advq_validade_ck,\n    #advq_quiz_8890 .advq_next_button,\n    #advq_quiz_8890 .advq_start_quiz_button,\n    #advq_quiz_8890 .advq-restart,\n    #advq_quiz_8890 .advq-restart a {\n        color:#FFFFFF;\n        background-color:rgba(200,107,245,1);\n        font-family: ;\n    }\n\n    #advq_quiz_8890 .advq_button,\n    #advq_quiz_8890 .advq_next_button,\n    #advq_quiz_8890 .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_8890 .advq_button:hover,\n    #advq_quiz_8890 .advq_validade_ck:hover,\n    #advq_quiz_8890 .advq_next_button:hover,\n    #advq_quiz_8890 .advq_start_quiz_button:hover,\n    #advq_quiz_8890 .advq-restart:hover,\n    #advq_quiz_8890 .advq-restart a:hover {\n        color:#FFFFFF;\n        background-color:rgba(200,107,245,1);\n    }\n\n    #advq_quiz_8890 {\n            max-width:100%;\n        }\n        \n    \/* Questions *\/\n    #advq_quiz_8890 .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_8890 .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_8890 .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_8890 .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_8890 .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_8890 .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_8890 .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_8890 .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_8890 .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_8890 .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_8890 .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='8890' id='advq_quiz_8890' data-qtype='trivia' data-qlayout='minimal' data-unique-visitor='false' data-start-time='1776329848' 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\" >?Which sentence correctly uses the present perfect tense<\/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 see this movie yesterday ' 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 see this movie yesterday <\/label><\/li><li class=\"quiz_unselected_answer\"><input data-value='I saw this movie ' 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>I saw this movie <\/label><\/li><li class=\"quiz_unselected_answer\"><input data-value='I was seeing this movie' 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 was seeing this movie<\/label><\/li><li class=\"quiz_unselected_answer\"><input data-value='I have seen this movie ' data-rule='1' 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 have seen this 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\" >?Why is the sentence \u201cI lost my keys\u201d incorrect, if the keys are still missing<\/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='Because it uses past simple instead of present perfect ' 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>Because it uses past simple instead of present perfect <\/label><\/li><li class=\"quiz_unselected_answer\"><input data-value='Because lost is not a verb ' 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>Because lost is not a verb <\/label><\/li><li class=\"quiz_unselected_answer\"><input data-value='Because keys is plural ' 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>Because keys is plural <\/label><\/li><li class=\"quiz_unselected_answer\"><input data-value='because my is wrong' 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>because my is wrong<\/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 auxiliary verb do we use with he \/ she \/ it in the present perfect<\/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='Having' 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>Having<\/label><\/li><li class=\"quiz_unselected_answer\"><input data-value='Has ' 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>Has <\/label><\/li><li class=\"quiz_unselected_answer\"><input data-value='Have' 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>Have<\/label><\/li><li class=\"quiz_unselected_answer\"><input data-value='Had' 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>Had<\/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\" >Choose the correct sentence<\/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='She has finish her homework ' 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>She has finish her homework <\/label><\/li><li class=\"quiz_unselected_answer\"><input data-value='She has finished her homework ' data-rule='1' id='question-4_1' name='question-4' type='radio' data-points='1'> <label for='question-4_1'><span class=\"advq_a_input\"><i class=\"fa fa-square-o\" aria-hidden=\"true\"><\/i><\/span>She has finished her homework <\/label><\/li><li class=\"quiz_unselected_answer\"><input data-value='She have finished her homework ' 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>She have finished her homework <\/label><\/li><li class=\"quiz_unselected_answer\"><input data-value='She have finishes her homework' 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>She have finishes her homework<\/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 form of the verb must always follow has\/have in present perfect<\/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=' Base form (V1) ' 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> Base form (V1) <\/label><\/li><li class=\"quiz_unselected_answer\"><input data-value='Past form (V2) ' 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>Past form (V2) <\/label><\/li><li class=\"quiz_unselected_answer\"><input data-value='Past participle (V3) ' 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>Past participle (V3) <\/label><\/li><li class=\"quiz_unselected_answer\"><input data-value='-ing' 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>-ing<\/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\" >Identify the correct present perfect sentence<\/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='I have saw this movie ' 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>I have saw this movie <\/label><\/li><li class=\"quiz_unselected_answer\"><input data-value='I seen this movie' 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>I seen this movie<\/label><\/li><li class=\"quiz_unselected_answer\"><input data-value='I have seeing this movie ' data-rule='0' 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>I have seeing this movie <\/label><\/li><li class=\"quiz_unselected_answer\"><input data-value='I have seen this movie ' data-rule='1' 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>I have seen this 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-12\" >?Which of these is correct, using since<\/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='I have lived here for 2010 years ' 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>I have lived here for 2010 years <\/label><\/li><li class=\"quiz_unselected_answer\"><input data-value='I lived here since 2010' 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>I lived here since 2010<\/label><\/li><li class=\"quiz_unselected_answer\"><input data-value='I have lived here for 2010 ' data-rule='0' 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>I have lived here for 2010 <\/label><\/li><li class=\"quiz_unselected_answer\"><input data-value='I have lived here since 2010 ' data-rule='1' 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>I have lived here since 2010 <\/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\" >?Which of these is correct with for<\/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='She studies English since three years' 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>She studies English since three years<\/label><\/li><li class=\"quiz_unselected_answer\"><input data-value='She has studies English for three years ' 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>She has studies English for three years <\/label><\/li><li class=\"quiz_unselected_answer\"><input data-value='She has studied English since three years ' 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>She has studied English since three years <\/label><\/li><li class=\"quiz_unselected_answer\"><input data-value='She studied English for 2010 ' 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>She studied English for 2010 <\/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\" >?Why is the sentence \u201cHe has saw that movie\u201d incorrect<\/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='Because has cannot be used with he ' 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>Because has cannot be used with he <\/label><\/li><li class=\"quiz_unselected_answer\"><input data-value='Because movie is uncountable ' 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>Because movie is uncountable <\/label><\/li><li class=\"quiz_unselected_answer\"><input data-value='Because the subject is wrong' data-rule='0' 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>Because the subject is wrong<\/label><\/li><li class=\"quiz_unselected_answer\"><input data-value='Because saw is V2, not V3 ' data-rule='1' 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>Because saw is V2, not V3 <\/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 sentence best shows present perfect describing a current result<\/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='He will wash the car and it&rsquo;s still clean now' 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>He will wash the car and it\u2019s still clean now<\/label><\/li><li class=\"quiz_unselected_answer\"><input data-value='He washes the car and it&rsquo;s still clean now ' 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>He washes the car and it\u2019s still clean now <\/label><\/li><li class=\"quiz_unselected_answer\"><input data-value='He washed the car and it&rsquo;s still clean now ' data-rule='0' 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>He washed the car and it\u2019s still clean now <\/label><\/li><li class=\"quiz_unselected_answer\"><input data-value='He has washed the car and it&rsquo;s still clean now ' data-rule='1' 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>He has washed the car and it\u2019s still clean now <\/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%2F8887%3Fqid%3D8890qr%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%2F8887%3Fqid%3D8890qr%7Brid%7D&text={result}Grammar Test | Present Perfect: https:\/\/www.novakidschool.com\/he\/blog\/wp-json\/wp\/v2\/posts\/8887?qid=8890qr{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%2F8887%3Fqid%3D8890qr%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%2F8887%3Fqid%3D8890qr%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%2F8887%3Fqid%3D8890qr%7Brid%7D&text={result}Grammar Test | Present Perfect: https:\/\/www.novakidschool.com\/he\/blog\/wp-json\/wp\/v2\/posts\/8887?qid=8890qr{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%2F8887%3Fqid%3D8890qr%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%2F8887%3Fqid%3D8890qr%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%2F8887%3Fqid%3D8890qr%7Brid%7D&text={result}Grammar Test | Present Perfect: https:\/\/www.novakidschool.com\/he\/blog\/wp-json\/wp\/v2\/posts\/8887?qid=8890qr{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%2F8887%3Fqid%3D8890qr%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\/8887\" 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> \u05d6\u05de\u05df \u05d4-Present Perfect \u05d1\u05d0\u05e0\u05d2\u05dc\u05d9\u05ea \u05de\u05d1\u05dc\u05d1\u05dc \u05dc\u05d5\u05de\u05d3\u05d9\u05dd \u05e8\u05d1\u05d9\u05dd. \u05d1\u05de\u05d0\u05de\u05e8 \u05d6\u05d4 \u05ea\u05db\u05d9\u05e8\u05d5 \u05d0\u05ea \u05d4\u05d8\u05e2\u05d5\u05d9\u05d5\u05ea \u05d4\u05e0\u05e4\u05d5\u05e6\u05d5\u05ea \u05d1\u05d9\u05d5\u05ea\u05e8, \u05ea\u05dc\u05de\u05d3\u05d5 \u05db\u05d9\u05e6\u05d3 \u05dc\u05ea\u05e7\u05df \u05d0\u05d5\u05ea\u05df \u05d5\u05ea\u05e8\u05d0\u05d5 \u05d3\u05d5\u05d2\u05de\u05d0\u05d5\u05ea \u05d1\u05e8\u05d5\u05e8\u05d5\u05ea \u05d1\u05e2\u05d1\u05e8\u05d9\u05ea \u05d5\u05d1\u05d0\u05e0\u05d2\u05dc\u05d9\u05ea.<\/p>\n","protected":false},"author":1,"featured_media":8888,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"inline_featured_image":false,"footnotes":""},"categories":[10,54],"tags":[],"class_list":["post-8887","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-vtzr-mylm","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>\u05d8\u05e2\u05d5\u05d9\u05d5\u05ea \u05e0\u05e4\u05d5\u05e6\u05d5\u05ea \u05d1-Present Perfect \u05d5\u05d0\u05d9\u05da \u05dc\u05d4\u05d9\u05de\u05e0\u05e2 \u05de\u05d4\u05df<\/title>\n<meta name=\"description\" content=\"\u05d6\u05de\u05df \u05d4-Present Perfect \u05d1\u05d0\u05e0\u05d2\u05dc\u05d9\u05ea \u05de\u05d1\u05dc\u05d1\u05dc \u05dc\u05d5\u05de\u05d3\u05d9\u05dd \u05e8\u05d1\u05d9\u05dd. \u05d1\u05de\u05d0\u05de\u05e8 \u05d6\u05d4 \u05ea\u05db\u05d9\u05e8\u05d5 \u05d0\u05ea \u05d4\u05d8\u05e2\u05d5\u05d9\u05d5\u05ea \u05d4\u05e0\u05e4\u05d5\u05e6\u05d5\u05ea \u05d1\u05d9\u05d5\u05ea\u05e8, \u05ea\u05dc\u05de\u05d3\u05d5 \u05db\u05d9\u05e6\u05d3 \u05dc\u05ea\u05e7\u05df \u05d0\u05d5\u05ea\u05df \u05d5\u05ea\u05e8\u05d0\u05d5 \u05d3\u05d5\u05d2\u05de\u05d0\u05d5\u05ea \u05d1\u05e8\u05d5\u05e8\u05d5\u05ea \u05d1\u05e2\u05d1\u05e8\u05d9\u05ea \u05d5\u05d1\u05d0\u05e0\u05d2\u05dc\u05d9\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\/common-errors-to-learn-from\/\" \/>\n<meta property=\"og:locale\" content=\"he_IL\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"\u05d8\u05e2\u05d5\u05d9\u05d5\u05ea \u05e0\u05e4\u05d5\u05e6\u05d5\u05ea \u05d1-Present Perfect \u05d5\u05d0\u05d9\u05da \u05dc\u05d4\u05d9\u05de\u05e0\u05e2 \u05de\u05d4\u05df\" \/>\n<meta property=\"og:description\" content=\"\u05d6\u05de\u05df \u05d4-Present Perfect \u05d1\u05d0\u05e0\u05d2\u05dc\u05d9\u05ea \u05de\u05d1\u05dc\u05d1\u05dc \u05dc\u05d5\u05de\u05d3\u05d9\u05dd \u05e8\u05d1\u05d9\u05dd. \u05d1\u05de\u05d0\u05de\u05e8 \u05d6\u05d4 \u05ea\u05db\u05d9\u05e8\u05d5 \u05d0\u05ea \u05d4\u05d8\u05e2\u05d5\u05d9\u05d5\u05ea \u05d4\u05e0\u05e4\u05d5\u05e6\u05d5\u05ea \u05d1\u05d9\u05d5\u05ea\u05e8, \u05ea\u05dc\u05de\u05d3\u05d5 \u05db\u05d9\u05e6\u05d3 \u05dc\u05ea\u05e7\u05df \u05d0\u05d5\u05ea\u05df \u05d5\u05ea\u05e8\u05d0\u05d5 \u05d3\u05d5\u05d2\u05de\u05d0\u05d5\u05ea \u05d1\u05e8\u05d5\u05e8\u05d5\u05ea \u05d1\u05e2\u05d1\u05e8\u05d9\u05ea \u05d5\u05d1\u05d0\u05e0\u05d2\u05dc\u05d9\u05ea.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.novakidschool.com\/he\/blog\/common-errors-to-learn-from\/\" \/>\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-09-09T13:50:08+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-02-07T07:18:01+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.novakidschool.com\/he\/blog\/wp-content\/uploads\/2025\/09\/Common-Errors-to-Learn-From.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":"\u05d8\u05e2\u05d5\u05d9\u05d5\u05ea \u05e0\u05e4\u05d5\u05e6\u05d5\u05ea \u05d1-Present Perfect \u05d5\u05d0\u05d9\u05da \u05dc\u05d4\u05d9\u05de\u05e0\u05e2 \u05de\u05d4\u05df","description":"\u05d6\u05de\u05df \u05d4-Present Perfect \u05d1\u05d0\u05e0\u05d2\u05dc\u05d9\u05ea \u05de\u05d1\u05dc\u05d1\u05dc \u05dc\u05d5\u05de\u05d3\u05d9\u05dd \u05e8\u05d1\u05d9\u05dd. \u05d1\u05de\u05d0\u05de\u05e8 \u05d6\u05d4 \u05ea\u05db\u05d9\u05e8\u05d5 \u05d0\u05ea \u05d4\u05d8\u05e2\u05d5\u05d9\u05d5\u05ea \u05d4\u05e0\u05e4\u05d5\u05e6\u05d5\u05ea \u05d1\u05d9\u05d5\u05ea\u05e8, \u05ea\u05dc\u05de\u05d3\u05d5 \u05db\u05d9\u05e6\u05d3 \u05dc\u05ea\u05e7\u05df \u05d0\u05d5\u05ea\u05df \u05d5\u05ea\u05e8\u05d0\u05d5 \u05d3\u05d5\u05d2\u05de\u05d0\u05d5\u05ea \u05d1\u05e8\u05d5\u05e8\u05d5\u05ea \u05d1\u05e2\u05d1\u05e8\u05d9\u05ea \u05d5\u05d1\u05d0\u05e0\u05d2\u05dc\u05d9\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\/common-errors-to-learn-from\/","og_locale":"he_IL","og_type":"article","og_title":"\u05d8\u05e2\u05d5\u05d9\u05d5\u05ea \u05e0\u05e4\u05d5\u05e6\u05d5\u05ea \u05d1-Present Perfect \u05d5\u05d0\u05d9\u05da \u05dc\u05d4\u05d9\u05de\u05e0\u05e2 \u05de\u05d4\u05df","og_description":"\u05d6\u05de\u05df \u05d4-Present Perfect \u05d1\u05d0\u05e0\u05d2\u05dc\u05d9\u05ea \u05de\u05d1\u05dc\u05d1\u05dc \u05dc\u05d5\u05de\u05d3\u05d9\u05dd \u05e8\u05d1\u05d9\u05dd. \u05d1\u05de\u05d0\u05de\u05e8 \u05d6\u05d4 \u05ea\u05db\u05d9\u05e8\u05d5 \u05d0\u05ea \u05d4\u05d8\u05e2\u05d5\u05d9\u05d5\u05ea \u05d4\u05e0\u05e4\u05d5\u05e6\u05d5\u05ea \u05d1\u05d9\u05d5\u05ea\u05e8, \u05ea\u05dc\u05de\u05d3\u05d5 \u05db\u05d9\u05e6\u05d3 \u05dc\u05ea\u05e7\u05df \u05d0\u05d5\u05ea\u05df \u05d5\u05ea\u05e8\u05d0\u05d5 \u05d3\u05d5\u05d2\u05de\u05d0\u05d5\u05ea \u05d1\u05e8\u05d5\u05e8\u05d5\u05ea \u05d1\u05e2\u05d1\u05e8\u05d9\u05ea \u05d5\u05d1\u05d0\u05e0\u05d2\u05dc\u05d9\u05ea.","og_url":"https:\/\/www.novakidschool.com\/he\/blog\/common-errors-to-learn-from\/","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-09-09T13:50:08+00:00","article_modified_time":"2026-02-07T07:18:01+00:00","og_image":[{"width":1024,"height":720,"url":"https:\/\/www.novakidschool.com\/he\/blog\/wp-content\/uploads\/2025\/09\/Common-Errors-to-Learn-From.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\/common-errors-to-learn-from\/#article","isPartOf":{"@id":"https:\/\/www.novakidschool.com\/he\/blog\/common-errors-to-learn-from\/"},"author":{"name":"Novakid","@id":"https:\/\/www.novakidschool.com\/he\/blog\/#\/schema\/person\/9c8dc48e6039f718eeaa2fe161105bb7"},"headline":"\u05d8\u05e2\u05d5\u05d9\u05d5\u05ea \u05e0\u05e4\u05d5\u05e6\u05d5\u05ea \u05d1-Present Perfect","datePublished":"2025-09-09T13:50:08+00:00","dateModified":"2026-02-07T07:18:01+00:00","mainEntityOfPage":{"@id":"https:\/\/www.novakidschool.com\/he\/blog\/common-errors-to-learn-from\/"},"wordCount":9,"commentCount":0,"publisher":{"@id":"https:\/\/www.novakidschool.com\/he\/blog\/#organization"},"image":{"@id":"https:\/\/www.novakidschool.com\/he\/blog\/common-errors-to-learn-from\/#primaryimage"},"thumbnailUrl":"https:\/\/www.novakidschool.com\/he\/blog\/wp-content\/uploads\/2025\/09\/Common-Errors-to-Learn-From.png","articleSection":["\u05d0\u05d5\u05e6\u05e8 \u05de\u05d9\u05dc\u05d9\u05dd","\u05d6\u05de\u05e0\u05d9\u05dd"],"inLanguage":"he-IL","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.novakidschool.com\/he\/blog\/common-errors-to-learn-from\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.novakidschool.com\/he\/blog\/common-errors-to-learn-from\/","url":"https:\/\/www.novakidschool.com\/he\/blog\/common-errors-to-learn-from\/","name":"\u05d8\u05e2\u05d5\u05d9\u05d5\u05ea \u05e0\u05e4\u05d5\u05e6\u05d5\u05ea \u05d1-Present Perfect \u05d5\u05d0\u05d9\u05da \u05dc\u05d4\u05d9\u05de\u05e0\u05e2 \u05de\u05d4\u05df","isPartOf":{"@id":"https:\/\/www.novakidschool.com\/he\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.novakidschool.com\/he\/blog\/common-errors-to-learn-from\/#primaryimage"},"image":{"@id":"https:\/\/www.novakidschool.com\/he\/blog\/common-errors-to-learn-from\/#primaryimage"},"thumbnailUrl":"https:\/\/www.novakidschool.com\/he\/blog\/wp-content\/uploads\/2025\/09\/Common-Errors-to-Learn-From.png","datePublished":"2025-09-09T13:50:08+00:00","dateModified":"2026-02-07T07:18:01+00:00","description":"\u05d6\u05de\u05df \u05d4-Present Perfect \u05d1\u05d0\u05e0\u05d2\u05dc\u05d9\u05ea \u05de\u05d1\u05dc\u05d1\u05dc \u05dc\u05d5\u05de\u05d3\u05d9\u05dd \u05e8\u05d1\u05d9\u05dd. \u05d1\u05de\u05d0\u05de\u05e8 \u05d6\u05d4 \u05ea\u05db\u05d9\u05e8\u05d5 \u05d0\u05ea \u05d4\u05d8\u05e2\u05d5\u05d9\u05d5\u05ea \u05d4\u05e0\u05e4\u05d5\u05e6\u05d5\u05ea \u05d1\u05d9\u05d5\u05ea\u05e8, \u05ea\u05dc\u05de\u05d3\u05d5 \u05db\u05d9\u05e6\u05d3 \u05dc\u05ea\u05e7\u05df \u05d0\u05d5\u05ea\u05df \u05d5\u05ea\u05e8\u05d0\u05d5 \u05d3\u05d5\u05d2\u05de\u05d0\u05d5\u05ea \u05d1\u05e8\u05d5\u05e8\u05d5\u05ea \u05d1\u05e2\u05d1\u05e8\u05d9\u05ea \u05d5\u05d1\u05d0\u05e0\u05d2\u05dc\u05d9\u05ea.","breadcrumb":{"@id":"https:\/\/www.novakidschool.com\/he\/blog\/common-errors-to-learn-from\/#breadcrumb"},"inLanguage":"he-IL","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.novakidschool.com\/he\/blog\/common-errors-to-learn-from\/"]}]},{"@type":"ImageObject","inLanguage":"he-IL","@id":"https:\/\/www.novakidschool.com\/he\/blog\/common-errors-to-learn-from\/#primaryimage","url":"https:\/\/www.novakidschool.com\/he\/blog\/wp-content\/uploads\/2025\/09\/Common-Errors-to-Learn-From.png","contentUrl":"https:\/\/www.novakidschool.com\/he\/blog\/wp-content\/uploads\/2025\/09\/Common-Errors-to-Learn-From.png","width":1024,"height":720},{"@type":"BreadcrumbList","@id":"https:\/\/www.novakidschool.com\/he\/blog\/common-errors-to-learn-from\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.novakidschool.com\/he\/blog\/"},{"@type":"ListItem","position":2,"name":"\u05d8\u05e2\u05d5\u05d9\u05d5\u05ea \u05e0\u05e4\u05d5\u05e6\u05d5\u05ea \u05d1-Present Perfect"}]},{"@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\/8887","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=8887"}],"version-history":[{"count":1,"href":"https:\/\/www.novakidschool.com\/he\/blog\/wp-json\/wp\/v2\/posts\/8887\/revisions"}],"predecessor-version":[{"id":8891,"href":"https:\/\/www.novakidschool.com\/he\/blog\/wp-json\/wp\/v2\/posts\/8887\/revisions\/8891"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.novakidschool.com\/he\/blog\/wp-json\/wp\/v2\/media\/8888"}],"wp:attachment":[{"href":"https:\/\/www.novakidschool.com\/he\/blog\/wp-json\/wp\/v2\/media?parent=8887"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.novakidschool.com\/he\/blog\/wp-json\/wp\/v2\/categories?post=8887"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.novakidschool.com\/he\/blog\/wp-json\/wp\/v2\/tags?post=8887"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}