{"id":3123,"date":"2024-01-18T13:05:18","date_gmt":"2024-01-18T12:05:18","guid":{"rendered":"https:\/\/www.novakidschool.com\/he\/blog\/?p=3123"},"modified":"2026-02-07T08:25:54","modified_gmt":"2026-02-07T07:25:54","slug":"wh-questions","status":"publish","type":"post","link":"https:\/\/www.novakidschool.com\/he\/blog\/wh-questions\/","title":{"rendered":"\u05e9\u05d0\u05dc\u05d5\u05ea WH-Questions \u05d1\u05d0\u05e0\u05d2\u05dc\u05d9\u05ea, \u05d0\u05d9\u05da \u05de\u05e9\u05ea\u05de\u05e9\u05d9\u05dd \u05d1\u05d4\u05dd \u05d5\u05de\u05ea\u05d9?"},"content":{"rendered":"  <section class=\"section blogHeader\" id=\"blogHeader-block_aa307adb4069bc31ba9e9709a873aa10\">\n      <div class=\"blogHeader__wrapper\">\n                              <div class=\"blogHeader__image\">\n              <a href=\"https:\/\/www.novakidschool.com\/he\/blog\/wp-content\/uploads\/2024\/01\/1024x613_WH-questions.png\" class=\"glightbox\">\n                <img decoding=\"async\" src=\"https:\/\/www.novakidschool.com\/he\/blog\/wp-content\/uploads\/2024\/01\/1024x613_WH-questions.png\" alt=\"\u05e9\u05d0\u05dc\u05d5\u05ea WH-Questions \u05d1\u05d0\u05e0\u05d2\u05dc\u05d9\u05ea, \u05d0\u05d9\u05da \u05de\u05e9\u05ea\u05de\u05e9\u05d9\u05dd \u05d1\u05d4\u05dd \u05d5\u05de\u05ea\u05d9?\" class=\"blogHeader__imageItem\" srcset=\"https:\/\/www.novakidschool.com\/he\/blog\/wp-content\/uploads\/2024\/01\/1024x613_WH-questions-300x180.png 300w, https:\/\/www.novakidschool.com\/he\/blog\/wp-content\/uploads\/2024\/01\/1024x613_WH-questions-768x460.png 768w, https:\/\/www.novakidschool.com\/he\/blog\/wp-content\/uploads\/2024\/01\/1024x613_WH-questions.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\">\u05d4\u05d2\u05d3\u05e8\u05d4 \u2013 \u05de\u05d4\u05d9 WH-Question<\/span>\n                    <\/li>\n                                    <li>\n                        <span class=\"toc-item\">\u05d7\u05d5\u05e7\u05d9 \u05d4\u05d3\u05e7\u05d3\u05d5\u05e7<\/span>\n                    <\/li>\n                                    <li>\n                        <span class=\"toc-item\">\u05d3\u05d5\u05d2\u05de\u05d0\u05d5\u05ea<\/span>\n                    <\/li>\n                                    <li>\n                        <span class=\"toc-item\">\u05d9\u05d9\u05e9\u05d5\u05de\u05d9\u05dd<\/span>\n                    <\/li>\n                                    <li>\n                        <span class=\"toc-item\">\u05d8\u05e2\u05d5\u05d9\u05d5\u05ea \u05e0\u05e4\u05d5\u05e6\u05d5\u05ea<\/span>\n                    <\/li>\n                                    <li>\n                        <span class=\"toc-item\">\u05d8\u05d1\u05dc\u05d0\u05d5\u05ea \u05e1\u05d9\u05db\u05d5\u05dd<\/span>\n                    <\/li>\n                                    <li>\n                        <span class=\"toc-item\">\u05e9\u05d0\u05dc\u05d5\u05ea \u05d5\u05ea\u05e9\u05d5\u05d1\u05d5\u05ea \u05dc\u05d4\u05d1\u05e0\u05d4<\/span>\n                    <\/li>\n                                    <li>\n                        <span class=\"toc-item\">\u05dc\u05e1\u05d9\u05db\u05d5\u05dd<\/span>\n                    <\/li>\n                                    <li>\n                        <span class=\"toc-item\">WH-Questions Test<\/span>\n                    <\/li>\n                            <\/ol>\n        <\/div>\n    <\/section>\n\n    <script>\n        \/\/ Use DOMContentLoaded for faster TOC initialization\n        document.addEventListener('DOMContentLoaded', () => {\n            const tocSection = document.querySelector('[data-toc-section]');\n            if (!tocSection) return;\n\n            const headings = document.querySelectorAll('.blogHeadingText');\n            const tableContainer = tocSection.querySelector('.blogContentTable__list');\n            if (!tableContainer) return;\n\n            \/\/ Clear the container\n            tableContainer.innerHTML = '';\n\n            \/\/ Count valid headings with h2\n            let validHeadingsCount = 0;\n\n            \/\/ For each heading, create an item in the table of contents\n            headings.forEach((heading, index) => {\n                const h2 = heading.querySelector('h2');\n                if (!h2) return;\n\n                validHeadingsCount++;\n                const title = h2.textContent.trim();\n                const itemHtml = `<li><a href=\"#${heading.id}\">${title}<\/a><\/li>`;\n                tableContainer.innerHTML += itemHtml;\n            });\n\n            \/\/ Hide TOC if no valid headings found\n            if (validHeadingsCount === 0) {\n                tocSection.style.display = 'none';\n            }\n            \n            \/\/ Dispatch custom event to notify that TOC is ready\n            document.dispatchEvent(new CustomEvent('tocReady'));\n        });\n    <\/script>\n  \n\n\n  <section class=\"section blogText\" id=\"blogText-block_b04e5d92709067066d954ca9c883592d\">\n    <div class=\"blogText__wrapper\">\n        <div class=\"blogText__content\">\n            <p><span style=\"font-weight: 400;\">\u05e9\u05d0\u05dc\u05d5\u05ea <\/span><b>WH-Questions<\/b><span style=\"font-weight: 400;\"> \u05d4\u05df \u05d0\u05d1\u05df \u05d9\u05e1\u05d5\u05d3 \u05d1\u05e9\u05e4\u05d4 \u05d4\u05d0\u05e0\u05d2\u05dc\u05d9\u05ea, \u05d4\u05de\u05e9\u05de\u05e9\u05d5\u05ea \u05d0\u05d5\u05ea\u05e0\u05d5 \u05db\u05db\u05dc\u05d9\u05dd \u05e8\u05d1\u05d9 \u05e2\u05d5\u05e6\u05de\u05d4 \u05dc\u05d7\u05d9\u05e4\u05d5\u05e9 \u05de\u05d9\u05d3\u05e2 \u05d5\u05dc\u05d4\u05e9\u05ea\u05ea\u05e4\u05d5\u05ea \u05d1\u05e9\u05d9\u05d7\u05d5\u05ea \u05de\u05e9\u05de\u05e2\u05d5\u05ea\u05d9\u05d5\u05ea. \u05d4\u05d1\u05e0\u05ea \u05d4\u05e0\u05d9\u05d5\u05d0\u05e0\u05e1\u05d9\u05dd \u05e9\u05dc \u05d1\u05e0\u05d9\u05d9\u05ea \u05e9\u05d0\u05dc\u05d5\u05ea \u05d5\u05ea\u05d2\u05d5\u05d1\u05d4 \u05dc\u05e9\u05d0\u05dc\u05d5\u05ea <\/span><b>WH-Questions<\/b><span style=\"font-weight: 400;\"> \u05d4\u05d9\u05d0 \u05d7\u05d9\u05d5\u05e0\u05d9\u05ea \u05dc\u05ea\u05e7\u05e9\u05d5\u05e8\u05ea \u05d0\u05e4\u05e7\u05d8\u05d9\u05d1\u05d9\u05ea.\u00a0<\/span><\/p>\n<p><span style=\"font-weight: 400;\">\u05d1\u05de\u05d3\u05e8\u05d9\u05da \u05de\u05e7\u05d9\u05e3 \u05d6\u05d4, \u05e0\u05ea\u05e2\u05de\u05e7 \u05d1\u05e2\u05d5\u05dc\u05dd \u05d4\u05e9\u05d0\u05dc\u05d5\u05ea <\/span><b>WH-Questions<\/b><span style=\"font-weight: 400;\">, \u05e0\u05d7\u05e7\u05d5\u05e8 \u05d0\u05ea \u05e1\u05d5\u05d2\u05d9 \u05d4\u05e9\u05d0\u05dc\u05d5\u05ea \u05d4\u05e9\u05d5\u05e0\u05d9\u05dd, \u05d4\u05d4\u05d2\u05d3\u05e8\u05d5\u05ea \u05db\u05dc\u05dc\u05d9 \u05d3\u05e7\u05d3\u05d5\u05e7 \u05e9\u05dc\u05d4\u05dd, \u05e0\u05e1\u05e4\u05e7 \u05d3\u05d5\u05d2\u05de\u05d0\u05d5\u05ea \u05e8\u05d1\u05d5\u05ea, \u05d5\u05e0\u05dc\u05de\u05d3 \u05de\u05d4\u05d8\u05e2\u05d5\u05d9\u05d5\u05ea \u05d4\u05e0\u05e4\u05d5\u05e6\u05d5\u05ea \u05d1\u05e9\u05d9\u05de\u05d5\u05e9 \u05d1\u05d4\u05df.<\/span><\/p>\n        <\/div>\n    <\/div>\n  <\/section>\n\n\n  <section class=\"section blogHeadingText\" id=\"blogHeadingText-block_0bb904c2593ff0bc2ec6f38f1480647c\">\n    <div class=\"blogHeadingText__wrapper\" >\n        <div class=\"blogHeadingText__heading\">\n            <h2 class=\"blogHeadingText__headingItem\" data-blog-heading data-section-id=\"blogHeadingText-block_0bb904c2593ff0bc2ec6f38f1480647c\">\n                \u05d4\u05d2\u05d3\u05e8\u05d4 \u2013 \u05de\u05d4\u05d9 WH-Question            <\/h2>\n        <\/div>\n        <div class=\"blogHeadingText__content\">\n            <p><span style=\"font-weight: 400;\">\u05e9\u05d0\u05dc\u05ea Wh \u05d4\u05d9\u05d0 \u05e4\u05e0\u05d9\u05d4 \u05dc\u05e7\u05d1\u05dc\u05ea \u05de\u05d9\u05d3\u05e2 \u05e9\u05de\u05ea\u05d7\u05d9\u05dc\u05d4 \u05d1\u05d3\u05e8\u05da \u05db\u05dc\u05dc \u05d1\u05de\u05d9\u05dc\u05d5\u05ea \u05e9\u05d0\u05dc\u05d4 \u05db\u05d2\u05d5\u05df who, what, when, where, why and how . \u05e9\u05d0\u05dc\u05d5\u05ea \u05d0\u05dc\u05d5 \u05de\u05d7\u05e4\u05e9\u05d5\u05ea \u05de\u05d9\u05d3\u05e2 \u05e1\u05e4\u05e6\u05d9\u05e4\u05d9 \u05d5\u05dc\u05e2\u05ea\u05d9\u05dd \u05e7\u05e8\u05d5\u05d1\u05d5\u05ea \u05de\u05e2\u05d5\u05e8\u05e8\u05d5\u05ea \u05ea\u05e9\u05d5\u05d1\u05d5\u05ea \u05de\u05e4\u05d5\u05e8\u05d8\u05d5\u05ea \u05d9\u05d5\u05ea\u05e8 \u05de\u05e1\u05ea\u05dd \u05ea\u05e9\u05d5\u05d1\u05ea \u05db\u05df \u05d0\u05d5 \u05dc\u05d0.<\/span><\/p>\n<p><span style=\"font-weight: 400;\">\u05de\u05d9\u05dc\u05d5\u05ea \u05d4\u05e9\u05d0\u05dc\u05d4, \u05d4\u05d9\u05d3\u05d5\u05e2\u05d5\u05ea \u05d2\u05dd \u05db\u05de\u05d9\u05dc\u05d5\u05ea \u05d7\u05e7\u05d9\u05e8\u05d4, \u05d4\u05df \u05de\u05e8\u05db\u05d9\u05d1\u05d9\u05dd \u05d7\u05d9\u05d5\u05e0\u05d9\u05d9\u05dd \u05e9\u05dc <\/span><b>WH-Questions<\/b><span style=\"font-weight: 400;\"> \u05d4\u05dd \u05db\u05d5\u05dc\u05dc\u05d9\u05dd \u05db\u05d0\u05de\u05d5\u05e8 who, what, when, where, why and how.\u00a0<\/span><\/p>\n<p><span style=\"font-weight: 400;\">\u05d4\u05e9\u05dd WH \u05e0\u05d5\u05d1\u05e2 \u05de\u05d4\u05e2\u05d5\u05d1\u05d3\u05d4 \u05e9\u05db\u05dc \u05e9\u05d0\u05dc\u05d5\u05ea \u05d4- <\/span><b>WH-Questions<\/b><span style=\"font-weight: 400;\"> \u05de\u05ea\u05d7\u05d9\u05dc\u05d5\u05ea \u05d1- Wh \u05d0\u05d5 H<\/span><\/p>\n        <\/div>\n    <\/div>\n  <\/section>\n\n\n  <section class=\"section blogHeadingText\" id=\"blogHeadingText-block_0fea6ad6b923dd6a10b92718e65d3f47\">\n    <div class=\"blogHeadingText__wrapper\" >\n        <div class=\"blogHeadingText__heading\">\n            <h2 class=\"blogHeadingText__headingItem\" data-blog-heading data-section-id=\"blogHeadingText-block_0fea6ad6b923dd6a10b92718e65d3f47\">\n                \u05d7\u05d5\u05e7\u05d9 \u05d4\u05d3\u05e7\u05d3\u05d5\u05e7            <\/h2>\n        <\/div>\n        <div class=\"blogHeadingText__content\">\n            <p><span style=\"font-weight: 400;\">\u05e9\u05d0\u05dc\u05d5\u05ea <\/span><b>WH-Questions<\/b><span style=\"font-weight: 400;\"> \u05e0\u05d5\u05e6\u05e8\u05d5\u05ea \u05d1\u05d3\u05e8\u05da \u05db\u05dc\u05dc \u05e2\u05dc \u05d9\u05d3\u05d9 \u05d4\u05e6\u05d1\u05ea \u05de\u05d9\u05dc\u05ea \u05d4\u05e9\u05d0\u05dc\u05d4 \u05d1\u05ea\u05d7\u05d9\u05dc\u05ea \u05d4\u05de\u05e9\u05e4\u05d8, \u05d5\u05d0\u05d7\u05e8\u05d9\u05d4 \u05e4\u05d5\u05e2\u05dc \u05d4\u05e2\u05d6\u05e8 (\u05d0\u05dd \u05e0\u05d3\u05e8\u05e9) \u05d5\u05d4\u05e0\u05d5\u05e9\u05d0. \u05d1\u05de\u05e7\u05e8\u05d9\u05dd \u05de\u05e1\u05d5\u05d9\u05de\u05d9\u05dd, \u05d4\u05e4\u05d5\u05e2\u05dc \u05e2\u05e9\u05d5\u05d9 \u05dc\u05d4\u05e7\u05d3\u05d9\u05dd \u05d0\u05ea \u05d4\u05e0\u05d5\u05e9\u05d0.<\/span><\/p>\n<p><span style=\"font-weight: 400;\">\u05dc\u05d3\u05d5\u05d2\u05de\u05d4:<\/span><\/p>\n<ul>\n<li style=\"font-weight: 400;\" aria-level=\"2\"><span style=\"font-weight: 400;\">Original: You are going to the party<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"2\"><span style=\"font-weight: 400;\">?Wh-Question: Where are you going<\/span><\/li>\n<\/ul>\n<p><span style=\"font-weight: 400;\">\u05d9\u05e9\u05e0\u05dd 2 \u05e1\u05d5\u05d2\u05d9\u05dd \u05e9\u05dc \u05e9\u05d0\u05dc\u05d5\u05ea WH \u2013 \u05e4\u05ea\u05d5\u05d7\u05d5\u05ea \u05d5\u05e1\u05d2\u05d5\u05e8\u05d5\u05ea:<\/span><\/p>\n<p><b>1. \u05e9\u05d0\u05dc\u05d5\u05ea Wh \u05e4\u05ea\u05d5\u05d7\u05d5\u05ea:<\/b><\/p>\n<p><span style=\"font-weight: 400;\">\u05e9\u05d0\u05dc\u05d5\u05ea \u05d0\u05dc\u05d5 \u05de\u05d0\u05e4\u05e9\u05e8\u05d5\u05ea \u05de\u05d2\u05d5\u05d5\u05df \u05e8\u05d7\u05d1 \u05e9\u05dc \u05ea\u05d2\u05d5\u05d1\u05d5\u05ea \u05d5\u05dc\u05e2\u05d9\u05ea\u05d9\u05dd \u05e7\u05e8\u05d5\u05d1\u05d5\u05ea \u05d4\u05df \u05de\u05ea\u05d7\u05d9\u05dc\u05d5\u05ea \u05d1\u05de\u05d9\u05dc\u05d5\u05ea \u05d4\u05e9\u05d0\u05dc\u05d4 \u05db\u05de\u05d5 \u05de\u05d9, \u05de\u05d4, \u05d0\u05d9\u05e4\u05d4, \u05dc\u05de\u05d4 \u05d5\u05d0\u05d9\u05da.<\/span><\/p>\n<ul>\n<li style=\"font-weight: 400;\" aria-level=\"3\"><span style=\"font-weight: 400;\">?Example: What is your favorite book<\/span><\/li>\n<\/ul>\n        <\/div>\n    <\/div>\n  <\/section>\n\n\n  <section class=\"section blogHeadingText\" id=\"blogHeadingText-block_cd8137d401cc4ceb368127df2c91e282\">\n    <div class=\"blogHeadingText__wrapper\" >\n        <div class=\"blogHeadingText__heading\">\n            <h2 class=\"blogHeadingText__headingItem\" data-blog-heading data-section-id=\"blogHeadingText-block_cd8137d401cc4ceb368127df2c91e282\">\n                \u05d3\u05d5\u05d2\u05de\u05d0\u05d5\u05ea            <\/h2>\n        <\/div>\n        <div class=\"blogHeadingText__content\">\n            <p><span style=\"font-weight: 400;\">\u05d1\u05d5\u05d0\u05d5 \u05e0\u05d7\u05e7\u05d5\u05e8 \u05d1\u05d9\u05d7\u05d3 \u05db\u05de\u05d4 \u05d3\u05d5\u05d2\u05de\u05d0\u05d5\u05ea \u05db\u05d3\u05d9 \u05dc\u05d4\u05de\u05d7\u05d9\u05e9 \u05d0\u05ea \u05d4\u05d1\u05e0\u05d9\u05d9\u05d4 \u05d5\u05d4\u05e9\u05d9\u05de\u05d5\u05e9 \u05d1\u05e9\u05d0\u05dc\u05d5\u05ea <\/span><b>WH-Questions<\/b><span style=\"font-weight: 400;\"> \u05d1\u05d4\u05e7\u05e9\u05e8\u05d9\u05dd \u05d4\u05e9\u05d5\u05e0\u05d9\u05dd.<\/span><\/p>\n<p><b>1. Who:<\/b><\/p>\n<ul>\n<li><span style=\"font-weight: 400;\">?Who is the author of this book<\/span><\/li>\n<li><span style=\"font-weight: 400;\">?Who will accompany you to the event<\/span><\/li>\n<\/ul>\n<p><b>2. What:<\/b><\/p>\n<ul>\n<li><span style=\"font-weight: 400;\">?What is the capital of France<\/span><\/li>\n<li><span style=\"font-weight: 400;\">?What are your plans for the weekend<\/span><\/li>\n<\/ul>\n<p><b>3. When:<\/b><\/p>\n<ul>\n<li><span style=\"font-weight: 400;\">?When is the deadline for submitting the report<\/span><\/li>\n<li><span style=\"font-weight: 400;\">?When did you last visit the museum<\/span><\/li>\n<\/ul>\n<p><b>4. Where:<\/b><\/p>\n<ul>\n<li><span style=\"font-weight: 400;\">?Where did you find the lost keys<\/span><\/li>\n<li><span style=\"font-weight: 400;\">?Where are they going on vacation<\/span><\/li>\n<\/ul>\n<p><b>5. Why:<\/b><\/p>\n<ul>\n<li><span style=\"font-weight: 400;\">?Why did you choose this career path<\/span><\/li>\n<li><span style=\"font-weight: 400;\">?Why is the sky blue<\/span><\/li>\n<\/ul>\n<p><b>6. How:<\/b><\/p>\n<ul>\n<li><span style=\"font-weight: 400;\">?How did you learn to play the piano<\/span><\/li>\n<li><span style=\"font-weight: 400;\">?How can we improve our efficiency<\/span><\/li>\n<\/ul>\n        <\/div>\n    <\/div>\n  <\/section>\n\n\n  <section class=\"section blogHeadingText\" id=\"blogHeadingText-block_9ea61c736e8272ac07eb231957d9d4e0\">\n    <div class=\"blogHeadingText__wrapper\" >\n        <div class=\"blogHeadingText__heading\">\n            <h2 class=\"blogHeadingText__headingItem\" data-blog-heading data-section-id=\"blogHeadingText-block_9ea61c736e8272ac07eb231957d9d4e0\">\n                \u05d9\u05d9\u05e9\u05d5\u05de\u05d9\u05dd            <\/h2>\n        <\/div>\n        <div class=\"blogHeadingText__content\">\n            <p><b>1. \u05e8\u05d0\u05d9\u05d5\u05e0\u05d5\u05ea \u05d5\u05e9\u05d9\u05d7\u05d5\u05ea:<\/b><\/p>\n<p><span style=\"font-weight: 400;\">\u05e9\u05d0\u05dc\u05d5\u05ea <\/span><b>WH-Questions<\/b><span style=\"font-weight: 400;\"> \u05d4\u05df \u05e7\u05e8\u05d9\u05d8\u05d9\u05d5\u05ea \u05d1\u05e8\u05d0\u05d9\u05d5\u05e0\u05d5\u05ea \u05d5\u05d1\u05e9\u05d9\u05d7\u05d5\u05ea \u05d9\u05d5\u05de\u05d9\u05d5\u05de\u05d9\u05d5\u05ea, \u05d5\u05d4\u05df \u05de\u05d0\u05e4\u05e9\u05e8\u05d5\u05ea \u05d7\u05d9\u05dc\u05d5\u05e4\u05d9 \u05de\u05d9\u05d3\u05e2 \u05d5\u05d3\u05d9\u05d0\u05dc\u05d5\u05d2\u05d9\u05dd \u05de\u05e9\u05de\u05e2\u05d5\u05ea\u05d9\u05d9\u05dd.<\/span><\/p>\n<ul>\n<li style=\"font-weight: 400;\" aria-level=\"2\"><span style=\"font-weight: 400;\">?Example: How do you handle challenges in the workplace<\/span><\/li>\n<\/ul>\n<p><b>2. \u05e4\u05ea\u05e8\u05d5\u05df \u05d1\u05e2\u05d9\u05d5\u05ea:<\/b><\/p>\n<p><span style=\"font-weight: 400;\">\u05e9\u05d0\u05dc\u05d5\u05ea <\/span><b>WH-Questions<\/b><span style=\"font-weight: 400;\"> \u05de\u05e1\u05d9\u05d9\u05e2\u05d5\u05ea \u05d1\u05e4\u05ea\u05e8\u05d5\u05df \u05d1\u05e2\u05d9\u05d5\u05ea, \u05d5\u05de\u05e2\u05d5\u05d3\u05d3\u05d5\u05ea \u05d7\u05e9\u05d9\u05d1\u05d4 \u05d1\u05d9\u05e7\u05d5\u05e8\u05ea\u05d9\u05ea \u05d5\u05e0\u05d9\u05ea\u05d5\u05d7.<\/span><\/p>\n<ul>\n<li style=\"font-weight: 400;\" aria-level=\"2\"><span style=\"font-weight: 400;\">?Example: What could be the root cause of this issue<\/span><\/li>\n<\/ul>\n<p><b>3. \u05dc\u05de\u05d9\u05d3\u05d4 \u05d5\u05d7\u05d9\u05e0\u05d5\u05da:<\/b><\/p>\n<p><span style=\"font-weight: 400;\">\u05d1\u05de\u05e1\u05d2\u05e8\u05d5\u05ea \u05d7\u05d9\u05e0\u05d5\u05db\u05d9\u05d5\u05ea, \u05d4\u05de\u05d5\u05e8\u05d9\u05dd \u05de\u05e9\u05ea\u05de\u05e9\u05d9\u05dd \u05dc\u05e8\u05d5\u05d1 \u05d1\u05e9\u05d0\u05dc\u05d5\u05ea <\/span><b>WH-Questions<\/b><span style=\"font-weight: 400;\"> \u05db\u05d3\u05d9 \u05dc\u05d4\u05e2\u05e8\u05d9\u05da \u05d0\u05ea \u05d4\u05d4\u05d1\u05e0\u05d4 \u05d5\u05dc\u05e2\u05d5\u05d3\u05d3 \u05d0\u05ea \u05d4\u05ea\u05dc\u05de\u05d9\u05d3\u05d9\u05dd \u05dc\u05d7\u05e9\u05d9\u05d1\u05d4 \u05d1\u05d9\u05e7\u05d5\u05e8\u05ea\u05d9\u05ea.<\/span><\/p>\n<ul>\n<li style=\"font-weight: 400;\" aria-level=\"2\"><span style=\"font-weight: 400;\">?Example: Why do you think the character made that decision in the story<\/span><\/li>\n<\/ul>\n        <\/div>\n    <\/div>\n  <\/section>\n\n\n  <section class=\"section blogHeadingText\" id=\"blogHeadingText-block_1c8dd0218b1d9564c596a4824cfca1d4\">\n    <div class=\"blogHeadingText__wrapper\" >\n        <div class=\"blogHeadingText__heading\">\n            <h2 class=\"blogHeadingText__headingItem\" data-blog-heading data-section-id=\"blogHeadingText-block_1c8dd0218b1d9564c596a4824cfca1d4\">\n                \u05d8\u05e2\u05d5\u05d9\u05d5\u05ea \u05e0\u05e4\u05d5\u05e6\u05d5\u05ea            <\/h2>\n        <\/div>\n        <div class=\"blogHeadingText__content\">\n            <p><b>1. \u05d7\u05d5\u05e1\u05e8 \u05d1\u05e4\u05e2\u05dc\u05d9 \u05e2\u05d6\u05e8:<\/b><\/p>\n<p><span style=\"font-weight: 400;\">\u05d7\u05dc\u05e7 \u05de\u05e9\u05d0\u05dc\u05d5\u05ea <\/span><b>WH-Questions<\/b><span style=\"font-weight: 400;\"> \u05d3\u05d5\u05e8\u05e9\u05d5\u05ea \u05e9\u05d9\u05de\u05d5\u05e9 \u05e4\u05e2\u05dc\u05d9 \u05e2\u05d6\u05e8. \u05d0\u05d9 \u05d4\u05db\u05dc\u05dc\u05d4 \u05e9\u05dc\u05d4\u05dd \u05e2\u05dc\u05d5\u05dc\u05d4 \u05dc\u05d4\u05d5\u05d1\u05d9\u05dc \u05dc\u05d9\u05e6\u05d9\u05e8\u05ea \u05e9\u05d0\u05dc\u05d5\u05ea \u05e9\u05d2\u05d5\u05d9\u05d5\u05ea \u05de\u05d1\u05d7\u05d9\u05e0\u05d4 \u05d3\u05e7\u05d3\u05d5\u05e7\u05d9\u05ea.<\/span><\/p>\n<ul>\n<li style=\"font-weight: 400;\" aria-level=\"2\"><span style=\"font-weight: 400;\">?Incorrect: What you doing after work<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"2\"><span style=\"font-weight: 400;\">?Correct: What are you doing after work<\/span><\/li>\n<\/ul>\n<p><b>2. \u05e1\u05d3\u05e8 \u05de\u05d9\u05dc\u05d9\u05dd \u05e9\u05d2\u05d5\u05d9:<\/b><\/p>\n<p><span style=\"font-weight: 400;\">\u05de\u05d9\u05e7\u05d5\u05dd \u05e9\u05d2\u05d5\u05d9 \u05e9\u05dc \u05de\u05d9\u05dc\u05d5\u05ea \u05d4\u05e9\u05d0\u05dc\u05d4 \u05d0\u05d5 \u05e1\u05d9\u05d3\u05d5\u05e8 \u05d4\u05de\u05d9\u05dc\u05d9\u05dd \u05d1\u05d0\u05d5\u05e4\u05df \u05e9\u05d2\u05d5\u05d9 \u05e2\u05dc\u05d5\u05dc \u05dc\u05d2\u05e8\u05d5\u05dd \u05dc\u05e9\u05d0\u05dc\u05d5\u05ea \u05de\u05d1\u05dc\u05d1\u05dc\u05d5\u05ea \u05d0\u05d5 \u05dc\u05d0 \u05d1\u05e8\u05d5\u05e8\u05d5\u05ea.<\/span><\/p>\n<ul>\n<li style=\"font-weight: 400;\" aria-level=\"2\"><span style=\"font-weight: 400;\">?Incorrect: Why she is upset<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"2\"><span style=\"font-weight: 400;\">?Correct: Why is she upset<\/span><\/li>\n<\/ul>\n<p><b>3. \u05e9\u05d9\u05de\u05d5\u05e9 \u05d1\u05de\u05d9\u05dc\u05d5\u05ea \u05e9\u05d0\u05dc\u05d4 \u05dc\u05d0 \u05e0\u05db\u05d5\u05e0\u05d5\u05ea:<\/b><\/p>\n<p><span style=\"font-weight: 400;\">\u05d1\u05d7\u05d9\u05e8\u05d4 \u05d1\u05de\u05d9\u05dc\u05ea \u05d4\u05e9\u05d0\u05dc\u05d4 \u05d4\u05dc\u05d0 \u05e0\u05db\u05d5\u05e0\u05d4 \u05e2\u05dc\u05d5\u05dc\u05d4 \u05dc\u05d4\u05d5\u05d1\u05d9\u05dc \u05dc\u05e9\u05d0\u05dc\u05d4 \u05e9\u05d0\u05d9\u05e0\u05d4 \u05d4\u05d2\u05d9\u05d5\u05e0\u05d9\u05ea \u05d0\u05d5 \u05de\u05d1\u05e7\u05e9\u05ea \u05de\u05d9\u05d3\u05e2 \u05dc\u05d0 \u05e8\u05dc\u05d5\u05d5\u05e0\u05d8\u05d9 \u05d0\u05d5 \u05dc\u05d0 \u05e8\u05e6\u05d5\u05d9.<\/span><\/p>\n<ul>\n<li style=\"font-weight: 400;\" aria-level=\"2\"><span style=\"font-weight: 400;\">?Incorrect: Who did you buy your new laptop<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"2\"><span style=\"font-weight: 400;\">?Correct: When did you buy your new laptop<\/span><\/li>\n<\/ul>\n        <\/div>\n    <\/div>\n  <\/section>\n\n\n  <section class=\"section blogHeadingText\" id=\"blogHeadingText-block_202aedf20c1745c07efc11abbc522c85\">\n    <div class=\"blogHeadingText__wrapper\" >\n        <div class=\"blogHeadingText__heading\">\n            <h2 class=\"blogHeadingText__headingItem\" data-blog-heading data-section-id=\"blogHeadingText-block_202aedf20c1745c07efc11abbc522c85\">\n                \u05d8\u05d1\u05dc\u05d0\u05d5\u05ea \u05e1\u05d9\u05db\u05d5\u05dd            <\/h2>\n        <\/div>\n        <div class=\"blogHeadingText__content\">\n            <p><b>Table 1: Wh-Question Words and Their Functions<\/b><\/p>\n<table style=\"height: 426px;\" width=\"780\">\n<thead>\n<tr>\n<th>\n<p style=\"text-align: right;\"><b>Question Word<\/b><\/p>\n<\/th>\n<th>\n<p style=\"text-align: right;\"><b>Function<\/b><\/p>\n<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td><span style=\"font-weight: 400;\">Who<\/span><\/td>\n<td><span style=\"font-weight: 400;\">Asking about a person<\/span><\/td>\n<\/tr>\n<tr>\n<td><span style=\"font-weight: 400;\">What<\/span><\/td>\n<td><span style=\"font-weight: 400;\">Inquiring about an object<\/span><\/td>\n<\/tr>\n<tr>\n<td><span style=\"font-weight: 400;\">When<\/span><\/td>\n<td><span style=\"font-weight: 400;\">Seeking information on time<\/span><\/td>\n<\/tr>\n<tr>\n<td><span style=\"font-weight: 400;\">Where<\/span><\/td>\n<td><span style=\"font-weight: 400;\">Asking about a location<\/span><\/td>\n<\/tr>\n<tr>\n<td><span style=\"font-weight: 400;\">Why<\/span><\/td>\n<td><span style=\"font-weight: 400;\">Inquiring about a reason<\/span><\/td>\n<\/tr>\n<tr>\n<td><span style=\"font-weight: 400;\">How<\/span><\/td>\n<td><span style=\"font-weight: 400;\">Asking about the manner\/method<\/span><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p>&nbsp;<\/p>\n<p><b>Table 2: Formation of Wh-Questions<\/b><\/p>\n<table style=\"height: 119px;\" width=\"781\">\n<thead>\n<tr>\n<th>\n<p style=\"text-align: right;\"><b>Type of Question<\/b><\/p>\n<\/th>\n<th>\n<p style=\"text-align: right;\"><b>Structure<\/b><\/p>\n<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td><span style=\"font-weight: 400;\">Open-ended Wh-Question<\/span><\/td>\n<td><span style=\"font-weight: 400;\">Wh-word + Auxiliary Verb + Subject + Verb<\/span><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p>&nbsp;<\/p>\n<p><b>Table 3: Common Mistakes and Corrections<\/b><\/p>\n<table style=\"height: 226px;\" width=\"783\">\n<thead>\n<tr>\n<th>\n<p style=\"text-align: right;\"><b>Common Mistake<\/b><\/p>\n<\/th>\n<th>\n<p style=\"text-align: right;\"><b>Correct Usage<\/b><\/p>\n<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td><span style=\"font-weight: 400;\">Missing auxiliary verbs<\/span><\/td>\n<td><span style=\"font-weight: 400;\">Incorrect: &quot;?What you doing after work&quot;<\/span><\/td>\n<\/tr>\n<tr>\n<td><span style=\"font-weight: 400;\">Incorrect word order<\/span><\/td>\n<td><span style=\"font-weight: 400;\">Incorrect: &quot;?Why she is upset&quot;<\/span><\/td>\n<\/tr>\n<tr>\n<td><span style=\"font-weight: 400;\">Using incorrect question words<\/span><\/td>\n<td><span style=\"font-weight: 400;\">Incorrect: &quot;?Whom did you buy your new laptop&quot;<\/span><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n        <\/div>\n    <\/div>\n  <\/section>\n\n\n  <section class=\"section blogHeadingText\" id=\"blogHeadingText-block_6f1bb43ad649a4111ca6270d7a549a42\">\n    <div class=\"blogHeadingText__wrapper\" >\n        <div class=\"blogHeadingText__heading\">\n            <h2 class=\"blogHeadingText__headingItem\" data-blog-heading data-section-id=\"blogHeadingText-block_6f1bb43ad649a4111ca6270d7a549a42\">\n                \u05e9\u05d0\u05dc\u05d5\u05ea \u05d5\u05ea\u05e9\u05d5\u05d1\u05d5\u05ea \u05dc\u05d4\u05d1\u05e0\u05d4            <\/h2>\n        <\/div>\n        <div class=\"blogHeadingText__content\">\n            <p><b>1. \u05de\u05d4 \u05d4\u05de\u05d8\u05e8\u05d4 \u05d4\u05e2\u05d9\u05e7\u05e8\u05d9\u05ea \u05e9\u05dc \u05e9\u05d0\u05dc\u05d5\u05ea WH-Questions \u05d1\u05d0\u05e0\u05d2\u05dc\u05d9\u05ea?<\/b><\/p>\n<p><b>\u05ea\u05e9\u05d5\u05d1\u05d4:<\/b><span style=\"font-weight: 400;\"> \u05e9\u05d0\u05dc\u05d5\u05ea Wh \u05de\u05e9\u05de\u05e9\u05d5\u05ea \u05dc\u05d7\u05d9\u05e4\u05d5\u05e9 \u05de\u05d9\u05d3\u05e2 \u05e1\u05e4\u05e6\u05d9\u05e4\u05d9 \u05e2\u05dc \u05de\u05d9\u05e9\u05d4\u05d5, \u05de\u05e9\u05d4\u05d5, \u05d6\u05de\u05df, \u05de\u05e7\u05d5\u05dd, \u05e1\u05d9\u05d1\u05d4 \u05d0\u05d5 \u05d0\u05d5\u05e4\u05df. \u05d4\u05dd \u05e0\u05d5\u05e2\u05d3\u05d5 \u05dc\u05e2\u05d5\u05e8\u05e8 \u05ea\u05d2\u05d5\u05d1\u05d5\u05ea \u05de\u05e4\u05d5\u05e8\u05d8\u05d5\u05ea \u05d5\u05d4\u05dd \u05d7\u05d9\u05d5\u05e0\u05d9\u05d9\u05dd \u05dc\u05ea\u05e7\u05e9\u05d5\u05e8\u05ea \u05d0\u05e4\u05e7\u05d8\u05d9\u05d1\u05d9\u05ea.<\/span><\/p>\n<p><b>\u05d3\u05d5\u05d2\u05de\u05d0:<\/b><\/p>\n<ul>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">?Question: Who is the author of this book<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Answer: The author of this book is J.K. Rowling<\/span><\/li>\n<\/ul>\n<p><b>2. \u05d0\u05d9\u05da \u05e0\u05d5\u05e6\u05e8\u05d5\u05ea \u05e9\u05d0\u05dc\u05d5\u05ea WH-Questions \u05d1\u05d0\u05e0\u05d2\u05dc\u05d9\u05ea?<\/b><\/p>\n<p><b>\u05ea\u05e9\u05d5\u05d1\u05d4:<\/b><span style=\"font-weight: 400;\"> \u05e9\u05d0\u05dc\u05d5\u05ea Wh \u05e0\u05d5\u05e6\u05e8\u05d5\u05ea \u05d1\u05d3\u05e8\u05da \u05db\u05dc\u05dc \u05e2\u05dc \u05d9\u05d3\u05d9 \u05d4\u05ea\u05d7\u05dc\u05ea \u05d4\u05de\u05e9\u05e4\u05d8 \u05d1\u05de\u05d9\u05dc\u05ea \u05e9\u05d0\u05dc\u05d4 (who, what, when, where, why, which, how), \u05d5\u05d0\u05d7\u05e8\u05d9\u05d4 \u05e4\u05d5\u05e2\u05dc \u05d4\u05e2\u05d6\u05e8 (\u05d0\u05dd \u05d9\u05e9 \u05e6\u05d5\u05e8\u05da), \u05d4\u05e0\u05d5\u05e9\u05d0 \u05d5\u05d4\u05e4\u05d5\u05e2\u05dc \u05d4\u05e8\u05d0\u05e9\u05d9.<\/span><\/p>\n<p><b>\u05d3\u05d5\u05d2\u05de\u05d0:<\/b><\/p>\n<ul>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">?Question: When are you planning to visit the museum<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Answer: I am planning to visit the museum this Saturday<\/span><\/li>\n<\/ul>\n<p><b>3. \u05ea\u05e0\u05d5 \u05d3\u05d5\u05d2\u05de\u05d4 \u05dc\u05e9\u05d0\u05dc\u05ea WH-Question \u05d4\u05d3\u05d5\u05e8\u05e9\u05ea \u05ea\u05e9\u05d5\u05d1\u05d4 \u05e9\u05dc \u05db\u05df \u05d0\u05d5 \u05dc\u05d0?<\/b><\/p>\n<p><b>\u05ea\u05e9\u05d5\u05d1\u05d4:<\/b><span style=\"font-weight: 400;\"> \u05d1\u05e2\u05d5\u05d3 \u05e9\u05e8\u05d5\u05d1 \u05e9\u05d0\u05dc\u05d5\u05ea \u05d4- Wh \u05de\u05d1\u05e7\u05e9\u05d5\u05ea \u05de\u05d9\u05d3\u05e2 \u05de\u05e4\u05d5\u05e8\u05d8, \u05e9\u05d0\u05dc\u05d5\u05ea Wh \u05e1\u05d2\u05d5\u05e8\u05d5\u05ea, \u05db\u05d2\u05d5\u05df \u05d0\u05dc\u05d5 \u05e9\u05de\u05ea\u05d7\u05d9\u05dc\u05d5\u05ea \u05d1-&quot;is&quot;, &quot;are&quot;, &quot;can&quot; \u05d0\u05d5 &quot;will&quot;, \u05d3\u05d5\u05e8\u05e9\u05d5\u05ea \u05dc\u05e8\u05d5\u05d1 \u05ea\u05e9\u05d5\u05d1\u05d4 \u05e9\u05dc \u05db\u05df \u05d0\u05d5 \u05dc\u05d0.<\/span><\/p>\n<p><b>\u05d3\u05d5\u05d2\u05de\u05d0:<\/b><\/p>\n<ul>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">?Question: Is she attending the conference<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Answer: Yes, she is attending the conference<\/span><\/li>\n<\/ul>\n<p><b>4. \u05de\u05d4\u05d9 \u05d0\u05d7\u05ea \u05d4\u05d8\u05e2\u05d5\u05d9\u05d5\u05ea \u05d4\u05e0\u05e4\u05d5\u05e6\u05d5\u05ea \u05e9\u05d9\u05e9 \u05dc\u05d4\u05d9\u05de\u05e0\u05e2 \u05de\u05de\u05e0\u05d4 \u05d1\u05e2\u05ea \u05d9\u05e6\u05d9\u05e8\u05ea \u05e9\u05d0\u05dc\u05d5\u05ea Wh?<\/b><\/p>\n<p><span style=\"font-weight: 400;\">\u05ea\u05e9\u05d5\u05d1\u05d4: \u05d4\u05d8\u05e2\u05d5\u05ea \u05d4\u05e0\u05e4\u05d5\u05e6\u05d4 \u05d4\u05d9\u05d0 \u05de\u05d9\u05e7\u05d5\u05dd \u05dc\u05d0 \u05e0\u05db\u05d5\u05df \u05e9\u05dc \u05de\u05d9\u05dc\u05ea \u05d4\u05e9\u05d0\u05dc\u05d4 \u05d0\u05d5 \u05d0\u05d9 \u05d4\u05db\u05dc\u05dc\u05ea \u05e4\u05e2\u05dc\u05d9 \u05d4\u05e2\u05d6\u05e8. \u05e1\u05d3\u05e8 \u05de\u05d9\u05dc\u05d9\u05dd \u05e0\u05db\u05d5\u05df \u05d5\u05e9\u05d9\u05de\u05d5\u05e9 \u05de\u05d3\u05d5\u05d9\u05e7 \u05d1\u05e4\u05e2\u05dc\u05d9 \u05e2\u05d6\u05e8 \u05ea\u05d5\u05e8\u05de\u05d9\u05dd \u05dc\u05d9\u05e6\u05d9\u05e8\u05ea <\/span><b>WH-Questions<\/b><span style=\"font-weight: 400;\"> \u05e0\u05db\u05d5\u05e0\u05d5\u05ea \u05de\u05d1\u05d7\u05d9\u05e0\u05d4 \u05d3\u05e7\u05d3\u05d5\u05e7\u05d9\u05ea.<\/span><\/p>\n<p><b>\u05d3\u05d5\u05d2\u05de\u05d0:<\/b><\/p>\n<ul>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">?Incorrect: She why upset<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">?Correct: Why is she upset<\/span><\/li>\n<\/ul>\n<p><b>5. \u05db\u05d9\u05e6\u05d3 \u05ea\u05d5\u05e8\u05de\u05d5\u05ea \u05e9\u05d0\u05dc\u05d5\u05ea WH-Questions \u05dc\u05ea\u05e7\u05e9\u05d5\u05e8\u05ea \u05d0\u05e4\u05e7\u05d8\u05d9\u05d1\u05d9\u05ea \u05d1\u05d9\u05df \u05d0\u05e0\u05e9\u05d9\u05dd \u05d1\u05d4\u05e7\u05e9\u05e8\u05d9\u05dd \u05d4\u05e9\u05d5\u05e0\u05d9\u05dd?<\/b><\/p>\n<p><span style=\"font-weight: 400;\">\u05ea\u05e9\u05d5\u05d1\u05d4: \u05e9\u05d0\u05dc\u05d5\u05ea Wh \u05de\u05de\u05dc\u05d0\u05d5\u05ea \u05ea\u05e4\u05e7\u05d9\u05d3 \u05de\u05db\u05e8\u05d9\u05e2 \u05d1\u05e8\u05d0\u05d9\u05d5\u05e0\u05d5\u05ea, \u05d1\u05e9\u05d9\u05d7\u05d5\u05ea, \u05d1\u05e4\u05ea\u05e8\u05d5\u05df \u05d1\u05e2\u05d9\u05d5\u05ea \u05d5\u05d1\u05de\u05e1\u05d2\u05e8\u05d5\u05ea \u05d7\u05d9\u05e0\u05d5\u05db\u05d9\u05d5\u05ea. \u05d4\u05df \u05de\u05e7\u05dc\u05d5\u05ea \u05e2\u05dc \u05d7\u05d9\u05dc\u05d5\u05e4\u05d9 \u05d4\u05de\u05d9\u05d3\u05e2, \u05de\u05e2\u05d5\u05d3\u05d3\u05d5\u05ea \u05d7\u05e9\u05d9\u05d1\u05d4 \u05d1\u05d9\u05e7\u05d5\u05e8\u05ea\u05d9\u05ea \u05d5\u05de\u05e9\u05e4\u05e8\u05d5\u05ea \u05d0\u05ea \u05d4\u05ea\u05e7\u05e9\u05d5\u05e8\u05ea \u05d4\u05db\u05d5\u05dc\u05dc\u05ea \u05e2\u05dc \u05d9\u05d3\u05d9 \u05de\u05ea\u05df \u05ea\u05d2\u05d5\u05d1\u05d5\u05ea \u05de\u05e4\u05d5\u05e8\u05d8\u05d5\u05ea \u05d4\u05de\u05ea\u05d9\u05d9\u05d7\u05e1\u05d5\u05ea \u05dc\u05de\u05d4\u05d5\u05ea \u05d4\u05e9\u05d0\u05dc\u05d4.<\/span><\/p>\n<p><b>\u05d3\u05d5\u05d2\u05de\u05d0:<\/b><\/p>\n<ul>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">?Question: Why do you believe this solution is the most effective<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Answer: I think this solution is effective because it addresses the root cause of the problem<\/span><\/li>\n<\/ul>\n        <\/div>\n    <\/div>\n  <\/section>\n\n\n  <section class=\"section blogHeadingText\" id=\"blogHeadingText-block_aa11316be367c782bb340d92b90d7cb3\">\n    <div class=\"blogHeadingText__wrapper\" >\n        <div class=\"blogHeadingText__heading\">\n            <h2 class=\"blogHeadingText__headingItem\" data-blog-heading data-section-id=\"blogHeadingText-block_aa11316be367c782bb340d92b90d7cb3\">\n                \u05dc\u05e1\u05d9\u05db\u05d5\u05dd            <\/h2>\n        <\/div>\n        <div class=\"blogHeadingText__content\">\n            <p><span style=\"font-weight: 400;\">\u05e9\u05d0\u05dc\u05d5\u05ea <\/span><b>WH-Questions <\/b><span style=\"font-weight: 400;\">\u05d4\u05df \u05d7\u05dc\u05e7 \u05d1\u05dc\u05ea\u05d9 \u05e0\u05e4\u05e8\u05d3 \u05de\u05d4\u05ea\u05e7\u05e9\u05d5\u05e8\u05ea \u05d4\u05d0\u05e4\u05e7\u05d8\u05d9\u05d1\u05d9\u05ea \u05d1\u05e9\u05e4\u05d4 \u05d4\u05d0\u05e0\u05d2\u05dc\u05d9\u05ea, \u05d5\u05d4\u05df \u05de\u05d0\u05e4\u05e9\u05e8\u05d5\u05ea \u05d7\u05e7\u05e8 \u05d5\u05e7\u05d1\u05dc\u05ea \u05de\u05d9\u05d3\u05e2 \u05d1\u05e6\u05d5\u05e8\u05d4 \u05de\u05d5\u05d1\u05e0\u05d9\u05ea. \u05e2\u05dc \u05d9\u05d3\u05d9 \u05d4\u05d1\u05e0\u05ea \u05db\u05dc\u05dc\u05d9 \u05d4\u05d3\u05e7\u05d3\u05d5\u05e7, \u05d4\u05d9\u05de\u05e0\u05e2\u05d5\u05ea \u05de\u05d8\u05e2\u05d5\u05d9\u05d5\u05ea \u05e0\u05e4\u05d5\u05e6\u05d5\u05ea \u05d5\u05d9\u05d9\u05e9\u05d5\u05dd \u05e9\u05d0\u05dc\u05d5\u05ea <\/span><b>WH-Questions<\/b><span style=\"font-weight: 400;\"> \u05d1\u05d4\u05e7\u05e9\u05e8\u05d9\u05dd \u05d4\u05e0\u05db\u05d5\u05e0\u05d9\u05dd, \u05e0\u05d5\u05db\u05dc \u05dc\u05e9\u05e4\u05e8 \u05d0\u05ea \u05de\u05d9\u05d5\u05de\u05e0\u05d5\u05ea \u05d4\u05e9\u05e4\u05d4 \u05e9\u05dc\u05e0\u05d5 \u05d5\u05dc\u05d4\u05e9\u05ea\u05ea\u05e3 \u05d1\u05e9\u05d9\u05d7\u05d5\u05ea \u05de\u05e9\u05de\u05e2\u05d5\u05ea\u05d9\u05d5\u05ea \u05d9\u05d5\u05ea\u05e8.\u00a0<\/span><\/p>\n<p><span style=\"font-weight: 400;\">\u05d0\u05dd \u05d0\u05ea\u05dd \u05e8\u05d5\u05e6\u05d9\u05dd \u05dc\u05dc\u05de\u05d3 \u05d0\u05ea \u05d9\u05dc\u05d3\u05d9\u05db\u05dd \u05e2\u05d5\u05d3 \u05e2\u05dc \u05e9\u05d0\u05dc\u05d5\u05ea <\/span><b>WH-Questions<\/b><span style=\"font-weight: 400;\">, \u05d5\u05e0\u05d5\u05e9\u05d0\u05d9 \u05d3\u05e7\u05d3\u05d5\u05e7 \u05e0\u05d5\u05e1\u05e4\u05d9\u05dd \u05d1\u05d0\u05e0\u05d2\u05dc\u05d9\u05ea \u05de\u05d3\u05d5\u05d1\u05e8\u05ea \u05d5\u05db\u05ea\u05d5\u05d1\u05d4, \u05d4\u05d9\u05db\u05e0\u05e1\u05d5 \u05dc: <\/span><a href=\"https:\/\/www.novakidschool.com\/he\/\"><span style=\"font-weight: 400;\">\u05d1\u05d9\u05ea \u05e1\u05e4\u05e8 \u05dc\u05dc\u05d9\u05de\u05d5\u05d3 \u05d0\u05e0\u05d2\u05dc\u05d9\u05ea \u05dc\u05d9\u05dc\u05d3\u05d9\u05dd<\/span><\/a> <span style=\"font-weight: 400;\">\u05e9\u05dc \u05e0\u05d5\u05d1\u05d4 \u05e7\u05d9\u05d3 \u05d5\u05d4\u05d9\u05e8\u05e9\u05de\u05d5 \u05dc\u05d0\u05d7\u05d3 \u05d4\u05e7\u05d5\u05e8\u05e1\u05d9\u05dd <\/span><a href=\"https:\/\/www.novakidschool.com\/he\/\"><span style=\"font-weight: 400;\">\u05dc\u05dc\u05d9\u05de\u05d5\u05d3 \u05d0\u05e0\u05d2\u05dc\u05d9\u05ea \u05d0\u05d5\u05e0\u05dc\u05d9\u05d9\u05df \u05dc\u05d9\u05dc\u05d3\u05d9\u05dd<\/span><\/a><span style=\"font-weight: 400;\">.\u00a0<\/span><\/p>\n<p><span style=\"font-weight: 400;\">\u05e6\u05e4\u05d5 \u05d1<\/span><a href=\"https:\/\/www.novakidschool.com\/he\/programs\/\"><span style=\"font-weight: 400;\">\u05ea\u05db\u05e0\u05d9\u05d5\u05ea \u05d5\u05e9\u05d9\u05d8\u05d5\u05ea \u05dc\u05d9\u05de\u05d5\u05d3 \u05d0\u05e0\u05d2\u05dc\u05d9\u05ea<\/span><\/a><span style=\"font-weight: 400;\"> \u05dc\u05d9\u05dc\u05d3\u05d9\u05dd \u05d5\u05e6\u05e8\u05d5 \u05e7\u05e9\u05e8 \u05e2\u05dd \u05d0\u05d7\u05d3 \u05de\u05d0\u05e0\u05e9\u05d9 \u05d4\u05e6\u05d5\u05d5\u05ea \u05e9\u05dc\u05e0\u05d5 \u05e2\u05d5\u05d3 \u05d4\u05d9\u05d5\u05dd!<\/span><\/p>\n        <\/div>\n    <\/div>\n  <\/section>\n\n\n  <section class=\"section blogHeadingText\" id=\"blogHeadingText-block_c91966d778a8cd1d77ab5c1e911eb5a0\">\n    <div class=\"blogHeadingText__wrapper\" >\n        <div class=\"blogHeadingText__heading\">\n            <h2 class=\"blogHeadingText__headingItem\" data-blog-heading data-section-id=\"blogHeadingText-block_c91966d778a8cd1d77ab5c1e911eb5a0\">\n                WH-Questions Test            <\/h2>\n        <\/div>\n        <div class=\"blogHeadingText__content\">\n                    <\/div>\n    <\/div>\n  <\/section>\n\n\n\n    <!-- Custom CSS for Quiz -->\n    <style type=\"text\/css\">\n\n    \/* Fixes *\/\n    #advq_quiz_3125 ul.advq_question_list {\n        padding:10px 0;\n        margin:0;\n    }\n\n    #advq_quiz_3125 {\n        font-family: ;\n        font-size: 1em;\n        line-height: 1.5em;\n        font-weight: 400;\n        font-style: ;\n    }\n\n    #advq_quiz_3125 .advq_button,\n    #advq_quiz_3125 .advq_validade_ck,\n    #advq_quiz_3125 .advq_next_button,\n    #advq_quiz_3125 .advq_start_quiz_button,\n    #advq_quiz_3125 .advq-restart,\n    #advq_quiz_3125 .advq-restart a {\n        color:#FFFFFF;\n        background-color:rgba(200,107,245,1);\n        font-family: ;\n    }\n\n    #advq_quiz_3125 .advq_button,\n    #advq_quiz_3125 .advq_next_button,\n    #advq_quiz_3125 .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_3125 .advq_button:hover,\n    #advq_quiz_3125 .advq_validade_ck:hover,\n    #advq_quiz_3125 .advq_next_button:hover,\n    #advq_quiz_3125 .advq_start_quiz_button:hover,\n    #advq_quiz_3125 .advq-restart:hover,\n    #advq_quiz_3125 .advq-restart a:hover {\n        color:#FFFFFF;\n        background-color:rgba(200,107,245,1);\n    }\n\n    #advq_quiz_3125 {\n            max-width:100%;\n        }\n        \n    \/* Questions *\/\n    #advq_quiz_3125 .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_3125 .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_3125 .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_3125 .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_3125 .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_3125 .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_3125 .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_3125 .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_3125 .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_3125 .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_3125 .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='3125' id='advq_quiz_3125' data-qtype='trivia' data-qlayout='minimal' data-unique-visitor='false' data-start-time='1776343573' data-options='{\"provide_result\":false,\"allow_change\":false,\"result_position\":\"inline\",\"one_page\":false,\"scroll_to_next\":false,\"progress_bar\":\"disabled\",\"back_button\":false,\"list_mode\":false,\"relation\":\"AND\",\"answerstags\":false}'><div  data-mandatory=\"\" class=\"advq_question_container \" ><div class=\"advq_question_wrap\"><div class=\"advq_question\" data-question-id=\"question-1\" >?What is the primary purpose of Wh-questions in English<\/div><ul data-priority=\"normal\" data-type=\"radio\" data-relation=\"ignore\" class=\"advq_question_list\" data-question-id=\"question-1\"><li class=\"quiz_unselected_answer\"><input data-value='To express opinions ' data-rule='0' id='question-1_0' name='question-1' type='radio' data-points='1'> <label for='question-1_0'><span class=\"advq_a_input\"><i class=\"fa fa-square-o\" aria-hidden=\"true\"><\/i><\/span>To express opinions <\/label><\/li><li class=\"quiz_unselected_answer\"><input data-value='To seek specific information' data-rule='1' id='question-1_1' name='question-1' type='radio' data-points='1'> <label for='question-1_1'><span class=\"advq_a_input\"><i class=\"fa fa-square-o\" aria-hidden=\"true\"><\/i><\/span>To seek specific information<\/label><\/li><li class=\"quiz_unselected_answer\"><input data-value='To make statements' data-rule='0' id='question-1_2' name='question-1' type='radio' data-points='1'> <label for='question-1_2'><span class=\"advq_a_input\"><i class=\"fa fa-square-o\" aria-hidden=\"true\"><\/i><\/span>To make statements<\/label><\/li><li class=\"quiz_unselected_answer\"><input data-value='To provide information ' data-rule='0' id='question-1_3' name='question-1' type='radio' data-points='1'> <label for='question-1_3'><span class=\"advq_a_input\"><i class=\"fa fa-square-o\" aria-hidden=\"true\"><\/i><\/span>To provide information <\/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\" >?How are Wh-questions usually formed<\/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='By placing the question word at the end ' 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>By placing the question word at the end <\/label><\/li><li class=\"quiz_unselected_answer\"><input data-value='By beginning with a question word ' data-rule='1' id='question-2_1' name='question-2' type='radio' data-points='1'> <label for='question-2_1'><span class=\"advq_a_input\"><i class=\"fa fa-square-o\" aria-hidden=\"true\"><\/i><\/span>By beginning with a question word <\/label><\/li><li class=\"quiz_unselected_answer\"><input data-value='By starting with a verb ' 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>By starting with a verb <\/label><\/li><li class=\"quiz_unselected_answer\"><input data-value='By using only nouns' 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>By using only nouns<\/label><\/li><\/ul><\/div><\/div><div  data-mandatory=\"\" class=\"advq_question_container \" ><div class=\"advq_question_wrap\"><div class=\"advq_question\" data-question-id=\"question-3\" >?Which of the following is an open-ended Wh-question<\/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='&quot;?Can you pass me the salt&quot; ' 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>\"?Can you pass me the salt\" <\/label><\/li><li class=\"quiz_unselected_answer\"><input data-value='&quot;?What is your favorite color&quot; ' 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>\"?What is your favorite color\" <\/label><\/li><li class=\"quiz_unselected_answer\"><input data-value='&quot;?Is it raining outside&quot;' 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>\"?Is it raining outside\"<\/label><\/li><li class=\"quiz_unselected_answer\"><input data-value='&quot;?Are you coming to the party&quot;' 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>\"?Are you coming to the party\"<\/label><\/li><\/ul><\/div><\/div><div  data-mandatory=\"\" class=\"advq_question_container \" ><div class=\"advq_question_wrap\"><div class=\"advq_question\" data-question-id=\"question-4\" >? What is a common mistake to avoid when forming Wh-questions<\/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='Starting with a verb' data-rule='0' id='question-4_0' name='question-4' type='radio' data-points='1'> <label for='question-4_0'><span class=\"advq_a_input\"><i class=\"fa fa-square-o\" aria-hidden=\"true\"><\/i><\/span>Starting with a verb<\/label><\/li><li class=\"quiz_unselected_answer\"><input data-value='Using only nouns ' 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>Using only nouns <\/label><\/li><li class=\"quiz_unselected_answer\"><input data-value='Misplacing question words or omitting auxiliary verbs ' data-rule='1' id='question-4_2' name='question-4' type='radio' data-points='1'> <label for='question-4_2'><span class=\"advq_a_input\"><i class=\"fa fa-square-o\" aria-hidden=\"true\"><\/i><\/span>Misplacing question words or omitting auxiliary verbs <\/label><\/li><li class=\"quiz_unselected_answer\"><input data-value='Placing the question word at the end ' 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>Placing the question word at the end <\/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\" >?______ is the capital of France<\/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 ' 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 <\/label><\/li><li class=\"quiz_unselected_answer\"><input data-value='Who' 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>Who<\/label><\/li><li class=\"quiz_unselected_answer\"><input data-value='Where ' 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>Where <\/label><\/li><li class=\"quiz_unselected_answer\"><input data-value='Why ' 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>Why <\/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\" >She asked me ______ I was interested in joining the team<\/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='when' 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>when<\/label><\/li><li class=\"quiz_unselected_answer\"><input data-value='why' 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>why<\/label><\/li><li class=\"quiz_unselected_answer\"><input data-value=' because ' 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> because <\/label><\/li><li class=\"quiz_unselected_answer\"><input data-value='if' 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>if<\/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-16\" >?______ did you learn to play the guitar<\/div><ul data-priority=\"normal\" data-type=\"radio\" data-relation=\"ignore\" class=\"advq_question_list\" data-question-id=\"question-16\"><li class=\"quiz_unselected_answer\"><input data-value='Who ' data-rule='0' id='question-16_0' name='question-16' type='radio' data-points='1'> <label for='question-16_0'><span class=\"advq_a_input\"><i class=\"fa fa-square-o\" aria-hidden=\"true\"><\/i><\/span>Who <\/label><\/li><li class=\"quiz_unselected_answer\"><input data-value='How ' data-rule='1' id='question-16_1' name='question-16' type='radio' data-points='1'> <label for='question-16_1'><span class=\"advq_a_input\"><i class=\"fa fa-square-o\" aria-hidden=\"true\"><\/i><\/span>How <\/label><\/li><li class=\"quiz_unselected_answer\"><input data-value='Whom' data-rule='0' id='question-16_2' name='question-16' type='radio' data-points='1'> <label for='question-16_2'><span class=\"advq_a_input\"><i class=\"fa fa-square-o\" aria-hidden=\"true\"><\/i><\/span>Whom<\/label><\/li><li class=\"quiz_unselected_answer\"><input data-value='What ' data-rule='0' id='question-16_3' name='question-16' type='radio' data-points='1'> <label for='question-16_3'><span class=\"advq_a_input\"><i class=\"fa fa-square-o\" aria-hidden=\"true\"><\/i><\/span>What <\/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-17\" >?_____ one of the children started laughing in class<\/div><ul data-priority=\"normal\" data-type=\"radio\" data-relation=\"ignore\" class=\"advq_question_list\" data-question-id=\"question-17\"><li class=\"quiz_unselected_answer\"><input data-value=' what ' data-rule='0' id='question-17_0' name='question-17' type='radio' data-points='1'> <label for='question-17_0'><span class=\"advq_a_input\"><i class=\"fa fa-square-o\" aria-hidden=\"true\"><\/i><\/span> what <\/label><\/li><li class=\"quiz_unselected_answer\"><input data-value='when' data-rule='0' id='question-17_1' name='question-17' type='radio' data-points='1'> <label for='question-17_1'><span class=\"advq_a_input\"><i class=\"fa fa-square-o\" aria-hidden=\"true\"><\/i><\/span>when<\/label><\/li><li class=\"quiz_unselected_answer\"><input data-value='which' data-rule='1' id='question-17_2' name='question-17' type='radio' data-points='1'> <label for='question-17_2'><span class=\"advq_a_input\"><i class=\"fa fa-square-o\" aria-hidden=\"true\"><\/i><\/span>which<\/label><\/li><li class=\"quiz_unselected_answer\"><input data-value='who ' data-rule='0' id='question-17_3' name='question-17' type='radio' data-points='1'> <label for='question-17_3'><span class=\"advq_a_input\"><i class=\"fa fa-square-o\" aria-hidden=\"true\"><\/i><\/span>who <\/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-18\" >?_____ is the name of your favorite movie in the cinema<\/div><ul data-priority=\"normal\" data-type=\"radio\" data-relation=\"ignore\" class=\"advq_question_list\" data-question-id=\"question-18\"><li class=\"quiz_unselected_answer\"><input data-value='what ' data-rule='1' id='question-18_0' name='question-18' type='radio' data-points='1'> <label for='question-18_0'><span class=\"advq_a_input\"><i class=\"fa fa-square-o\" aria-hidden=\"true\"><\/i><\/span>what <\/label><\/li><li class=\"quiz_unselected_answer\"><input data-value='whose ' data-rule='0' id='question-18_1' name='question-18' type='radio' data-points='1'> <label for='question-18_1'><span class=\"advq_a_input\"><i class=\"fa fa-square-o\" aria-hidden=\"true\"><\/i><\/span>whose <\/label><\/li><li class=\"quiz_unselected_answer\"><input data-value='when' data-rule='0' id='question-18_2' name='question-18' type='radio' data-points='1'> <label for='question-18_2'><span class=\"advq_a_input\"><i class=\"fa fa-square-o\" aria-hidden=\"true\"><\/i><\/span>when<\/label><\/li><li class=\"quiz_unselected_answer\"><input data-value='which ' data-rule='0' id='question-18_3' name='question-18' type='radio' data-points='1'> <label for='question-18_3'><span class=\"advq_a_input\"><i class=\"fa fa-square-o\" aria-hidden=\"true\"><\/i><\/span>which <\/label><\/li><\/ul><\/div><\/div><div class=\"advq_before_results\"><div class=\"advq_checkanswers \">\n\t\t<div class=\"advq_button\">\u05d1\u05d3\u05e7\u05d5 \u05d0\u05ea \u05d4\u05ea\u05e9\u05d5\u05d1\u05d5\u05ea<\/div>\n        <div class=\"advq_warning\"><\/div>\n\t<\/div><\/div><div class=\"advq_results_wrapper\"><div style=\"display:none;\" class=\"advq_results_title\">\u05d4\u05ea\u05d5\u05e6\u05d0\u05d4 \u05e9\u05dc\u05db\u05dd:<\/div><div class=\"advq_review_answers\">\u05e1\u05e7\u05d9\u05e8\u05ea \u05d4\u05ea\u05e9\u05d5\u05d1\u05d5\u05ea<\/div><div style=\"display:none;\" class=\"advq_no_results\"><div class=\"advq_no_results_title\">\u05dc\u05e6\u05e2\u05e8\u05e0\u05d5, \u05dc\u05d0 \u05e0\u05de\u05e6\u05d0\u05d5 \u05ea\u05d5\u05e6\u05d0\u05d5\u05ea.<\/div>\u05d0\u05e0\u05d0 \u05d1\u05e6\u05e2\u05d5 \u05e9\u05e0\u05d9\u05ea \u05d0\u05ea \u05d4\u05de\u05d1\u05d7\u05df \u05d5\u05e0\u05e1\u05d5 \u05e9\u05d9\u05dc\u05d5\u05d1\u05d9 \u05ea\u05e9\u05d5\u05d1\u05d5\u05ea \u05e9\u05d5\u05e0\u05d9\u05dd.<\/div><div style=\"display:none;\" data-query=\"\" data-up-to=\"9\" 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%2F3123%3Fqid%3D3125qr%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%2F3123%3Fqid%3D3125qr%7Brid%7D&text={result}WH-Questions Test: https:\/\/www.novakidschool.com\/he\/blog\/wp-json\/wp\/v2\/posts\/3123?qid=3125qr{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%2F3123%3Fqid%3D3125qr%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=\"7\" 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%2F3123%3Fqid%3D3125qr%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%2F3123%3Fqid%3D3125qr%7Brid%7D&text={result}WH-Questions Test: https:\/\/www.novakidschool.com\/he\/blog\/wp-json\/wp\/v2\/posts\/3123?qid=3125qr{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%2F3123%3Fqid%3D3125qr%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%2F3123%3Fqid%3D3125qr%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%2F3123%3Fqid%3D3125qr%7Brid%7D&text={result}WH-Questions Test: https:\/\/www.novakidschool.com\/he\/blog\/wp-json\/wp\/v2\/posts\/3123?qid=3125qr{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%2F3123%3Fqid%3D3125qr%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\/3123\" title=\"\u05d1\u05e6\u05e2\u05d5 \u05e9\u05e0\u05d9\u05ea \u05d0\u05ea \u05d4\u05de\u05d1\u05d7\u05df\"><i class=\"fa fa-refresh\" aria-hidden=\"true\"><\/i> <span>\u05d1\u05e6\u05e2\u05d5 \u05e9\u05e0\u05d9\u05ea \u05d0\u05ea \u05d4\u05de\u05d1\u05d7\u05df<\/span><\/a>\n                <\/div><\/div><!-- Closing div for results --><\/div><!-- Closing div for quiz -->\n","protected":false},"excerpt":{"rendered":"<p>\u05de\u05d4\u05dd \u05e9\u05d0\u05dc\u05d5\u05ea WH-Questions \u05d1\u05e9\u05e4\u05d4 \u05d4\u05d0\u05e0\u05d2\u05dc\u05d9\u05ea? \u05d0\u05d9\u05d6\u05d4 \u05e1\u05d5\u05d2\u05d9\u05dd \u05d9\u05e9, \u05d0\u05d9\u05da \u05de\u05e9\u05ea\u05de\u05e9\u05d9\u05dd \u05d1\u05d4\u05dd \u05d5\u05de\u05ea\u05d9? \u05d1\u05d5\u05d0\u05d5 \u05e0\u05dc\u05de\u05d3 \u05d0\u05ea \u05de\u05d1\u05e0\u05d4 \u05d4\u05de\u05e9\u05e4\u05d8\u05d9\u05dd \u05d4\u05db\u05d5\u05dc\u05dc\u05d9\u05dd \u05e9\u05d0\u05dc\u05d5\u05ea WH-Questions \u05d5\u05d0\u05d9\u05da \u05dc\u05d4\u05e9\u05ea\u05de\u05e9 \u05d1\u05d4\u05dd \u05d1\u05d9\u05e2\u05d9\u05dc\u05d5\u05ea.<\/p>\n","protected":false},"author":1,"featured_media":3124,"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-3123","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>\u05de\u05d4\u05dd \u05e9\u05d0\u05dc\u05d5\u05ea WH-Questions \u05d1\u05e9\u05e4\u05d4 \u05d4\u05d0\u05e0\u05d2\u05dc\u05d9\u05ea? \u05d0\u05d9\u05da \u05de\u05e9\u05ea\u05de\u05e9\u05d9\u05dd \u05d1\u05d4\u05dd \u05d5\u05de\u05ea\u05d9?<\/title>\n<meta name=\"description\" content=\"\u05de\u05d4\u05dd \u05e9\u05d0\u05dc\u05d5\u05ea WH-Questions \u05d1\u05e9\u05e4\u05d4 \u05d4\u05d0\u05e0\u05d2\u05dc\u05d9\u05ea? \u05d0\u05d9\u05d6\u05d4 \u05e1\u05d5\u05d2\u05d9\u05dd \u05d9\u05e9, \u05d0\u05d9\u05da \u05de\u05e9\u05ea\u05de\u05e9\u05d9\u05dd \u05d1\u05d4\u05dd \u05d5\u05de\u05ea\u05d9? \u05d1\u05d5\u05d0\u05d5 \u05e0\u05dc\u05de\u05d3 \u05d0\u05ea \u05de\u05d1\u05e0\u05d4 \u05d4\u05de\u05e9\u05e4\u05d8\u05d9\u05dd \u05d4\u05db\u05d5\u05dc\u05dc\u05d9\u05dd \u05e9\u05d0\u05dc\u05d5\u05ea WH-Questions \u05d5\u05d0\u05d9\u05da \u05dc\u05d4\u05e9\u05ea\u05de\u05e9 \u05d1\u05d4\u05dd \u05d1\u05d9\u05e2\u05d9\u05dc\u05d5\u05ea.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.novakidschool.com\/he\/blog\/wh-questions\/\" \/>\n<meta property=\"og:locale\" content=\"he_IL\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"\u05de\u05d4\u05dd \u05e9\u05d0\u05dc\u05d5\u05ea WH-Questions \u05d1\u05e9\u05e4\u05d4 \u05d4\u05d0\u05e0\u05d2\u05dc\u05d9\u05ea? \u05d0\u05d9\u05da \u05de\u05e9\u05ea\u05de\u05e9\u05d9\u05dd \u05d1\u05d4\u05dd \u05d5\u05de\u05ea\u05d9?\" \/>\n<meta property=\"og:description\" content=\"\u05de\u05d4\u05dd \u05e9\u05d0\u05dc\u05d5\u05ea WH-Questions \u05d1\u05e9\u05e4\u05d4 \u05d4\u05d0\u05e0\u05d2\u05dc\u05d9\u05ea? \u05d0\u05d9\u05d6\u05d4 \u05e1\u05d5\u05d2\u05d9\u05dd \u05d9\u05e9, \u05d0\u05d9\u05da \u05de\u05e9\u05ea\u05de\u05e9\u05d9\u05dd \u05d1\u05d4\u05dd \u05d5\u05de\u05ea\u05d9? \u05d1\u05d5\u05d0\u05d5 \u05e0\u05dc\u05de\u05d3 \u05d0\u05ea \u05de\u05d1\u05e0\u05d4 \u05d4\u05de\u05e9\u05e4\u05d8\u05d9\u05dd \u05d4\u05db\u05d5\u05dc\u05dc\u05d9\u05dd \u05e9\u05d0\u05dc\u05d5\u05ea WH-Questions \u05d5\u05d0\u05d9\u05da \u05dc\u05d4\u05e9\u05ea\u05de\u05e9 \u05d1\u05d4\u05dd \u05d1\u05d9\u05e2\u05d9\u05dc\u05d5\u05ea.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.novakidschool.com\/he\/blog\/wh-questions\/\" \/>\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=\"2024-01-18T12:05:18+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-02-07T07:25:54+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.novakidschool.com\/he\/blog\/wp-content\/uploads\/2024\/01\/1024x613_WH-questions.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":"\u05de\u05d4\u05dd \u05e9\u05d0\u05dc\u05d5\u05ea WH-Questions \u05d1\u05e9\u05e4\u05d4 \u05d4\u05d0\u05e0\u05d2\u05dc\u05d9\u05ea? \u05d0\u05d9\u05da \u05de\u05e9\u05ea\u05de\u05e9\u05d9\u05dd \u05d1\u05d4\u05dd \u05d5\u05de\u05ea\u05d9?","description":"\u05de\u05d4\u05dd \u05e9\u05d0\u05dc\u05d5\u05ea WH-Questions \u05d1\u05e9\u05e4\u05d4 \u05d4\u05d0\u05e0\u05d2\u05dc\u05d9\u05ea? \u05d0\u05d9\u05d6\u05d4 \u05e1\u05d5\u05d2\u05d9\u05dd \u05d9\u05e9, \u05d0\u05d9\u05da \u05de\u05e9\u05ea\u05de\u05e9\u05d9\u05dd \u05d1\u05d4\u05dd \u05d5\u05de\u05ea\u05d9? \u05d1\u05d5\u05d0\u05d5 \u05e0\u05dc\u05de\u05d3 \u05d0\u05ea \u05de\u05d1\u05e0\u05d4 \u05d4\u05de\u05e9\u05e4\u05d8\u05d9\u05dd \u05d4\u05db\u05d5\u05dc\u05dc\u05d9\u05dd \u05e9\u05d0\u05dc\u05d5\u05ea WH-Questions \u05d5\u05d0\u05d9\u05da \u05dc\u05d4\u05e9\u05ea\u05de\u05e9 \u05d1\u05d4\u05dd \u05d1\u05d9\u05e2\u05d9\u05dc\u05d5\u05ea.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.novakidschool.com\/he\/blog\/wh-questions\/","og_locale":"he_IL","og_type":"article","og_title":"\u05de\u05d4\u05dd \u05e9\u05d0\u05dc\u05d5\u05ea WH-Questions \u05d1\u05e9\u05e4\u05d4 \u05d4\u05d0\u05e0\u05d2\u05dc\u05d9\u05ea? \u05d0\u05d9\u05da \u05de\u05e9\u05ea\u05de\u05e9\u05d9\u05dd \u05d1\u05d4\u05dd \u05d5\u05de\u05ea\u05d9?","og_description":"\u05de\u05d4\u05dd \u05e9\u05d0\u05dc\u05d5\u05ea WH-Questions \u05d1\u05e9\u05e4\u05d4 \u05d4\u05d0\u05e0\u05d2\u05dc\u05d9\u05ea? \u05d0\u05d9\u05d6\u05d4 \u05e1\u05d5\u05d2\u05d9\u05dd \u05d9\u05e9, \u05d0\u05d9\u05da \u05de\u05e9\u05ea\u05de\u05e9\u05d9\u05dd \u05d1\u05d4\u05dd \u05d5\u05de\u05ea\u05d9? \u05d1\u05d5\u05d0\u05d5 \u05e0\u05dc\u05de\u05d3 \u05d0\u05ea \u05de\u05d1\u05e0\u05d4 \u05d4\u05de\u05e9\u05e4\u05d8\u05d9\u05dd \u05d4\u05db\u05d5\u05dc\u05dc\u05d9\u05dd \u05e9\u05d0\u05dc\u05d5\u05ea WH-Questions \u05d5\u05d0\u05d9\u05da \u05dc\u05d4\u05e9\u05ea\u05de\u05e9 \u05d1\u05d4\u05dd \u05d1\u05d9\u05e2\u05d9\u05dc\u05d5\u05ea.","og_url":"https:\/\/www.novakidschool.com\/he\/blog\/wh-questions\/","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":"2024-01-18T12:05:18+00:00","article_modified_time":"2026-02-07T07:25:54+00:00","og_image":[{"width":1024,"height":613,"url":"https:\/\/www.novakidschool.com\/he\/blog\/wp-content\/uploads\/2024\/01\/1024x613_WH-questions.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\/wh-questions\/#article","isPartOf":{"@id":"https:\/\/www.novakidschool.com\/he\/blog\/wh-questions\/"},"author":{"name":"Novakid","@id":"https:\/\/www.novakidschool.com\/he\/blog\/#\/schema\/person\/9c8dc48e6039f718eeaa2fe161105bb7"},"headline":"\u05e9\u05d0\u05dc\u05d5\u05ea WH-Questions \u05d1\u05d0\u05e0\u05d2\u05dc\u05d9\u05ea, \u05d0\u05d9\u05da \u05de\u05e9\u05ea\u05de\u05e9\u05d9\u05dd \u05d1\u05d4\u05dd \u05d5\u05de\u05ea\u05d9?","datePublished":"2024-01-18T12:05:18+00:00","dateModified":"2026-02-07T07:25:54+00:00","mainEntityOfPage":{"@id":"https:\/\/www.novakidschool.com\/he\/blog\/wh-questions\/"},"wordCount":6,"commentCount":0,"publisher":{"@id":"https:\/\/www.novakidschool.com\/he\/blog\/#organization"},"image":{"@id":"https:\/\/www.novakidschool.com\/he\/blog\/wh-questions\/#primaryimage"},"thumbnailUrl":"https:\/\/www.novakidschool.com\/he\/blog\/wp-content\/uploads\/2024\/01\/1024x613_WH-questions.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\/wh-questions\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.novakidschool.com\/he\/blog\/wh-questions\/","url":"https:\/\/www.novakidschool.com\/he\/blog\/wh-questions\/","name":"\u05de\u05d4\u05dd \u05e9\u05d0\u05dc\u05d5\u05ea WH-Questions \u05d1\u05e9\u05e4\u05d4 \u05d4\u05d0\u05e0\u05d2\u05dc\u05d9\u05ea? \u05d0\u05d9\u05da \u05de\u05e9\u05ea\u05de\u05e9\u05d9\u05dd \u05d1\u05d4\u05dd \u05d5\u05de\u05ea\u05d9?","isPartOf":{"@id":"https:\/\/www.novakidschool.com\/he\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.novakidschool.com\/he\/blog\/wh-questions\/#primaryimage"},"image":{"@id":"https:\/\/www.novakidschool.com\/he\/blog\/wh-questions\/#primaryimage"},"thumbnailUrl":"https:\/\/www.novakidschool.com\/he\/blog\/wp-content\/uploads\/2024\/01\/1024x613_WH-questions.png","datePublished":"2024-01-18T12:05:18+00:00","dateModified":"2026-02-07T07:25:54+00:00","description":"\u05de\u05d4\u05dd \u05e9\u05d0\u05dc\u05d5\u05ea WH-Questions \u05d1\u05e9\u05e4\u05d4 \u05d4\u05d0\u05e0\u05d2\u05dc\u05d9\u05ea? \u05d0\u05d9\u05d6\u05d4 \u05e1\u05d5\u05d2\u05d9\u05dd \u05d9\u05e9, \u05d0\u05d9\u05da \u05de\u05e9\u05ea\u05de\u05e9\u05d9\u05dd \u05d1\u05d4\u05dd \u05d5\u05de\u05ea\u05d9? \u05d1\u05d5\u05d0\u05d5 \u05e0\u05dc\u05de\u05d3 \u05d0\u05ea \u05de\u05d1\u05e0\u05d4 \u05d4\u05de\u05e9\u05e4\u05d8\u05d9\u05dd \u05d4\u05db\u05d5\u05dc\u05dc\u05d9\u05dd \u05e9\u05d0\u05dc\u05d5\u05ea WH-Questions \u05d5\u05d0\u05d9\u05da \u05dc\u05d4\u05e9\u05ea\u05de\u05e9 \u05d1\u05d4\u05dd \u05d1\u05d9\u05e2\u05d9\u05dc\u05d5\u05ea.","breadcrumb":{"@id":"https:\/\/www.novakidschool.com\/he\/blog\/wh-questions\/#breadcrumb"},"inLanguage":"he-IL","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.novakidschool.com\/he\/blog\/wh-questions\/"]}]},{"@type":"ImageObject","inLanguage":"he-IL","@id":"https:\/\/www.novakidschool.com\/he\/blog\/wh-questions\/#primaryimage","url":"https:\/\/www.novakidschool.com\/he\/blog\/wp-content\/uploads\/2024\/01\/1024x613_WH-questions.png","contentUrl":"https:\/\/www.novakidschool.com\/he\/blog\/wp-content\/uploads\/2024\/01\/1024x613_WH-questions.png","width":1024,"height":613},{"@type":"BreadcrumbList","@id":"https:\/\/www.novakidschool.com\/he\/blog\/wh-questions\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.novakidschool.com\/he\/blog\/"},{"@type":"ListItem","position":2,"name":"\u05e9\u05d0\u05dc\u05d5\u05ea WH-Questions \u05d1\u05d0\u05e0\u05d2\u05dc\u05d9\u05ea, \u05d0\u05d9\u05da \u05de\u05e9\u05ea\u05de\u05e9\u05d9\u05dd \u05d1\u05d4\u05dd \u05d5\u05de\u05ea\u05d9?"}]},{"@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\/3123","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=3123"}],"version-history":[{"count":16,"href":"https:\/\/www.novakidschool.com\/he\/blog\/wp-json\/wp\/v2\/posts\/3123\/revisions"}],"predecessor-version":[{"id":3143,"href":"https:\/\/www.novakidschool.com\/he\/blog\/wp-json\/wp\/v2\/posts\/3123\/revisions\/3143"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.novakidschool.com\/he\/blog\/wp-json\/wp\/v2\/media\/3124"}],"wp:attachment":[{"href":"https:\/\/www.novakidschool.com\/he\/blog\/wp-json\/wp\/v2\/media?parent=3123"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.novakidschool.com\/he\/blog\/wp-json\/wp\/v2\/categories?post=3123"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.novakidschool.com\/he\/blog\/wp-json\/wp\/v2\/tags?post=3123"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}