{"id":7956,"date":"2025-05-21T14:51:51","date_gmt":"2025-05-21T13:51:51","guid":{"rendered":"https:\/\/www.novakidschool.com\/he\/blog\/?p=7956"},"modified":"2026-02-07T08:38:44","modified_gmt":"2026-02-07T07:38:44","slug":"can-vs-could","status":"publish","type":"post","link":"https:\/\/www.novakidschool.com\/he\/blog\/can-vs-could\/","title":{"rendered":"Can \u05d0\u05d5 Could | \u05de\u05ea\u05d9 \u05de\u05e9\u05ea\u05de\u05e9\u05d9\u05dd \u05d1\u05de\u05d4? \u2013 Can or Could? When Do We Use Each One?"},"content":{"rendered":"  <section class=\"section blogHeader\" id=\"blogHeader-block_7c1c6e1428843c1a2657361a82172a33\">\n      <div class=\"blogHeader__wrapper\">\n                              <div class=\"blogHeader__image\">\n              <a href=\"https:\/\/www.novakidschool.com\/he\/blog\/wp-content\/uploads\/2025\/05\/1024x613_Can-vs-could.png\" class=\"glightbox\">\n                <img decoding=\"async\" src=\"https:\/\/www.novakidschool.com\/he\/blog\/wp-content\/uploads\/2025\/05\/1024x613_Can-vs-could.png\" alt=\"Can \u05d0\u05d5 Could | \u05de\u05ea\u05d9 \u05de\u05e9\u05ea\u05de\u05e9\u05d9\u05dd \u05d1\u05de\u05d4? \u2013 Can or Could? When Do We Use Each One?\" class=\"blogHeader__imageItem\" srcset=\"https:\/\/www.novakidschool.com\/he\/blog\/wp-content\/uploads\/2025\/05\/1024x613_Can-vs-could-300x180.png 300w, https:\/\/www.novakidschool.com\/he\/blog\/wp-content\/uploads\/2025\/05\/1024x613_Can-vs-could-768x460.png 768w, https:\/\/www.novakidschool.com\/he\/blog\/wp-content\/uploads\/2025\/05\/1024x613_Can-vs-could.png 1024w\" style=\"width:100%; aspect-ratio:1024\/613;\"> \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 \u05d6\u05d4 Can \u05d5-Could? \u2013 What Are Can and Could<\/span>\n                    <\/li>\n                                    <li>\n                        <span class=\"toc-item\">Can | \u05d9\u05db\u05d5\u05dc\u05ea \u05d1\u05d4\u05d5\u05d5\u05d4 \u2013 Ability in the Present<\/span>\n                    <\/li>\n                                    <li>\n                        <span class=\"toc-item\">Could | \u05d9\u05db\u05d5\u05dc\u05ea \u05d1\u05e2\u05d1\u05e8 \u2013 Ability in the Past<\/span>\n                    <\/li>\n                                    <li>\n                        <span class=\"toc-item\">Could | \u05d1\u05e7\u05e9\u05d4 \u05de\u05e0\u05d5\u05de\u05e1\u05ea \u2013 Could \u2013 Polite Request<\/span>\n                    <\/li>\n                                    <li>\n                        <span class=\"toc-item\">Could | \u05de\u05e6\u05d1 \u05d3\u05de\u05d9\u05d5\u05e0\u05d9 \u05d0\u05d5 \u05dc\u05d0 \u05d0\u05de\u05d9\u05ea\u05d9 \u2013 Could \u2013 Imaginary or Unreal Situations<\/span>\n                    <\/li>\n                                    <li>\n                        <span class=\"toc-item\">Can \/ Could | \u05d1\u05e7\u05e9\u05d5\u05ea \u05d0\u05d5 \u05d0\u05e4\u05e9\u05e8\u05d5\u05ea \u2013 Requests or Possibility<\/span>\n                    <\/li>\n                                    <li>\n                        <span class=\"toc-item\">Grammar Test | Can vs. Could<\/span>\n                    <\/li>\n                            <\/ol>\n        <\/div>\n    <\/section>\n\n    <script>\n        \/\/ Use DOMContentLoaded for faster TOC initialization\n        document.addEventListener('DOMContentLoaded', () => {\n            const tocSection = document.querySelector('[data-toc-section]');\n            if (!tocSection) return;\n\n            const headings = document.querySelectorAll('.blogHeadingText');\n            const tableContainer = tocSection.querySelector('.blogContentTable__list');\n            if (!tableContainer) return;\n\n            \/\/ Clear the container\n            tableContainer.innerHTML = '';\n\n            \/\/ Count valid headings with h2\n            let validHeadingsCount = 0;\n\n            \/\/ For each heading, create an item in the table of contents\n            headings.forEach((heading, index) => {\n                const h2 = heading.querySelector('h2');\n                if (!h2) return;\n\n                validHeadingsCount++;\n                const title = h2.textContent.trim();\n                const itemHtml = `<li><a href=\"#${heading.id}\">${title}<\/a><\/li>`;\n                tableContainer.innerHTML += itemHtml;\n            });\n\n            \/\/ Hide TOC if no valid headings found\n            if (validHeadingsCount === 0) {\n                tocSection.style.display = 'none';\n            }\n            \n            \/\/ Dispatch custom event to notify that TOC is ready\n            document.dispatchEvent(new CustomEvent('tocReady'));\n        });\n    <\/script>\n  \n\n\n  <section class=\"section blogText\" id=\"blogText-block_6f166b218a543a842c268b98ec789279\">\n    <div class=\"blogText__wrapper\">\n        <div class=\"blogText__content\">\n            <p><span style=\"font-weight: 400;\">\u00a0\u05d5-Could \u05d4\u05df \u05e9\u05ea\u05d9 \u05de\u05d9\u05dc\u05d9\u05dd \u05e9\u05de\u05e9\u05de\u05e9\u05d5\u05ea \u05d0\u05d5\u05ea\u05e0\u05d5 \u05dc\u05d3\u05d1\u05e8\u05d9\u05dd \u05d3\u05d5\u05de\u05d9\u05dd \u2013 \u05d0\u05d1\u05dc \u05d1<\/span><a href=\"https:\/\/www.novakidschool.com\/he\/blog\/mixed-tenses-exercises\/\"><span style=\"font-weight: 400;\">\u05d6\u05de\u05e0\u05d9\u05dd<\/span><\/a><span style=\"font-weight: 400;\"> \u05e9\u05d5\u05e0\u05d9\u05dd \u05d5\u05d1\u05de\u05d9\u05d3\u05ea \u05e0\u05d9\u05de\u05d5\u05e1 \u05e9\u05d5\u05e0\u05d4. \u05d1\u05de\u05d0\u05de\u05e8 \u05d6\u05d4 \u05e0\u05dc\u05de\u05d3 \u05d0\u05d9\u05da \u05dc\u05d4\u05e9\u05ea\u05de\u05e9 \u05d1\u05db\u05dc \u05d0\u05d7\u05ea \u05de\u05d4\u05df \u05d1\u05e6\u05d5\u05e8\u05d4 \u05e0\u05db\u05d5\u05e0\u05d4, \u05e2\u05dd \u05d0\u05d9\u05e0\u05e1\u05e4\u05d5\u05e8 \u05d3\u05d5\u05d2\u05de\u05d0\u05d5\u05ea. \u05de\u05d5\u05db\u05e0\u05d9\u05dd? \u05d9\u05e6\u05d0\u05e0\u05d5 \u05dc\u05d3\u05e8\u05da.\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_6a609ac9fd12dfeb70d45b72b9bc80da\">\n    <div class=\"blogHeadingText__wrapper\" >\n        <div class=\"blogHeadingText__heading\">\n            <h2 class=\"blogHeadingText__headingItem\" data-blog-heading data-section-id=\"blogHeadingText-block_6a609ac9fd12dfeb70d45b72b9bc80da\">\n                \u05de\u05d4 \u05d6\u05d4 Can \u05d5-Could? \u2013 What Are Can and Could            <\/h2>\n        <\/div>\n        <div class=\"blogHeadingText__content\">\n            <p><span style=\"font-weight: 400;\">Can \u05d5-Could \u05d4\u05dd \u05e4\u05e2\u05dc\u05d9 \u05e2\u05d6\u05e8 (<\/span><a href=\"https:\/\/www.novakidschool.com\/he\/blog\/auxiliary-verbs\/\"><span style=\"font-weight: 400;\">Modal Auxiliaries<\/span><\/a><span style=\"font-weight: 400;\">) \u05e9\u05de\u05e9\u05ea\u05de\u05e9\u05d9\u05dd \u05d1\u05d4\u05dd \u05dc\u05e4\u05e0\u05d9 \u05e4\u05d5\u05e2\u05dc \u05d0\u05d7\u05e8 \u05db\u05d3\u05d9 \u05dc\u05d1\u05d8\u05d0 \u05d9\u05db\u05d5\u05dc\u05ea, \u05d1\u05e7\u05e9\u05d4 \u05d0\u05d5 \u05d0\u05e4\u05e9\u05e8\u05d5\u05ea. \u05de\u05e9\u05de\u05e2\u05d5\u05ea\u05df \u05d1\u05e2\u05d1\u05e8\u05d9\u05ea \u05d4\u05d9\u05d0 &quot;\u05d9\u05db\u05d5\u05dc&quot;, &quot;\u05d0\u05e4\u05e9\u05e8&quot; \u05d0\u05d5 &quot;\u05d4\u05d9\u05d4 \u05de\u05e1\u05d5\u05d2\u05dc&quot;.\u00a0<\/span><\/p>\n        <\/div>\n    <\/div>\n  <\/section>\n\n\n  <section class=\"section blogHeadingText\" id=\"blogHeadingText-block_39fb06c30528ef25bb778c7133ba3b8a\">\n    <div class=\"blogHeadingText__wrapper\" >\n        <div class=\"blogHeadingText__heading\">\n            <h2 class=\"blogHeadingText__headingItem\" data-blog-heading data-section-id=\"blogHeadingText-block_39fb06c30528ef25bb778c7133ba3b8a\">\n                Can | \u05d9\u05db\u05d5\u05dc\u05ea \u05d1\u05d4\u05d5\u05d5\u05d4 \u2013 Ability in the Present            <\/h2>\n        <\/div>\n        <div class=\"blogHeadingText__content\">\n            <p><span style=\"font-weight: 400;\">\u05d4\u05de\u05d9\u05dc\u05d4 Can \u05de\u05e9\u05de\u05e9\u05ea \u05db\u05d3\u05d9 \u05dc\u05d3\u05d1\u05e8 \u05e2\u05dc \u05de\u05e9\u05d4\u05d5 \u05e9\u05d0\u05e0\u05d7\u05e0\u05d5 \u05d9\u05db\u05d5\u05dc\u05d9\u05dd \u05dc\u05e2\u05e9\u05d5\u05ea \u05e2\u05db\u05e9\u05d9\u05d5, \u05d0\u05d5 \u05db\u05e9\u05d0\u05e0\u05d7\u05e0\u05d5 \u05de\u05d3\u05d1\u05e8\u05d9\u05dd \u05e2\u05dc \u05de\u05e9\u05d4\u05d5 \u05e9\u05d0\u05e0\u05d7\u05e0\u05d5 \u05d9\u05d5\u05d3\u05e2\u05d9\u05dd \u05dc\u05e2\u05e9\u05d5\u05ea. \u05d4\u05e0\u05d4 \u05de\u05e1\u05e4\u05e8 \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 can swim | \u05d0\u05e0\u05d9 \u05d9\u05d5\u05d3\u05e2 \/ \u05d9\u05db\u05d5\u05dc \u05dc\u05e9\u05d7\u05d5\u05ea.\u00a0<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">She can ride a bike | \u05d4\u05d9\u05d0 \u05d9\u05d5\u05d3\u05e2\u05ea \u05dc\u05e8\u05db\u05d5\u05d1 \u05e2\u05dc \u05d0\u05d5\u05e4\u05e0\u05d9\u05d9\u05dd.<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">We can speak English | \u05d0\u05e0\u05d7\u05e0\u05d5 \u05d9\u05d5\u05d3\u05e2\u05d9\u05dd \u05dc\u05d3\u05d1\u05e8 \u05d0\u05e0\u05d2\u05dc\u05d9\u05ea.\u00a0<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">My dog can jump high | \u05d4\u05db\u05dc\u05d1 \u05e9\u05dc\u05d9 \u05d9\u05db\u05d5\u05dc \u05dc\u05e7\u05e4\u05d5\u05e5 \u05d2\u05d1\u05d5\u05d4.<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">They can play the piano | \u05d4\u05dd \u05d9\u05d5\u05d3\u05e2\u05d9\u05dd \u05dc\u05e0\u05d2\u05df \u05d1\u05e4\u05e1\u05e0\u05ea\u05e8.\u00a0<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">He can run fast | \u05d4\u05d5\u05d0 \u05d9\u05db\u05d5\u05dc \u05dc\u05e8\u05d5\u05e5 \u05de\u05d4\u05e8.\u00a0<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">I can help you | \u05d0\u05e0\u05d9 \u05d9\u05db\u05d5\u05dc\u05d4 \u05dc\u05e2\u05d6\u05d5\u05e8 \u05dc\u05da.\u00a0<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">She can read books in English | \u05d4\u05d9\u05d0 \u05d9\u05db\u05d5\u05dc\u05d4 \u05dc\u05e7\u05e8\u05d5\u05d0 \u05e1\u05e4\u05e8\u05d9\u05dd \u05d1\u05d0\u05e0\u05d2\u05dc\u05d9\u05ea.<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">We can cook together | \u05d0\u05e0\u05d7\u05e0\u05d5 \u05d9\u05db\u05d5\u05dc\u05d9\u05dd \u05dc\u05d1\u05e9\u05dc \u05d9\u05d7\u05d3.\u00a0<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">You can come with us | \u05d0\u05ea\u05d4 \u05d9\u05db\u05d5\u05dc\u05d4 \u05dc\u05d1\u05d5\u05d0 \u05d0\u05d9\u05ea\u05e0\u05d5.<\/span><\/li>\n<\/ul>\n        <\/div>\n    <\/div>\n  <\/section>\n\n\n  <section class=\"section blogImage\" id=\"blogImage-block_886fab54854b1aefcdec4b8c82d37597\">\n    <div class=\"blogImage__wrapper\" >\n        <div class=\"blogImage__image\">\n            <a href=\"https:\/\/www.novakidschool.com\/he\/blog\/wp-content\/uploads\/2025\/05\/\u05ea\u05e8\u05d2\u05d5\u05dc-\u05de\u05d4\u05e0\u05d4-Can-\u05dc\u05e2\u05d5\u05de\u05ea-Could-e1747835022962.png\" class=\"glightbox\">\n                <img decoding=\"async\" src=\"https:\/\/www.novakidschool.com\/he\/blog\/wp-content\/uploads\/2025\/05\/\u05ea\u05e8\u05d2\u05d5\u05dc-\u05de\u05d4\u05e0\u05d4-Can-\u05dc\u05e2\u05d5\u05de\u05ea-Could-e1747835022962.png\" alt=\"\u05ea\u05e8\u05d2\u05d5\u05dc \u05de\u05d4\u05e0\u05d4 - Can \u05dc\u05e2\u05d5\u05de\u05ea Could\" class=\"blogImage__imageItem blogImage__imageItem--noCrop\" srcset=\"https:\/\/www.novakidschool.com\/he\/blog\/wp-content\/uploads\/2025\/05\/\u05ea\u05e8\u05d2\u05d5\u05dc-\u05de\u05d4\u05e0\u05d4-Can-\u05dc\u05e2\u05d5\u05de\u05ea-Could-e1747835022962-300x252.png 300w, https:\/\/www.novakidschool.com\/he\/blog\/wp-content\/uploads\/2025\/05\/\u05ea\u05e8\u05d2\u05d5\u05dc-\u05de\u05d4\u05e0\u05d4-Can-\u05dc\u05e2\u05d5\u05de\u05ea-Could-e1747835022962.png 415w\" >\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 blogHeadingText\" id=\"blogHeadingText-block_a8951368e753c0a0415073dacdc04aef\">\n    <div class=\"blogHeadingText__wrapper\" >\n        <div class=\"blogHeadingText__heading\">\n            <h2 class=\"blogHeadingText__headingItem\" data-blog-heading data-section-id=\"blogHeadingText-block_a8951368e753c0a0415073dacdc04aef\">\n                Could | \u05d9\u05db\u05d5\u05dc\u05ea \u05d1\u05e2\u05d1\u05e8 \u2013 Ability in the Past            <\/h2>\n        <\/div>\n        <div class=\"blogHeadingText__content\">\n            <p><span style=\"font-weight: 400;\">\u05db\u05e9\u05d0\u05e0\u05d7\u05e0\u05d5 \u05e8\u05d5\u05e6\u05d9\u05dd \u05dc\u05e1\u05e4\u05e8 \u05e2\u05dc \u05d9\u05db\u05d5\u05dc\u05ea \u05d1\u05e2\u05d1\u05e8, \u05e0\u05e9\u05ea\u05de\u05e9 \u05d1-Could. \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 could swim when I was five | \u05d9\u05d3\u05e2\u05ea\u05d9 \u05dc\u05e9\u05d7\u05d5\u05ea \u05db\u05d1\u05e8 \u05d1\u05d2\u05d9\u05dc 5.<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">She could read when she was six | \u05d4\u05d9\u05d0 \u05d9\u05d3\u05e2\u05d4 \u05dc\u05e7\u05e8\u05d5\u05d0 \u05db\u05d1\u05e8 \u05d1\u05d2\u05d9\u05dc 6.\u00a0<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">We could go to the park before school started\u00a0 | \u05d9\u05db\u05d5\u05dc\u05e0\u05d5 \u05dc\u05dc\u05db\u05ea \u05dc\u05e4\u05d0\u05e8\u05e7 \u05dc\u05e4\u05e0\u05d9 \u05e9\u05d4\u05ea\u05d7\u05d9\u05dc \u05d1\u05d9\u05ea \u05d4\u05e1\u05e4\u05e8.<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">He could speak French as a child | \u05d4\u05d5\u05d0 \u05d9\u05d3\u05e2 \u05dc\u05d3\u05d1\u05e8 \u05e6\u05e8\u05e4\u05ea\u05d9\u05ea \u05db\u05d9\u05dc\u05d3.\u00a0<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">They could play outside all day | \u05d4\u05dd \u05d9\u05db\u05dc\u05d5 \u05dc\u05e9\u05d7\u05e7 \u05d1\u05d7\u05d5\u05e5 \u05db\u05dc \u05d4\u05d9\u05d5\u05dd.\u00a0<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">I could run faster when I was younger | \u05d9\u05db\u05d5\u05dc\u05ea\u05d9 \u05dc\u05e8\u05d5\u05e5 \u05de\u05d4\u05e8 \u05d9\u05d5\u05ea\u05e8 \u05db\u05e9\u05d4\u05d9\u05d9\u05ea\u05d9 \u05e6\u05e2\u05d9\u05e8\u05d4.\u00a0<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">She could draw really well | \u05d4\u05d9\u05d0 \u05e0\u05d4\u05d2\u05d4 \u05dc\u05e6\u05d9\u05d9\u05e8 \u05de\u05de\u05e9 \u05d9\u05e4\u05d4.\u00a0<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">We could eat ice cream every day on vacation | \u05d9\u05db\u05d5\u05dc\u05e0\u05d5 \u05dc\u05d0\u05db\u05d5\u05dc \u05d2\u05dc\u05d9\u05d3\u05d4 \u05db\u05dc \u05d9\u05d5\u05dd \u05d1\u05d7\u05d5\u05e4\u05e9\u05d4.\u00a0<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">My brother could build Lego castles | \u05d0\u05d7\u05d9 \u05d9\u05d3\u05e2 \u05dc\u05d1\u05e0\u05d5\u05ea \u05d8\u05d9\u05e8\u05d5\u05ea \u05de\u05dc\u05d2\u05d5.\u00a0<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">I could sleep anywhere | \u05d9\u05db\u05d5\u05dc\u05ea\u05d9 \u05dc\u05d9\u05e9\u05d5\u05df \u05d1\u05db\u05dc \u05de\u05e7\u05d5\u05dd.<\/span><\/li>\n<\/ul>\n        <\/div>\n    <\/div>\n  <\/section>\n\n\n  <section class=\"section blogHeadingText\" id=\"blogHeadingText-block_580a1c97e1e595cdb09ffc6b47481219\">\n    <div class=\"blogHeadingText__wrapper\" >\n        <div class=\"blogHeadingText__heading\">\n            <h2 class=\"blogHeadingText__headingItem\" data-blog-heading data-section-id=\"blogHeadingText-block_580a1c97e1e595cdb09ffc6b47481219\">\n                Could | \u05d1\u05e7\u05e9\u05d4 \u05de\u05e0\u05d5\u05de\u05e1\u05ea \u2013 Could \u2013 Polite Request            <\/h2>\n        <\/div>\n        <div class=\"blogHeadingText__content\">\n            <p><span style=\"font-weight: 400;\">\u05dc\u05e4\u05e2\u05de\u05d9\u05dd \u05d0\u05e0\u05d7\u05e0\u05d5 \u05e8\u05d5\u05e6\u05d9\u05dd \u05dc\u05d1\u05e7\u05e9 \u05de\u05e9\u05d4\u05d5 \u05d1\u05e6\u05d5\u05e8\u05d4 \u05de\u05e0\u05d5\u05de\u05e1\u05ea. \u05d1\u05de\u05e7\u05e8\u05d4 \u05d6\u05d4 \u05e0\u05e9\u05ea\u05de\u05e9 \u05d1-Could \u05d5\u05dc\u05d0 \u05d1-Can. \u05d1\u05e2\u05d1\u05e8\u05d9\u05ea, \u05d4\u05d3\u05e7\u05d5\u05d9\u05d5\u05ea \u05d4\u05d0\u05dc\u05d5 \u05db\u05de\u05e2\u05d8 \u05d5\u05dc\u05d0 \u05e7\u05d9\u05d9\u05de\u05d5\u05ea \u05d0\u05da \u05d1\u05d0\u05e0\u05d2\u05dc\u05d9\u05ea \u05d4\u05d4\u05d1\u05d3\u05dc \u05de\u05e9\u05de\u05e2\u05d5\u05ea\u05d9. \u05dc\u05d3\u05d5\u05d2\u05de\u05d4:\u00a0<\/span><\/p>\n<ul>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Could I have some water? | \u05d0\u05e4\u05e9\u05e8 \u05dc\u05e7\u05d1\u05dc \u05e7\u05e6\u05ea \u05de\u05d9\u05dd?<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Could you help me, please? | \u05ea\u05d5\u05db\u05dc \u05dc\u05e2\u05d6\u05d5\u05e8 \u05dc\u05d9, \u05d1\u05d1\u05e7\u05e9\u05d4?\u00a0<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Could we go outside now? | \u05e0\u05d5\u05db\u05dc \u05dc\u05e6\u05d0\u05ea \u05d4\u05d7\u05d5\u05e6\u05d4 \u05e2\u05db\u05e9\u05d9\u05d5?<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Could she sit here? | \u05d4\u05d9\u05d0 \u05d9\u05db\u05d5\u05dc\u05d4 \u05dc\u05e9\u05d1\u05ea \u05db\u05d0\u05df?<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Could I use your pen? | \u05d0\u05e4\u05e9\u05e8 \u05dc\u05d4\u05e9\u05ea\u05de\u05e9 \u05d1\u05e2\u05d8 \u05e9\u05dc\u05da?<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Could they come too? | \u05d4\u05dd \u05d2\u05dd \u05d9\u05db\u05d5\u05dc\u05d9\u05dd \u05dc\u05d1\u05d5\u05d0?<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Could you tell me the time? | \u05ea\u05d5\u05db\u05dc \u05dc\u05d5\u05de\u05e8 \u05dc\u05d9 \u05de\u05d4 \u05d4\u05e9\u05e2\u05d4?\u00a0<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Could we play a game? | \u05e0\u05d5\u05db\u05dc \u05dc\u05e9\u05d7\u05e7 \u05de\u05e9\u05d7\u05e7?<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Could I ask a question? | \u05d0\u05e4\u05e9\u05e8 \u05dc\u05e9\u05d0\u05d5\u05dc \u05e9\u05d0\u05dc\u05d4?\u00a0<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Could I have more juice? | \u05d0\u05d5\u05db\u05dc \u05dc\u05e7\u05d1\u05dc \u05e2\u05d5\u05d3 \u05de\u05d9\u05e5?<\/span><\/li>\n<\/ul>\n        <\/div>\n    <\/div>\n  <\/section>\n\n\n  <section class=\"section blogHeadingText\" id=\"blogHeadingText-block_c7080f3c09586d8685f09c3e3a6721c9\">\n    <div class=\"blogHeadingText__wrapper\" >\n        <div class=\"blogHeadingText__heading\">\n            <h2 class=\"blogHeadingText__headingItem\" data-blog-heading data-section-id=\"blogHeadingText-block_c7080f3c09586d8685f09c3e3a6721c9\">\n                Could | \u05de\u05e6\u05d1 \u05d3\u05de\u05d9\u05d5\u05e0\u05d9 \u05d0\u05d5 \u05dc\u05d0 \u05d0\u05de\u05d9\u05ea\u05d9 \u2013 Could \u2013 Imaginary or Unreal Situations            <\/h2>\n        <\/div>\n        <div class=\"blogHeadingText__content\">\n            <p><span style=\"font-weight: 400;\">\u00a0\u05de\u05e9\u05de\u05e9\u05ea \u05dc\u05ea\u05d9\u05d0\u05d5\u05e8 \u05de\u05e6\u05d1 \u05d3\u05de\u05d9\u05d5\u05e0\u05d9, \u05dc\u05d0 \u05d0\u05de\u05d9\u05ea\u05d9 \u05d0\u05d5 \u05dc\u05d0 \u05e1\u05d1\u05d9\u05e8, \u05d1\u05d3\u05e8\u05da \u05db\u05dc\u05dc \u05d1\u05e9\u05d9\u05dc\u05d5\u05d1 \u05e2\u05dd \u05d4\u05de\u05d9\u05dc\u05d4 If (\u05d0\u05dd). \u05d6\u05d4 \u05de\u05d0\u05e4\u05e9\u05e8 \u05dc\u05e0\u05d5 \u05dc\u05ea\u05d0\u05e8 \u05de\u05d4 \u05d4\u05d9\u05d9\u05e0\u05d5 \u05d9\u05db\u05d5\u05dc\u05d9\u05dd \u05dc\u05e2\u05e9\u05d5\u05ea \u05d0\u05dd \u05de\u05e9\u05d4\u05d5 \u05d0\u05d7\u05e8 \u05d4\u05d9\u05d4 \u05e7\u05d5\u05e8\u05d4 \u2013 \u05d2\u05dd \u05d0\u05dd \u05d6\u05d4 \u05dc\u05d0 \u05d1\u05d0\u05de\u05ea \u05e7\u05e8\u05d4. \u05d3\u05d5\u05d2\u05de\u05d0\u05d5\u05ea:\u00a0<\/span><\/p>\n<ul>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">If I had wings, I could fly | \u05d0\u05dd \u05d4\u05d9\u05d5 \u05dc\u05d9 \u05db\u05e0\u05e4\u05d9\u05d9\u05dd, \u05d4\u05d9\u05d9\u05ea\u05d9 \u05d9\u05db\u05d5\u05dc \u05dc\u05e2\u05d5\u05e3.\u00a0<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">If we had more time, we could play | \u05d0\u05dd \u05d4\u05d9\u05d4 \u05dc\u05e0\u05d5 \u05d9\u05d5\u05ea\u05e8 \u05d6\u05de\u05df, \u05d4\u05d9\u05d9\u05e0\u05d5 \u05d9\u05db\u05d5\u05dc\u05d9\u05dd \u05dc\u05e9\u05d7\u05e7.\u00a0<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">She could be a great singer if she practiced | \u05d4\u05d9\u05d0 \u05d4\u05d9\u05ea\u05d4 \u05d9\u05db\u05d5\u05dc\u05d4 \u05dc\u05d4\u05d9\u05d5\u05ea \u05d6\u05de\u05e8\u05ea \u05de\u05e6\u05d5\u05d9\u05e0\u05ea \u05d0\u05dd \u05d4\u05d9\u05ea\u05d4 \u05de\u05ea\u05d0\u05de\u05e0\u05ea.<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">If I were a cat, I could sleep all day | \u05d0\u05dd \u05d4\u05d9\u05d9\u05ea\u05d9 \u05d7\u05ea\u05d5\u05dc, \u05d4\u05d9\u05d9\u05ea\u05d9 \u05d9\u05db\u05d5\u05dc\u05d4 \u05dc\u05d9\u05e9\u05d5\u05df \u05db\u05dc \u05d4\u05d9\u05d5\u05dd.<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">He could win if he tried harder | \u05d4\u05d5\u05d0 \u05d9\u05db\u05d5\u05dc \u05d4\u05d9\u05d4 \u05dc\u05e0\u05e6\u05d7 \u05d0\u05dd \u05d4\u05d9\u05d4 \u05de\u05ea\u05d0\u05de\u05e5 \u05d9\u05d5\u05ea\u05e8.<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">If we lived in Paris, we could eat croissants every day | \u05d0\u05dd \u05d4\u05d9\u05d9\u05e0\u05d5 \u05d2\u05e8\u05d9\u05dd \u05d1\u05e4\u05e8\u05d9\u05d6, \u05d4\u05d9\u05d9\u05e0\u05d5 \u05d9\u05db\u05d5\u05dc\u05d9\u05dd \u05dc\u05d0\u05db\u05d5\u05dc \u05e7\u05e8\u05d5\u05d0\u05e1\u05d5\u05e0\u05d9\u05dd \u05db\u05dc \u05d9\u05d5\u05dd.<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">I could help you if I wasn\u2019t so busy | \u05d4\u05d9\u05d9\u05ea\u05d9 \u05e2\u05d5\u05d6\u05e8 \u05dc\u05da \u05d0\u05dd \u05dc\u05d0 \u05d4\u05d9\u05d9\u05ea\u05d9 \u05db\u05dc \u05db\u05da \u05e2\u05e1\u05d5\u05e7.<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">They could be happier if they smiled more | \u05d4\u05dd \u05d4\u05d9\u05d5 \u05d9\u05db\u05d5\u05dc\u05d9\u05dd \u05dc\u05d4\u05d9\u05d5\u05ea \u05de\u05d0\u05d5\u05e9\u05e8\u05d9\u05dd \u05d9\u05d5\u05ea\u05e8 \u05d0\u05dd \u05d4\u05d9\u05d5 \u05de\u05d7\u05d9\u05d9\u05db\u05d9\u05dd \u05d9\u05d5\u05ea\u05e8.\u00a0<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">If it didn\u2019t rain, we could go outside | \u05d0\u05dd \u05dc\u05d0 \u05d4\u05d9\u05d4 \u05d9\u05d5\u05e8\u05d3 \u05d2\u05e9\u05dd, \u05d4\u05d9\u05d9\u05e0\u05d5 \u05d9\u05db\u05d5\u05dc\u05d9\u05dd \u05dc\u05e6\u05d0\u05ea.\u00a0<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">She could be famous one day | \u05d4\u05d9\u05d0 \u05e2\u05e9\u05d5\u05d9\u05d4 \u05dc\u05d4\u05d9\u05d5\u05ea \u05de\u05e4\u05d5\u05e8\u05e1\u05de\u05ea \u05d9\u05d5\u05dd \u05d0\u05d7\u05d3.<\/span><\/li>\n<\/ul>\n        <\/div>\n    <\/div>\n  <\/section>\n\n\n  <section class=\"section blogHeadingText\" id=\"blogHeadingText-block_ffcd7afbc765a4bc25253afb1b0eeac0\">\n    <div class=\"blogHeadingText__wrapper\" >\n        <div class=\"blogHeadingText__heading\">\n            <h2 class=\"blogHeadingText__headingItem\" data-blog-heading data-section-id=\"blogHeadingText-block_ffcd7afbc765a4bc25253afb1b0eeac0\">\n                Can \/ Could | \u05d1\u05e7\u05e9\u05d5\u05ea \u05d0\u05d5 \u05d0\u05e4\u05e9\u05e8\u05d5\u05ea \u2013 Requests or Possibility            <\/h2>\n        <\/div>\n        <div class=\"blogHeadingText__content\">\n            <p><span style=\"font-weight: 400;\">\u05e9\u05ea\u05d9 \u05d4\u05de\u05d9\u05dc\u05d9\u05dd, Can \u05d5-Could, \u05de\u05e9\u05de\u05e9\u05d5\u05ea \u05dc\u05d1\u05e7\u05e9\u05d5\u05ea \u05d5\u05dc\u05d4\u05e6\u05d2\u05ea \u05d0\u05e4\u05e9\u05e8\u05d5\u05ea. \u05d4\u05d4\u05d1\u05d3\u05dc \u05d4\u05d5\u05d0 \u05e9\u05d1\u05e2\u05d5\u05d3 \u05e9-Can \u05e0\u05e9\u05de\u05e2 \u05d9\u05e9\u05d9\u05e8 \u05d5\u05d9\u05d5\u05de\u05d9\u05d5\u05de\u05d9, Could \u05e0\u05e9\u05de\u05e2 \u05d9\u05d5\u05ea\u05e8 \u05de\u05e0\u05d5\u05de\u05e1 \u05d0\u05d5 \u05e4\u05d7\u05d5\u05ea \u05d5\u05d3\u05d0\u05d9. \u05dc\u05d3\u05d5\u05d2\u05de\u05d4:<\/span><\/p>\n<ul>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Can I go to the bathroom? | \u05d0\u05e0\u05d9 \u05d9\u05db\u05d5\u05dc \u05dc\u05dc\u05db\u05ea \u05dc\u05e9\u05d9\u05e8\u05d5\u05ea\u05d9\u05dd? (\u05d9\u05e9\u05d9\u05e8 \u05d5\u05e4\u05e9\u05d5\u05d8)<\/span><\/li>\n<\/ul>\n<p><span style=\"font-weight: 400;\">Could I go to the bathroom? | \u05d0\u05d5\u05db\u05dc \u05dc\u05dc\u05db\u05ea \u05dc\u05e9\u05d9\u05e8\u05d5\u05ea\u05d9\u05dd? (\u05d1\u05e7\u05e9\u05ea \u05e8\u05e9\u05d5\u05ea \u05de\u05e0\u05d5\u05de\u05e1\u05ea)<\/span><\/p>\n<ul>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Can we watch TV? | \u05d0\u05e0\u05d7\u05e0\u05d5 \u05d9\u05db\u05d5\u05dc\u05d9\u05dd \u05dc\u05e8\u05d0\u05d5\u05ea \u05d8\u05dc\u05d5\u05d5\u05d9\u05d6\u05d9\u05d4?<\/span><\/li>\n<\/ul>\n<p><span style=\"font-weight: 400;\">Could we watch TV? | \u05e0\u05d5\u05db\u05dc \u05dc\u05e8\u05d0\u05d5\u05ea \u05d8\u05dc\u05d5\u05d5\u05d9\u05d6\u05d9\u05d4 (\u05e0\u05d9\u05e1\u05d5\u05d7 \u05e8\u05da).<\/span><\/p>\n<ul>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Can you close the door? | \u05d0\u05ea\u05d4 \u05d9\u05db\u05d5\u05dc \u05dc\u05e1\u05d2\u05d5\u05e8 \u05d0\u05ea \u05d4\u05d3\u05dc\u05ea? (\u05d1\u05e7\u05e9\u05d4 \u05d9\u05e9\u05d9\u05e8\u05d4)<\/span><\/li>\n<\/ul>\n<p><span style=\"font-weight: 400;\">Could you close the door? | \u05ea\u05d5\u05db\u05dc \u05dc\u05e1\u05d2\u05d5\u05e8 \u05d0\u05ea \u05d4\u05d3\u05dc\u05ea? (\u05e2\u05d3\u05d9\u05df \u05d5\u05de\u05e0\u05d5\u05de\u05e1)<\/span><\/p>\n<ul>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Can I sit here? | \u05d0\u05e0\u05d9 \u05d9\u05db\u05d5\u05dc \u05dc\u05e9\u05d1\u05ea \u05db\u05d0\u05df?<\/span><\/li>\n<\/ul>\n<p><span style=\"font-weight: 400;\">Could I sit here? | \u05d0\u05e4\u05e9\u05e8 \u05dc\u05e9\u05d1\u05ea \u05db\u05d0\u05df? (\u05e4\u05e0\u05d9\u05d9\u05d4 \u05de\u05e2\u05d5\u05d3\u05e0\u05ea)<\/span><\/p>\n<ul>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Can she come to the party? | \u05d4\u05d9\u05d0 \u05d9\u05db\u05d5\u05dc\u05d4 \u05dc\u05d1\u05d5\u05d0 \u05dc\u05de\u05e1\u05d9\u05d1\u05d4?<\/span><\/li>\n<\/ul>\n<p><span style=\"font-weight: 400;\">Could she come to the party? | \u05d4\u05d9\u05d0 \u05ea\u05d5\u05db\u05dc \u05dc\u05d1\u05d5\u05d0 \u05dc\u05de\u05e1\u05d9\u05d1\u05d4? (\u05d1\u05de\u05d9\u05dc\u05d9\u05dd \u05d0\u05d7\u05e8\u05d5\u05ea, \u05e7\u05d9\u05d9\u05dd \u05e1\u05d9\u05db\u05d5\u05d9 \u05db\u05d6\u05d4?)<\/span><\/p>\n<p><span style=\"font-weight: 400;\">Can \u05d5-Could\u00a0 \u05d4\u05df \u05de\u05d9\u05dc\u05d9\u05dd \u05d7\u05e9\u05d5\u05d1\u05d5\u05ea \u05e9\u05e2\u05d5\u05d6\u05e8\u05d5\u05ea \u05dc\u05e0\u05d5 \u05dc\u05d1\u05d8\u05d0 \u05d9\u05db\u05d5\u05dc\u05ea, \u05d1\u05e7\u05e9\u05d4 \u05d0\u05d5 \u05d0\u05e4\u05e9\u05e8\u05d5\u05ea. \u05d6\u05db\u05e8\u05d5:\u00a0<\/span><\/p>\n<p><span style=\"font-weight: 400;\">Can = \u05d1\u05d4\u05d5\u05d5\u05d4 \u05d0\u05d5 \u05db\u05e9\u05d0\u05e0\u05d7\u05e0\u05d5 \u05d1\u05d8\u05d5\u05d7\u05d9\u05dd.<\/span><\/p>\n<p><span style=\"font-weight: 400;\">Could = \u05d1\u05e2\u05d1\u05e8 \u05d0\u05d5 \u05db\u05e9\u05d0\u05e0\u05d7\u05e0\u05d5 \u05e8\u05d5\u05e6\u05d9\u05dd \u05dc\u05d4\u05d9\u05d5\u05ea \u05de\u05e0\u05d5\u05de\u05e1\u05d9\u05dd \u05d9\u05d5\u05ea\u05e8.\u00a0<\/span><\/p>\n<p><span style=\"font-weight: 400;\">\u05d5\u05d4\u05db\u05d9 \u05d7\u05e9\u05d5\u05d1 \u2013 \u05ea\u05e8\u05d2\u05d5\u05dc \u05e7\u05d1\u05d5\u05e2 \u05d1\u05e9\u05d9\u05d7\u05d5\u05ea \u05d9\u05d5\u05de\u05d9\u05d5\u05de\u05d9\u05d5\u05ea \u05d6\u05d5 \u05d4\u05d3\u05e8\u05da \u05dc\u05dc\u05de\u05d9\u05d3\u05d4 \u05d0\u05de\u05d9\u05ea\u05d9\u05ea!<\/span><\/p>\n<p><span style=\"font-weight: 400;\">\u05d4\u05d9\u05dc\u05d3\u05d9\u05dd \u05e9\u05dc\u05db\u05dd \u05d9\u05db\u05d5\u05dc\u05d9\u05dd \u05dc\u05dc\u05de\u05d5\u05d3 \u05d0\u05e0\u05d2\u05dc\u05d9\u05ea \u05d1\u05db\u05d9\u05e3 \u05d5\u05d1\u05d4\u05e6\u05dc\u05d7\u05d4! \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\u05e6\u05d9\u05e2\u05d9\u05dd <\/span><a href=\"https:\/\/www.novakidschool.com\/he\/programs\/time2talk\/\"><span style=\"font-weight: 400;\">\u05e9\u05d9\u05e2\u05d5\u05e8\u05d9\u05dd \u05d0\u05d5\u05e0\u05dc\u05d9\u05d9\u05df<\/span><\/a><span style=\"font-weight: 400;\"> \u05e9\u05d9\u05dc\u05de\u05d3\u05d5 \u05d0\u05d5\u05ea\u05dd \u05dc\u05d3\u05d1\u05e8, \u05dc\u05db\u05ea\u05d5\u05d1 \u05d5\u05dc\u05d4\u05d1\u05d9\u05df. \u05d4\u05d9\u05e8\u05e9\u05de\u05d5 \u05e2\u05db\u05e9\u05d9\u05d5 \u05d5\u05ea\u05e8\u05d0\u05d5 \u05d0\u05ea \u05d4\u05d4\u05d1\u05d3\u05dc!<\/span><\/p>\n        <\/div>\n    <\/div>\n  <\/section>\n\n\n  <section class=\"section blogHeadingText\" id=\"blogHeadingText-block_c4f8bb8ab415d1edd4ba030524bfa660\">\n    <div class=\"blogHeadingText__wrapper\" >\n        <div class=\"blogHeadingText__heading\">\n            <h2 class=\"blogHeadingText__headingItem\" data-blog-heading data-section-id=\"blogHeadingText-block_c4f8bb8ab415d1edd4ba030524bfa660\">\n                Grammar Test | Can vs. Could            <\/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_7959 ul.advq_question_list {\n        padding:10px 0;\n        margin:0;\n    }\n\n    #advq_quiz_7959 {\n        font-family: ;\n        font-size: 1em;\n        line-height: 1.5em;\n        font-weight: 400;\n        font-style: ;\n    }\n\n    #advq_quiz_7959 .advq_button,\n    #advq_quiz_7959 .advq_validade_ck,\n    #advq_quiz_7959 .advq_next_button,\n    #advq_quiz_7959 .advq_start_quiz_button,\n    #advq_quiz_7959 .advq-restart,\n    #advq_quiz_7959 .advq-restart a {\n        color:#FFFFFF;\n        background-color:rgba(200,107,245,1);\n        font-family: ;\n    }\n\n    #advq_quiz_7959 .advq_button,\n    #advq_quiz_7959 .advq_next_button,\n    #advq_quiz_7959 .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_7959 .advq_button:hover,\n    #advq_quiz_7959 .advq_validade_ck:hover,\n    #advq_quiz_7959 .advq_next_button:hover,\n    #advq_quiz_7959 .advq_start_quiz_button:hover,\n    #advq_quiz_7959 .advq-restart:hover,\n    #advq_quiz_7959 .advq-restart a:hover {\n        color:#FFFFFF;\n        background-color:rgba(200,107,245,1);\n    }\n\n    #advq_quiz_7959 {\n            max-width:100%;\n        }\n        \n    \/* Questions *\/\n    #advq_quiz_7959 .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_7959 .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_7959 .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_7959 .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_7959 .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_7959 .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_7959 .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_7959 .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_7959 .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_7959 .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_7959 .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='7959' id='advq_quiz_7959' data-qtype='trivia' data-qlayout='minimal' data-unique-visitor='false' data-start-time='1776340447' data-options='{\"provide_result\":false,\"allow_change\":false,\"result_position\":\"inline\",\"one_page\":true,\"scroll_to_next\":false,\"progress_bar\":\"disabled\",\"back_button\":false,\"list_mode\":false,\"relation\":\"AND\",\"answerstags\":false}'><div  data-mandatory=\"\" class=\"advq_question_container \" ><div class=\"advq_question_wrap\"><div class=\"advq_question\" data-question-id=\"question-1\" >\u05de\u05d4 \u05d4\u05d4\u05d1\u05d3\u05dc \u05d4\u05e2\u05d9\u05e7\u05e8\u05d9 \u05d1\u05d9\u05df CAN \u05d5-COULD?<\/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='Can refers to present ability; could refers to past ability' data-rule='1' id='question-1_0' name='question-1' type='radio' data-points='1'> <label for='question-1_0'><span class=\"advq_a_input\"><i class=\"fa fa-square-o\" aria-hidden=\"true\"><\/i><\/span>Can refers to present ability; could refers to past ability<\/label><\/li><li class=\"quiz_unselected_answer\"><input data-value='Can is always more polite than could' 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>Can is always more polite than could<\/label><\/li><li class=\"quiz_unselected_answer\"><input data-value='Can and could are not modal verbs' 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>Can and could are not modal verbs<\/label><\/li><li class=\"quiz_unselected_answer\"><input data-value=' Can is used only with questions; could is for answers' 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> Can is used only with questions; could is for answers<\/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\" >\u05d0\u05d9\u05d6\u05d4 \u05de\u05d4\u05de\u05e9\u05e4\u05d8\u05d9\u05dd \u05d4\u05d1\u05d0\u05d9\u05dd \u05de\u05e6\u05d9\u05d2 \u05d9\u05db\u05d5\u05dc\u05ea \u05d1\u05d4\u05d5\u05d5\u05d4?<\/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=' I could read when I was five' 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> I could read when I was five<\/label><\/li><li class=\"quiz_unselected_answer\"><input data-value='He could win if he tried' 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>He could win if he tried<\/label><\/li><li class=\"quiz_unselected_answer\"><input data-value='She could sleep anywhere' data-rule='0' id='question-2_2' name='question-2' type='radio' data-points='1'> <label for='question-2_2'><span class=\"advq_a_input\"><i class=\"fa fa-square-o\" aria-hidden=\"true\"><\/i><\/span>She could sleep anywhere<\/label><\/li><li class=\"quiz_unselected_answer\"><input data-value=' My dog can jump high' data-rule='1' 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> My dog can jump high<\/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\" >\u05d0\u05d9\u05d6\u05d4 \u05de\u05d4\u05de\u05e9\u05e4\u05d8\u05d9\u05dd \u05d4\u05d1\u05d0\u05d9\u05dd \u05de\u05d1\u05d8\u05d0 \u05e4\u05e0\u05d9\u05d9\u05d4 \u05de\u05e0\u05d5\u05de\u05e1\u05ea \u05d1\u05e9\u05d9\u05de\u05d5\u05e9 \u05d1-COULD? <\/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='You can come with us' 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>You can come with us<\/label><\/li><li class=\"quiz_unselected_answer\"><input data-value='He could swim as a child' data-rule='0' id='question-3_1' name='question-3' type='radio' data-points='1'> <label for='question-3_1'><span class=\"advq_a_input\"><i class=\"fa fa-square-o\" aria-hidden=\"true\"><\/i><\/span>He could swim as a child<\/label><\/li><li class=\"quiz_unselected_answer\"><input data-value='?Can you ride a bike' 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>?Can you ride a bike<\/label><\/li><li class=\"quiz_unselected_answer\"><input data-value='?Could you help me, please' data-rule='1' 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>?Could you help me, please<\/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\" >...If I had wings, I<\/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='Could fly ' data-rule='1' 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>Could fly <\/label><\/li><li class=\"quiz_unselected_answer\"><input data-value='Can fly ' 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>Can fly <\/label><\/li><li class=\"quiz_unselected_answer\"><input data-value='Fly' 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>Fly<\/label><\/li><li class=\"quiz_unselected_answer\"><input data-value='Will fly' 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>Will fly<\/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\" >\u05de\u05ea\u05d9 \u05d1\u05d3\u05e8\u05da \u05de\u05e9\u05ea\u05de\u05e9\u05d9\u05dd \u05d1-COULD \u05d1\u05de\u05e7\u05d5\u05dd \u05d1-CAN \u05d1\u05d1\u05e7\u05e9\u05d4? <\/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='When we are speaking to a child' 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>When we are speaking to a child<\/label><\/li><li class=\"quiz_unselected_answer\"><input data-value='When we are angry' 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>When we are angry<\/label><\/li><li class=\"quiz_unselected_answer\"><input data-value='When the answer is yes' data-rule='0' id='question-5_2' name='question-5' type='radio' data-points='1'> <label for='question-5_2'><span class=\"advq_a_input\"><i class=\"fa fa-square-o\" aria-hidden=\"true\"><\/i><\/span>When the answer is yes<\/label><\/li><li class=\"quiz_unselected_answer\"><input data-value='When we want to sound more polite' data-rule='1' 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>When we want to sound more polite<\/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\" >\u05d1\u05d0\u05d9\u05d6\u05d4 \u05de\u05d4\u05de\u05e9\u05e4\u05d8\u05d9\u05dd \u05d4\u05d1\u05d0\u05d9\u05dd \u05d9\u05e9 \u05e9\u05d9\u05de\u05d5\u05e9 \u05d1-COULD \u05dc\u05ea\u05d9\u05d0\u05d5\u05e8 \u05de\u05e6\u05d1 \u05d3\u05de\u05d9\u05d5\u05e0\u05d9?<\/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=' He could read at age 6' 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> He could read at age 6<\/label><\/li><li class=\"quiz_unselected_answer\"><input data-value='If I were a cat, I could sleep all day' data-rule='1' 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>If I were a cat, I could sleep all day<\/label><\/li><li class=\"quiz_unselected_answer\"><input data-value=' I could run fast when I was young' 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 could run fast when I was young<\/label><\/li><li class=\"quiz_unselected_answer\"><input data-value='?Can I sit here' data-rule='0' id='question-11_3' name='question-11' type='radio' data-points='1'> <label for='question-11_3'><span class=\"advq_a_input\"><i class=\"fa fa-square-o\" aria-hidden=\"true\"><\/i><\/span>?Can I sit here<\/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\" >She _________ ride a bike<\/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='Might' 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>Might<\/label><\/li><li class=\"quiz_unselected_answer\"><input data-value='Should' 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>Should<\/label><\/li><li class=\"quiz_unselected_answer\"><input data-value='Can ' data-rule='1' id='question-12_2' name='question-12' type='radio' data-points='1'> <label for='question-12_2'><span class=\"advq_a_input\"><i class=\"fa fa-square-o\" aria-hidden=\"true\"><\/i><\/span>Can <\/label><\/li><li class=\"quiz_unselected_answer\"><input data-value='Could ' data-rule='0' id='question-12_3' name='question-12' type='radio' data-points='1'> <label for='question-12_3'><span class=\"advq_a_input\"><i class=\"fa fa-square-o\" aria-hidden=\"true\"><\/i><\/span>Could <\/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\" >We __________ play outside all day when we were kids<\/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='Could ' data-rule='1' 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>Could <\/label><\/li><li class=\"quiz_unselected_answer\"><input data-value='Will' data-rule='0' 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>Will<\/label><\/li><li class=\"quiz_unselected_answer\"><input data-value='May' 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>May<\/label><\/li><li class=\"quiz_unselected_answer\"><input data-value='Can ' 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>Can <\/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\" >\u05d0\u05d9\u05d6\u05d5 \u05de\u05d4\u05ea\u05e9\u05d5\u05d1\u05d5\u05ea \u05d4\u05d1\u05d0\u05d5\u05ea \u05de\u05e6\u05d9\u05d2\u05d4 \u05db\u05dc\u05dc \u05d7\u05d3 \u05de\u05e9\u05de\u05e2\u05d9? <\/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='Can = present tense or a confident statement; could = past tense or a polite request' data-rule='1' 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>Can = present tense or a confident statement; could = past tense or a polite request<\/label><\/li><li class=\"quiz_unselected_answer\"><input data-value='Could is always the past of should' 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>Could is always the past of should<\/label><\/li><li class=\"quiz_unselected_answer\"><input data-value='Use can for friends, could for strangers' 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>Use can for friends, could for strangers<\/label><\/li><li class=\"quiz_unselected_answer\"><input data-value='Can is only for questions' data-rule='0' id='question-14_3' name='question-14' type='radio' data-points='1'> <label for='question-14_3'><span class=\"advq_a_input\"><i class=\"fa fa-square-o\" aria-hidden=\"true\"><\/i><\/span>Can is only for questions<\/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\" >I ask a question? _____<\/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='Can ' 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>Can <\/label><\/li><li class=\"quiz_unselected_answer\"><input data-value='May' 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>May<\/label><\/li><li class=\"quiz_unselected_answer\"><input data-value='Could ' data-rule='1' id='question-15_2' name='question-15' type='radio' data-points='1'> <label for='question-15_2'><span class=\"advq_a_input\"><i class=\"fa fa-square-o\" aria-hidden=\"true\"><\/i><\/span>Could <\/label><\/li><li class=\"quiz_unselected_answer\"><input data-value='Would' data-rule='0' id='question-15_3' name='question-15' type='radio' data-points='1'> <label for='question-15_3'><span class=\"advq_a_input\"><i class=\"fa fa-square-o\" aria-hidden=\"true\"><\/i><\/span>Would<\/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%2F7956%3Fqid%3D7959qr%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%2F7956%3Fqid%3D7959qr%7Brid%7D&text={result}can vs could: https:\/\/www.novakidschool.com\/he\/blog\/wp-json\/wp\/v2\/posts\/7956?qid=7959qr{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%2F7956%3Fqid%3D7959qr%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%2F7956%3Fqid%3D7959qr%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%2F7956%3Fqid%3D7959qr%7Brid%7D&text={result}can vs could: https:\/\/www.novakidschool.com\/he\/blog\/wp-json\/wp\/v2\/posts\/7956?qid=7959qr{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%2F7956%3Fqid%3D7959qr%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%2F7956%3Fqid%3D7959qr%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%2F7956%3Fqid%3D7959qr%7Brid%7D&text={result}can vs could: https:\/\/www.novakidschool.com\/he\/blog\/wp-json\/wp\/v2\/posts\/7956?qid=7959qr{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%2F7956%3Fqid%3D7959qr%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\/7956\" 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>\u05dc\u05d5\u05de\u05d3\u05d9\u05dd \u05d0\u05e0\u05d2\u05dc\u05d9\u05ea \u05db\u05e9\u05e4\u05d4 \u05e9\u05e0\u05d9\u05d9\u05d4? \u05d1\u05de\u05d0\u05de\u05e8 \u05d6\u05d4 \u05e0\u05d1\u05d9\u05df \u05d1\u05e7\u05dc\u05d5\u05ea \u05de\u05ea\u05d9 \u05dc\u05d4\u05e9\u05ea\u05de\u05e9 \u05d1-Can \u05d5\u05de\u05ea\u05d9 \u05d1-Could, \u05e2\u05dd \u05d4\u05e1\u05d1\u05e8\u05d9\u05dd \u05d1\u05e8\u05d5\u05e8\u05d9\u05dd \u05d5\u05d0\u05d9\u05e0\u05e1\u05e4\u05d5\u05e8 \u05d3\u05d5\u05d2\u05de\u05d0\u05d5\u05ea. <\/p>\n","protected":false},"author":1,"featured_media":7957,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"inline_featured_image":false,"footnotes":""},"categories":[55,32],"tags":[],"class_list":["post-7956","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-55","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>\u05d4\u05d4\u05d1\u05d3\u05dc\u05d9\u05dd \u05d1\u05d9\u05df Can \u05d5-Could \u2013 \u05d3\u05e7\u05d3\u05d5\u05e7 \u05dc\u05dc\u05d5\u05de\u05d3\u05d9 \u05d0\u05e0\u05d2\u05dc\u05d9\u05ea \u05db\u05e9\u05e4\u05d4 \u05e9\u05e0\u05d9\u05d9\u05d4<\/title>\n<meta name=\"description\" content=\"\u05dc\u05d5\u05de\u05d3\u05d9\u05dd \u05d0\u05e0\u05d2\u05dc\u05d9\u05ea \u05db\u05e9\u05e4\u05d4 \u05e9\u05e0\u05d9\u05d9\u05d4? \u05d1\u05de\u05d0\u05de\u05e8 \u05d6\u05d4 \u05e0\u05d1\u05d9\u05df \u05d1\u05e7\u05dc\u05d5\u05ea \u05de\u05ea\u05d9 \u05dc\u05d4\u05e9\u05ea\u05de\u05e9 \u05d1-Can \u05d5\u05de\u05ea\u05d9 \u05d1-Could, \u05e2\u05dd \u05d4\u05e1\u05d1\u05e8\u05d9\u05dd \u05d1\u05e8\u05d5\u05e8\u05d9\u05dd \u05d5\u05d0\u05d9\u05e0\u05e1\u05e4\u05d5\u05e8 \u05d3\u05d5\u05d2\u05de\u05d0\u05d5\u05ea.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.novakidschool.com\/he\/blog\/can-vs-could\/\" \/>\n<meta property=\"og:locale\" content=\"he_IL\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"\u05d4\u05d4\u05d1\u05d3\u05dc\u05d9\u05dd \u05d1\u05d9\u05df Can \u05d5-Could \u2013 \u05d3\u05e7\u05d3\u05d5\u05e7 \u05dc\u05dc\u05d5\u05de\u05d3\u05d9 \u05d0\u05e0\u05d2\u05dc\u05d9\u05ea \u05db\u05e9\u05e4\u05d4 \u05e9\u05e0\u05d9\u05d9\u05d4\" \/>\n<meta property=\"og:description\" content=\"\u05dc\u05d5\u05de\u05d3\u05d9\u05dd \u05d0\u05e0\u05d2\u05dc\u05d9\u05ea \u05db\u05e9\u05e4\u05d4 \u05e9\u05e0\u05d9\u05d9\u05d4? \u05d1\u05de\u05d0\u05de\u05e8 \u05d6\u05d4 \u05e0\u05d1\u05d9\u05df \u05d1\u05e7\u05dc\u05d5\u05ea \u05de\u05ea\u05d9 \u05dc\u05d4\u05e9\u05ea\u05de\u05e9 \u05d1-Can \u05d5\u05de\u05ea\u05d9 \u05d1-Could, \u05e2\u05dd \u05d4\u05e1\u05d1\u05e8\u05d9\u05dd \u05d1\u05e8\u05d5\u05e8\u05d9\u05dd \u05d5\u05d0\u05d9\u05e0\u05e1\u05e4\u05d5\u05e8 \u05d3\u05d5\u05d2\u05de\u05d0\u05d5\u05ea.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.novakidschool.com\/he\/blog\/can-vs-could\/\" \/>\n<meta property=\"og:site_name\" content=\"\u05d1\u05dc\u05d5\u05d2 | \u05d8\u05d9\u05e4\u05d9\u05dd \u05dc\u05d4\u05d5\u05e8\u05d9\u05dd - \u05d0\u05d9\u05da \u05dc\u05dc\u05de\u05d3 \u05d0\u05ea \u05d4\u05d9\u05dc\u05d3\u05d9\u05dd \u05d0\u05e0\u05d2\u05dc\u05d9\u05ea? | \u05e0\u05d5\u05d1\u05d4\u05e7\u05d9\u05d3\" \/>\n<meta property=\"article:published_time\" content=\"2025-05-21T13:51:51+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-02-07T07:38:44+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.novakidschool.com\/he\/blog\/wp-content\/uploads\/2025\/05\/1024x613_Can-vs-could.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1024\" \/>\n\t<meta property=\"og:image:height\" content=\"613\" \/>\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":"\u05d4\u05d4\u05d1\u05d3\u05dc\u05d9\u05dd \u05d1\u05d9\u05df Can \u05d5-Could \u2013 \u05d3\u05e7\u05d3\u05d5\u05e7 \u05dc\u05dc\u05d5\u05de\u05d3\u05d9 \u05d0\u05e0\u05d2\u05dc\u05d9\u05ea \u05db\u05e9\u05e4\u05d4 \u05e9\u05e0\u05d9\u05d9\u05d4","description":"\u05dc\u05d5\u05de\u05d3\u05d9\u05dd \u05d0\u05e0\u05d2\u05dc\u05d9\u05ea \u05db\u05e9\u05e4\u05d4 \u05e9\u05e0\u05d9\u05d9\u05d4? \u05d1\u05de\u05d0\u05de\u05e8 \u05d6\u05d4 \u05e0\u05d1\u05d9\u05df \u05d1\u05e7\u05dc\u05d5\u05ea \u05de\u05ea\u05d9 \u05dc\u05d4\u05e9\u05ea\u05de\u05e9 \u05d1-Can \u05d5\u05de\u05ea\u05d9 \u05d1-Could, \u05e2\u05dd \u05d4\u05e1\u05d1\u05e8\u05d9\u05dd \u05d1\u05e8\u05d5\u05e8\u05d9\u05dd \u05d5\u05d0\u05d9\u05e0\u05e1\u05e4\u05d5\u05e8 \u05d3\u05d5\u05d2\u05de\u05d0\u05d5\u05ea.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.novakidschool.com\/he\/blog\/can-vs-could\/","og_locale":"he_IL","og_type":"article","og_title":"\u05d4\u05d4\u05d1\u05d3\u05dc\u05d9\u05dd \u05d1\u05d9\u05df Can \u05d5-Could \u2013 \u05d3\u05e7\u05d3\u05d5\u05e7 \u05dc\u05dc\u05d5\u05de\u05d3\u05d9 \u05d0\u05e0\u05d2\u05dc\u05d9\u05ea \u05db\u05e9\u05e4\u05d4 \u05e9\u05e0\u05d9\u05d9\u05d4","og_description":"\u05dc\u05d5\u05de\u05d3\u05d9\u05dd \u05d0\u05e0\u05d2\u05dc\u05d9\u05ea \u05db\u05e9\u05e4\u05d4 \u05e9\u05e0\u05d9\u05d9\u05d4? \u05d1\u05de\u05d0\u05de\u05e8 \u05d6\u05d4 \u05e0\u05d1\u05d9\u05df \u05d1\u05e7\u05dc\u05d5\u05ea \u05de\u05ea\u05d9 \u05dc\u05d4\u05e9\u05ea\u05de\u05e9 \u05d1-Can \u05d5\u05de\u05ea\u05d9 \u05d1-Could, \u05e2\u05dd \u05d4\u05e1\u05d1\u05e8\u05d9\u05dd \u05d1\u05e8\u05d5\u05e8\u05d9\u05dd \u05d5\u05d0\u05d9\u05e0\u05e1\u05e4\u05d5\u05e8 \u05d3\u05d5\u05d2\u05de\u05d0\u05d5\u05ea.","og_url":"https:\/\/www.novakidschool.com\/he\/blog\/can-vs-could\/","og_site_name":"\u05d1\u05dc\u05d5\u05d2 | \u05d8\u05d9\u05e4\u05d9\u05dd \u05dc\u05d4\u05d5\u05e8\u05d9\u05dd - \u05d0\u05d9\u05da \u05dc\u05dc\u05de\u05d3 \u05d0\u05ea \u05d4\u05d9\u05dc\u05d3\u05d9\u05dd \u05d0\u05e0\u05d2\u05dc\u05d9\u05ea? | \u05e0\u05d5\u05d1\u05d4\u05e7\u05d9\u05d3","article_published_time":"2025-05-21T13:51:51+00:00","article_modified_time":"2026-02-07T07:38:44+00:00","og_image":[{"width":1024,"height":613,"url":"https:\/\/www.novakidschool.com\/he\/blog\/wp-content\/uploads\/2025\/05\/1024x613_Can-vs-could.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\/can-vs-could\/#article","isPartOf":{"@id":"https:\/\/www.novakidschool.com\/he\/blog\/can-vs-could\/"},"author":{"name":"Novakid","@id":"https:\/\/www.novakidschool.com\/he\/blog\/#\/schema\/person\/9c8dc48e6039f718eeaa2fe161105bb7"},"headline":"Can \u05d0\u05d5 Could | \u05de\u05ea\u05d9 \u05de\u05e9\u05ea\u05de\u05e9\u05d9\u05dd \u05d1\u05de\u05d4? \u2013 Can or Could? When Do We Use Each One?","datePublished":"2025-05-21T13:51:51+00:00","dateModified":"2026-02-07T07:38:44+00:00","mainEntityOfPage":{"@id":"https:\/\/www.novakidschool.com\/he\/blog\/can-vs-could\/"},"wordCount":17,"commentCount":0,"publisher":{"@id":"https:\/\/www.novakidschool.com\/he\/blog\/#organization"},"image":{"@id":"https:\/\/www.novakidschool.com\/he\/blog\/can-vs-could\/#primaryimage"},"thumbnailUrl":"https:\/\/www.novakidschool.com\/he\/blog\/wp-content\/uploads\/2025\/05\/1024x613_Can-vs-could.png","articleSection":["\u05d0\u05d7\u05e8","\u05d3\u05e7\u05d3\u05d5\u05e7"],"inLanguage":"he-IL","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.novakidschool.com\/he\/blog\/can-vs-could\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.novakidschool.com\/he\/blog\/can-vs-could\/","url":"https:\/\/www.novakidschool.com\/he\/blog\/can-vs-could\/","name":"\u05d4\u05d4\u05d1\u05d3\u05dc\u05d9\u05dd \u05d1\u05d9\u05df Can \u05d5-Could \u2013 \u05d3\u05e7\u05d3\u05d5\u05e7 \u05dc\u05dc\u05d5\u05de\u05d3\u05d9 \u05d0\u05e0\u05d2\u05dc\u05d9\u05ea \u05db\u05e9\u05e4\u05d4 \u05e9\u05e0\u05d9\u05d9\u05d4","isPartOf":{"@id":"https:\/\/www.novakidschool.com\/he\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.novakidschool.com\/he\/blog\/can-vs-could\/#primaryimage"},"image":{"@id":"https:\/\/www.novakidschool.com\/he\/blog\/can-vs-could\/#primaryimage"},"thumbnailUrl":"https:\/\/www.novakidschool.com\/he\/blog\/wp-content\/uploads\/2025\/05\/1024x613_Can-vs-could.png","datePublished":"2025-05-21T13:51:51+00:00","dateModified":"2026-02-07T07:38:44+00:00","description":"\u05dc\u05d5\u05de\u05d3\u05d9\u05dd \u05d0\u05e0\u05d2\u05dc\u05d9\u05ea \u05db\u05e9\u05e4\u05d4 \u05e9\u05e0\u05d9\u05d9\u05d4? \u05d1\u05de\u05d0\u05de\u05e8 \u05d6\u05d4 \u05e0\u05d1\u05d9\u05df \u05d1\u05e7\u05dc\u05d5\u05ea \u05de\u05ea\u05d9 \u05dc\u05d4\u05e9\u05ea\u05de\u05e9 \u05d1-Can \u05d5\u05de\u05ea\u05d9 \u05d1-Could, \u05e2\u05dd \u05d4\u05e1\u05d1\u05e8\u05d9\u05dd \u05d1\u05e8\u05d5\u05e8\u05d9\u05dd \u05d5\u05d0\u05d9\u05e0\u05e1\u05e4\u05d5\u05e8 \u05d3\u05d5\u05d2\u05de\u05d0\u05d5\u05ea.","breadcrumb":{"@id":"https:\/\/www.novakidschool.com\/he\/blog\/can-vs-could\/#breadcrumb"},"inLanguage":"he-IL","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.novakidschool.com\/he\/blog\/can-vs-could\/"]}]},{"@type":"ImageObject","inLanguage":"he-IL","@id":"https:\/\/www.novakidschool.com\/he\/blog\/can-vs-could\/#primaryimage","url":"https:\/\/www.novakidschool.com\/he\/blog\/wp-content\/uploads\/2025\/05\/1024x613_Can-vs-could.png","contentUrl":"https:\/\/www.novakidschool.com\/he\/blog\/wp-content\/uploads\/2025\/05\/1024x613_Can-vs-could.png","width":1024,"height":613},{"@type":"BreadcrumbList","@id":"https:\/\/www.novakidschool.com\/he\/blog\/can-vs-could\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.novakidschool.com\/he\/blog\/"},{"@type":"ListItem","position":2,"name":"Can \u05d0\u05d5 Could | \u05de\u05ea\u05d9 \u05de\u05e9\u05ea\u05de\u05e9\u05d9\u05dd \u05d1\u05de\u05d4? \u2013 Can or Could? When Do We Use Each One?"}]},{"@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\/7956","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=7956"}],"version-history":[{"count":1,"href":"https:\/\/www.novakidschool.com\/he\/blog\/wp-json\/wp\/v2\/posts\/7956\/revisions"}],"predecessor-version":[{"id":7960,"href":"https:\/\/www.novakidschool.com\/he\/blog\/wp-json\/wp\/v2\/posts\/7956\/revisions\/7960"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.novakidschool.com\/he\/blog\/wp-json\/wp\/v2\/media\/7957"}],"wp:attachment":[{"href":"https:\/\/www.novakidschool.com\/he\/blog\/wp-json\/wp\/v2\/media?parent=7956"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.novakidschool.com\/he\/blog\/wp-json\/wp\/v2\/categories?post=7956"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.novakidschool.com\/he\/blog\/wp-json\/wp\/v2\/tags?post=7956"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}