{"id":2682643,"date":"2026-09-17T09:21:47","date_gmt":"2026-09-17T09:21:47","guid":{"rendered":"https:\/\/hemdat-yamim.co.il\/?p=2682643"},"modified":"2026-09-17T14:25:22","modified_gmt":"2026-09-17T14:25:22","slug":"%d7%92%d7%99%d7%9e%d7%99%d7%a0%d7%99-%d7%9e%d7%a9%d7%97%d7%a7-%d7%97%d7%a7%d7%99%d7%a8%d7%94-%d7%91%d7%94%d7%9c%d7%9b%d7%95%d7%aa-%d7%a7%d7%a8%d7%99%d7%90%d7%aa-%d7%a9%d7%9e%d7%a2","status":"publish","type":"post","link":"https:\/\/hemdat-yamim.co.il\/?p=2682643","title":{"rendered":"\u05d2'\u05d9\u05de\u05d9\u05e0\u05d9 &#8211; \u05de\u05e9\u05d7\u05e7 \u05d7\u05e7\u05d9\u05e8\u05d4 \u05d1\u05d4\u05dc\u05db\u05d5\u05ea \u05e7\u05e8\u05d9\u05d0\u05ea \u05e9\u05de\u05e2"},"content":{"rendered":"<p><!DOCTYPE html><br \/>\n<html lang=\"he\" dir=\"rtl\"><br \/>\n<head><br \/>\n    <meta charset=\"UTF-8\"><br \/>\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"><br \/>\n    <title>\u05e1\u05d5\u05d3 \u05e9\u05e2\u05d5\u05df \u05d4\u05db\u05d5\u05d5\u05e0\u05d4 \u05d1\u05e6\u05e4\u05ea &#8211; \u05de\u05e9\u05d7\u05e7 \u05d7\u05e7\u05d9\u05e8\u05d4 \u05d4\u05dc\u05db\u05ea\u05d9<\/title>\n    <link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\n    <link rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin>\n    <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Rubik:wght@400;500;700;900&#038;display=swap\" rel=\"stylesheet\">\n<style>\n        :root {\n            --bg-dark: #0f172a;\n            --bg-card: #1e293b;\n            --accent-gold: #f59e0b;\n            --accent-gold-light: #fbbf24;\n            --accent-cyan: #06b6d4;\n            --text-light: #f8fafc;\n            --text-muted: #94a3b8;\n            --success: #10b981;\n            --error: #ef4444;\n            --border-color: #334155;\n        }<\/p>\n<p>        * {\n            box-sizing: border-box;\n            margin: 0;\n            padding: 0;\n            font-family: 'Rubik', system-ui, -apple-system, sans-serif;\n        }<\/p>\n<p>        body {\n            background: linear-gradient(135deg, #0f172a 0%, #1e1b4b 100%);\n            color: var(--text-light);\n            min-height: 100vh;\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            justify-content: flex-start;\n            padding: 15px;\n            direction: rtl;\n        }<\/p>\n<p>        #game-container {\n            width: 100%;\n            max-width: 850px;\n            background: var(--bg-card);\n            border: 2px solid var(--accent-gold);\n            border-radius: 20px;\n            box-shadow: 0 15px 35px rgba(0,0,0,0.6), 0 0 20px rgba(245, 158, 11, 0.2);\n            overflow: hidden;\n            position: relative;\n            margin-top: 10px;\n            margin-bottom: 20px;\n        }<\/p>\n<p>        header {\n            background: rgba(15, 23, 42, 0.9);\n            padding: 20px;\n            text-align: center;\n            border-bottom: 2px solid var(--border-color);\n            position: relative;\n        }<\/p>\n<p>        .author-credit {\n            color: var(--accent-gold-light);\n            font-size: 0.95rem;\n            font-weight: 500;\n            margin-top: 5px;\n            letter-spacing: 0.5px;\n        }<\/p>\n<p>        h1 {\n            color: var(--accent-gold);\n            font-size: 1.8rem;\n            font-weight: 700;\n            margin-bottom: 5px;\n            text-shadow: 0 2px 4px rgba(0,0,0,0.5);\n        }<\/p>\n<p>        .status-bar {\n            display: flex;\n            justify-content: space-between;\n            align-items: center;\n            background: #0f172a;\n            padding: 12px 20px;\n            border-bottom: 1px solid var(--border-color);\n            flex-wrap: wrap;\n            gap: 10px;\n        }<\/p>\n<p>        .progress-dots {\n            display: flex;\n            gap: 8px;\n        }<\/p>\n<p>        .dot {\n            width: 32px;\n            height: 32px;\n            border-radius: 50%;\n            background: #334155;\n            color: var(--text-muted);\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            font-size: 0.85rem;\n            font-weight: bold;\n            border: 1px solid var(--border-color);\n            transition: all 0.3s ease;\n            cursor: pointer;\n        }<\/p>\n<p>        .dot.active {\n            background: var(--accent-cyan);\n            color: #000;\n            border-color: #fff;\n            box-shadow: 0 0 10px var(--accent-cyan);\n        }<\/p>\n<p>        .dot.completed {\n            background: var(--success);\n            color: #fff;\n            border-color: var(--success);\n        }<\/p>\n<p>        .code-inventory {\n            display: flex;\n            align-items: center;\n            gap: 6px;\n            background: rgba(245, 158, 11, 0.1);\n            padding: 6px 12px;\n            border-radius: 12px;\n            border: 1px dashed var(--accent-gold);\n        }<\/p>\n<p>        .code-inventory-title {\n            font-size: 0.85rem;\n            color: var(--accent-gold-light);\n        }<\/p>\n<p>        .code-tags {\n            display: flex;\n            gap: 6px;\n            flex-wrap: wrap;\n        }<\/p>\n<p>        .code-tag {\n            background: var(--accent-gold);\n            color: #000;\n            font-weight: bold;\n            font-size: 0.85rem;\n            padding: 2px 8px;\n            border-radius: 4px;\n            box-shadow: 0 2px 4px rgba(0,0,0,0.3);\n        }<\/p>\n<p>        .main-content {\n            padding: 25px;\n            min-height: 380px;\n        }<\/p>\n<p>        .story-box {\n            background: rgba(15, 23, 42, 0.6);\n            border-right: 4px solid var(--accent-gold);\n            padding: 15px;\n            border-radius: 8px;\n            margin-bottom: 20px;\n            line-height: 1.6;\n            font-size: 1rem;\n        }<\/p>\n<p>        .station-header {\n            display: flex;\n            justify-content: space-between;\n            align-items: center;\n            margin-bottom: 15px;\n        }<\/p>\n<p>        .station-title {\n            font-size: 1.3rem;\n            color: var(--accent-gold-light);\n            font-weight: 700;\n        }<\/p>\n<p>        .difficulty-badge {\n            background: #334155;\n            color: var(--accent-cyan);\n            padding: 4px 10px;\n            border-radius: 20px;\n            font-size: 0.8rem;\n            font-weight: 500;\n        }<\/p>\n<p>        .question-text {\n            font-size: 1.1rem;\n            margin-bottom: 20px;\n            line-height: 1.5;\n            font-weight: 500;\n        }<\/p>\n<p>        .options-container {\n            display: flex;\n            flex-direction: column;\n            gap: 12px;\n            margin-bottom: 20px;\n        }<\/p>\n<p>        .option-btn {\n            background: #334155;\n            color: var(--text-light);\n            border: 1px solid var(--border-color);\n            padding: 14px 18px;\n            border-radius: 10px;\n            text-align: right;\n            font-size: 1rem;\n            cursor: pointer;\n            transition: all 0.2s ease;\n            display: flex;\n            align-items: center;\n            justify-content: space-between;\n            line-height: 1.4;\n        }<\/p>\n<p>        .option-btn:hover:not(:disabled) {\n            background: #475569;\n            border-color: var(--accent-gold);\n        }<\/p>\n<p>        .option-btn.selected {\n            border-color: var(--accent-gold);\n            background: rgba(245, 158, 11, 0.15);\n        }<\/p>\n<p>        .option-btn.correct {\n            background: rgba(16, 185, 129, 0.2) !important;\n            border-color: var(--success) !important;\n            color: #a7f3d0;\n        }<\/p>\n<p>        .option-btn.incorrect {\n            background: rgba(239, 68, 68, 0.2) !important;\n            border-color: var(--error) !important;\n            color: #fca5a5;\n        }<\/p>\n<p>        .option-btn:disabled {\n            cursor: default;\n        }<\/p>\n<p>        .action-bar {\n            display: flex;\n            justify-content: space-between;\n            align-items: center;\n            gap: 10px;\n            flex-wrap: wrap;\n            margin-top: 20px;\n            padding-top: 15px;\n            border-top: 1px solid var(--border-color);\n        }<\/p>\n<p>        .btn {\n            padding: 10px 18px;\n            border-radius: 8px;\n            font-weight: 600;\n            cursor: pointer;\n            border: none;\n            transition: all 0.2s ease;\n            font-size: 0.9rem;\n            display: inline-flex;\n            align-items: center;\n            gap: 6px;\n        }<\/p>\n<p>        .btn-primary {\n            background: var(--accent-gold);\n            color: #000;\n        }<\/p>\n<p>        .btn-primary:hover:not(:disabled) {\n            background: var(--accent-gold-light);\n            box-shadow: 0 0 12px rgba(245, 158, 11, 0.4);\n        }<\/p>\n<p>        .btn-secondary {\n            background: #334155;\n            color: var(--text-light);\n        }<\/p>\n<p>        .btn-secondary:hover:not(:disabled) {\n            background: #475569;\n        }<\/p>\n<p>        .btn-danger {\n            background: rgba(239, 68, 68, 0.2);\n            color: #fca5a5;\n            border: 1px solid var(--error);\n        }<\/p>\n<p>        .btn-danger:hover:not(:disabled) {\n            background: rgba(239, 68, 68, 0.4);\n        }<\/p>\n<p>        .btn:disabled {\n            opacity: 0.5;\n            cursor: not-allowed;\n        }<\/p>\n<p>        .feedback-box {\n            margin-top: 15px;\n            padding: 12px 15px;\n            border-radius: 8px;\n            font-size: 0.95rem;\n            display: none;\n            line-height: 1.5;\n        }<\/p>\n<p>        .feedback-box.show {\n            display: block;\n        }<\/p>\n<p>        .feedback-box.correct-fb {\n            background: rgba(16, 185, 129, 0.15);\n            border: 1px solid var(--success);\n            color: #a7f3d0;\n        }<\/p>\n<p>        .feedback-box.incorrect-fb {\n            background: rgba(239, 68, 68, 0.15);\n            border: 1px solid var(--error);\n            color: #fca5a5;\n        }<\/p>\n<p>        .feedback-box.hint-fb {\n            background: rgba(6, 182, 212, 0.15);\n            border: 1px solid var(--accent-cyan);\n            color: #bae6fd;\n        }<\/p>\n<p>        .teacher-gear {\n            position: absolute;\n            top: 15px;\n            left: 15px;\n            background: none;\n            border: none;\n            font-size: 1.3rem;\n            cursor: pointer;\n            opacity: 0.6;\n            transition: opacity 0.2s;\n            color: var(--text-light);\n        }<\/p>\n<p>        .teacher-gear:hover {\n            opacity: 1;\n        }<\/p>\n<p>        .modal {\n            display: none;\n            position: fixed;\n            top: 0;\n            left: 0;\n            width: 100%;\n            height: 100%;\n            background: rgba(0,0,0,0.8);\n            z-index: 1000;\n            justify-content: center;\n            align-items: center;\n            padding: 20px;\n        }<\/p>\n<p>        .modal.show {\n            display: flex;\n        }<\/p>\n<p>        .modal-content {\n            background: var(--bg-card);\n            border: 2px solid var(--accent-gold);\n            border-radius: 15px;\n            padding: 25px;\n            max-width: 500px;\n            width: 100%;\n            max-height: 85vh;\n            overflow-y: auto;\n        }<\/p>\n<p>        .modal-title {\n            color: var(--accent-gold);\n            font-size: 1.3rem;\n            margin-bottom: 15px;\n        }<\/p>\n<p>        .victory-glow {\n            animation: pulse-glow 2s infinite ease-in-out;\n        }<\/p>\n<p>        @keyframes pulse-glow {\n            0% { box-shadow: 0 0 15px rgba(245, 158, 11, 0.4); }\n            50% { box-shadow: 0 0 35px rgba(245, 158, 11, 0.9); }\n            100% { box-shadow: 0 0 15px rgba(245, 158, 11, 0.4); }\n        }<\/p>\n<p>        @media (max-width: 600px) {\n            h1 { font-size: 1.4rem; }\n            .main-content { padding: 15px; }\n            .action-bar { flex-direction: column; align-items: stretch; }\n            .btn { justify-content: center; }\n        }\n    <\/style>\n<p><\/head><br \/>\n<body><\/p>\n<div id=\"game-container\">\n<header>\n        <button class=\"teacher-gear\" onclick=\"toggleTeacherPanel()\" title=\"\u05dc\u05d5\u05d7 \u05d1\u05e7\u05e8\u05d4 \u05dc\u05de\u05d5\u05e8\u05d4\">\u2699\ufe0f<\/button><\/p>\n<h1>\ud83d\udcdc \u05e1\u05d5\u05d3 \u05e9\u05e2\u05d5\u05df \u05d4\u05db\u05d5\u05d5\u05e0\u05d4 \u05d1\u05e6\u05e4\u05ea<\/h1>\n<div class=\"author-credit\">\u05de\u05d0\u05ea: \u05d0\u05de\u05e0\u05d5\u05df \u05e4\u05e8\u05e0\u05e7\u05dc &#8211; &quot;\u05d7\u05de\u05d3\u05ea \u05d9\u05de\u05d9\u05dd \u05e9\u05d1\u05ea&quot;<\/div>\n<\/header>\n<div class=\"status-bar\" id=\"status-bar\">\n<div class=\"progress-dots\" id=\"dots-container\"><\/div>\n<div class=\"code-inventory\">\n            <span class=\"code-inventory-title\">\u05ea\u05d9\u05e7 \u05d7\u05e7\u05d9\u05e8\u05d4 (\u05e7\u05d5\u05d3\u05d9\u05dd):<\/span><\/p>\n<div class=\"code-tags\" id=\"code-tags-container\">\n                <span style=\"color: var(--text-muted); font-size: 0.8rem;\">\u05d8\u05e8\u05dd \u05e0\u05d0\u05e1\u05e4\u05d5<\/span>\n            <\/div>\n<\/p><\/div>\n<\/p><\/div>\n<div class=\"main-content\" id=\"main-content\">\n        <!-- \u05ea\u05d5\u05db\u05df \u05d3\u05d9\u05e0\u05de\u05d9 \u05d9\u05d9\u05d8\u05e2\u05df \u05db\u05d0\u05df -->\n    <\/div>\n<\/div>\n<p><!-- \u05de\u05d5\u05d3\u05d0\u05dc \u05dc\u05d5\u05d7 \u05d1\u05e7\u05e8\u05d4 \u05dc\u05de\u05d5\u05e8\u05d4 --><\/p>\n<div class=\"modal\" id=\"teacher-modal\">\n<div class=\"modal-content\">\n<div class=\"modal-title\">\u2699\ufe0f \u05dc\u05d5\u05d7 \u05d1\u05e7\u05e8\u05d4 \u05dc\u05de\u05d5\u05e8\u05d4<\/div>\n<p style=\"margin-bottom: 15px; font-size: 0.95rem; color: var(--text-muted);\">\u05db\u05dc\u05d9 \u05e0\u05d9\u05d4\u05d5\u05dc \u05d3\u05d9\u05e1\u05e7\u05e8\u05d8\u05d9\u05d9\u05dd \u05dc\u05e9\u05d9\u05e2\u05d5\u05e8 \u05d1\u05db\u05d9\u05ea\u05d4:<\/p>\n<div style=\"display: flex; flex-direction: column; gap: 10px;\">\n            <button class=\"btn btn-secondary\" onclick=\"toggleAudio()\"><span id=\"audio-status-icon\">\ud83d\udd0a<\/span> \u05d4\u05e4\u05e2\u05dc\/\u05db\u05d1\u05d4 \u05e6\u05dc\u05d9\u05dc\u05d9\u05dd<\/button><br \/>\n            <button class=\"btn btn-secondary\" onclick=\"unlockAllStations()\">\ud83d\udd13 \u05e4\u05ea\u05d7 \u05d0\u05ea \u05db\u05dc \u05d4\u05ea\u05d7\u05e0\u05d5\u05ea \u05dc\u05d1\u05d7\u05d9\u05e8\u05d4<\/button><br \/>\n            <button class=\"btn btn-danger\" onclick=\"resetGameProgress()\">\ud83d\udd04 \u05d0\u05d9\u05e4\u05d5\u05e1 \u05d4\u05ea\u05e7\u05d3\u05de\u05d5\u05ea \u05dc\u05d7\u05dc\u05d5\u05d8\u05d9\u05df<\/button><br \/>\n            <button class=\"btn btn-primary\" onclick=\"toggleTeacherPanel()\" style=\"margin-top: 15px;\">\u05e1\u05d2\u05d5\u05e8 \u05d7\u05dc\u05d5\u05df<\/button>\n        <\/div>\n<\/p><\/div>\n<\/div>\n<p><script>\n    const GAME_DATA = {\n        storyIntro: {\n            title: \"\u05d4\u05d9\u05db\u05dc \u05d4\u05de\u05d0\u05d5\u05e8\u05d5\u05ea \u05d1\u05e1\u05db\u05e0\u05d4!\",\n            text: \"\u05d0\u05ea\u05d4 \u05d0\u05e8\u05d9\u05d0\u05dc, \u05de\u05e9\u05d7\u05d6\u05e8 \u05de\u05e0\u05d2\u05e0\u05d5\u05e0\u05d9\u05dd \u05e2\u05ea\u05d9\u05e7\u05d9\u05dd. \u05e9\u05e2\u05d5\u05df \u05d4\u05db\u05d5\u05d5\u05e0\u05d4 \u05d1\u05de\u05d2\u05d3\u05dc \u05d1\u05d9\u05ea \u05d4\u05db\u05e0\u05e1\u05ea \u05d4\u05e2\u05ea\u05d9\u05e7 \u05d1\u05e6\u05e4\u05ea \u05e2\u05de\u05d3 \u05de\u05dc\u05db\u05ea \u05e9\u05e2\u05d5\u05ea \u05e1\u05e4\u05d5\u05e8\u05d5\u05ea \u05dc\u05e4\u05e0\u05d9 \u05e9\u05e7\u05d9\u05e2\u05ea \u05d4\u05d7\u05de\u05d4. \u05d4\u05e9\u05e2\u05d5\u05df \u05d4\u05d6\u05d4 \u05de\u05e4\u05e2\u05d9\u05dc \u05d0\u05ea \u05de\u05e0\u05d5\u05e8\u05ea \u05d4\u05d6\u05d4\u05d1 \u05e9\u05dc \u05d4\u05d4\u05d9\u05db\u05dc. \u05d1\u05ea\u05d5\u05da \u05d4\u05de\u05e0\u05d2\u05e0\u05d5\u05df \u05de\u05d5\u05e6\u05e4\u05e0\u05d5\u05ea 8 \u05ea\u05d9\u05d1\u05d5\u05ea \u05e0\u05e1\u05ea\u05e8\u05d5\u05ea. \u05e8\u05e7 \u05e4\u05ea\u05e8\u05d5\u05df \u05d4\u05d7\u05d9\u05d3\u05d5\u05ea \u05d4\u05d4\u05dc\u05db\u05ea\u05d9\u05d5\u05ea \u05de\u05ea\u05d5\u05da \u05e7\u05dc\u05e3 \u05d4\u05dc\u05db\u05d5\u05ea \u05e7\u05e8\u05d9\u05d0\u05ea \u05e9\u05de\u05e2 \u05d9\u05e9\u05d9\u05d1 \u05d0\u05ea \u05d2\u05dc\u05d2\u05dc\u05d9 \u05d4\u05e9\u05d9\u05e0\u05d9\u05d9\u05dd \u05dc\u05e4\u05e2\u05d5\u05dc\u05d4 \u05d5\u05d9\u05d0\u05d9\u05e8 \u05d0\u05ea \u05d4\u05d4\u05d9\u05db\u05dc \u05d1\u05db\u05d5\u05d5\u05e0\u05d4 \u05d6\u05db\u05d4!\",\n            btnText: \"\u05d4\u05ea\u05d7\u05dc \u05d1\u05d7\u05e7\u05d9\u05e8\u05ea \u05d4\u05e9\u05e2\u05d5\u05df \ud83d\udddd\ufe0f\"\n        },\n        stations: [\n            {\n                id: 1,\n                title: \"\u05ea\u05d7\u05e0\u05d4 1: \u05e9\u05e2\u05e8 \u05d4\u05d6\u05de\u05e0\u05d9\u05dd\",\n                difficulty: \"\u05e8\u05de\u05d4 \u05d0 - \u05e4\u05d5\u05ea\u05d7\u05d9\u05dd \u05d0\u05ea \u05d4\u05ea\u05d9\u05e7\",\n                story: \"\u05d4\u05d2\u05e2\u05ea \u05dc\u05d2\u05dc\u05d2\u05dc \u05d4\u05e9\u05d9\u05e0\u05d9\u05d9\u05dd \u05d4\u05e8\u05d0\u05e9\u05d5\u05df. \u05d4\u05d2\u05d1\u05d0\u05d9 \u05e9\u05d5\u05d0\u05dc \u05de\u05ea\u05d9 \u05de\u05ea\u05d7\u05d9\u05dc \u05d6\u05de\u05df \u05e7\u05e8\u05d9\u05d0\u05ea \u05e9\u05de\u05e2 \u05e9\u05dc \u05e9\u05d7\u05e8\u05d9\u05ea \u05d5\u05de\u05d4\u05d9 \u05de\u05e6\u05d5\u05d5\u05ea \u05d5\u05ea\u05d9\u05e7\u05d9\u05df.\",\n                question: \"\u05de\u05ea\u05d9 \u05de\u05ea\u05d7\u05d9\u05dc \u05d6\u05de\u05df \u05e7\u05e8\u05d9\u05d0\u05ea \u05e9\u05de\u05e2 \u05e9\u05dc \u05e9\u05d7\u05e8\u05d9\u05ea \u05dc\u05db\u05ea\u05d7\u05d9\u05dc\u05d4, \u05d5\u05de\u05d4\u05d5 \u05de\u05e0\u05d4\u05d2 '\u05d5\u05ea\u05d9\u05e7\u05d9\u05df'?\",\n                options: [\n                    \"\u05de\u05e9\u05e7\u05d9\u05e2\u05ea \u05d4\u05d7\u05de\u05d4, \u05d5\u05de\u05e6\u05d5\u05d5\u05ea \u05d5\u05ea\u05d9\u05e7\u05d9\u05df \u05d4\u05d9\u05d0 \u05dc\u05e7\u05e8\u05d5\u05d0 \u05d1\u05d7\u05e6\u05d5\u05ea \u05d4\u05dc\u05d9\u05dc\u05d4.\",\n                    \"\u05de\u05e9\u05d9\u05db\u05d9\u05e8 \u05d0\u05ea \u05d7\u05d1\u05e8\u05d5 \u05d4\u05e8\u05d2\u05d9\u05dc \u05e2\u05de\u05d5 \u05d1\u05e8\u05d9\u05d7\u05d5\u05e7 4 \u05d0\u05de\u05d5\u05ea, \u05d5\u05de\u05e6\u05d5\u05d5\u05ea \u05d5\u05ea\u05d9\u05e7\u05d9\u05df \u05d4\u05d9\u05d0 \u05dc\u05e7\u05e8\u05d5\u05d0 \u05de\u05e2\u05d8 \u05e7\u05d5\u05d3\u05dd \u05d4\u05e0\u05e5 \u05d4\u05d7\u05de\u05d4 \u05db\u05d3\u05d9 \u05dc\u05e1\u05d9\u05d9\u05dd \u05e2\u05dd \u05d4\u05e0\u05e5 \u05d4\u05d7\u05de\u05d4.\",\n                    \"\u05de\u05d4\u05e0\u05e5 \u05d4\u05d7\u05de\u05d4 \u05d1\u05dc\u05d1\u05d3, \u05d5\u05de\u05e6\u05d5\u05d5\u05ea \u05d5\u05ea\u05d9\u05e7\u05d9\u05df \u05d4\u05d9\u05d0 \u05dc\u05e7\u05e8\u05d5\u05d0 \u05d1\u05e1\u05d5\u05e3 \u05e9\u05dc\u05d9\u05e9 \u05d4\u05d9\u05d5\u05dd.\",\n                    \"\u05de\u05d7\u05e6\u05d5\u05ea \u05d4\u05d9\u05d5\u05dd, \u05d5\u05de\u05e6\u05d5\u05d5\u05ea \u05d5\u05ea\u05d9\u05e7\u05d9\u05df \u05d4\u05d9\u05d0 \u05dc\u05e7\u05e8\u05d5\u05d0 \u05dc\u05e4\u05e0\u05d9 \u05ea\u05e4\u05d9\u05dc\u05ea \u05de\u05e0\u05d7\u05d4.\"\n                ],\n                correctIndex: 1,\n                hints: [\n                    \"\u05d7\u05e4\u05e9 \u05d1\u05e7\u05d8\u05e2 \u05d4\u05e8\u05d0\u05e9\u05d5\u05df \u05e9\u05dc \u05d4\u05d8\u05e7\u05e1\u05d8 \u05d0\u05ea \u05d4\u05d4\u05d2\u05d3\u05e8\u05d5\u05ea \u05dc\u05d6\u05de\u05df \u05e9\u05d7\u05e8\u05d9\u05ea.\",\n                    \"\u05e2\u05d9\u05d9\u05df \u05d1\u05e4\u05e1\u05e7\u05d4 '\u05ea\u05d7\u05d9\u05dc\u05ea \u05d6\u05de\u05df \u05e7\u05e8\u05d9\u05d0\u05ea \u05e9\u05de\u05e2' \u05d1\u05e7\u05d9\u05e6\u05d5\u05e8 \u05e9\u05d5\u05dc\u05d7\u05df \u05e2\u05e8\u05d5\u05da \u05e1\u05d9\u05de\u05df \u05d9\u05d6.\",\n                    \"\u05e6\u05de\u05e6\u05d5\u05dd: \u05d4\u05d0\u05e4\u05e9\u05e8\u05d5\u05d9\u05d5\u05ea \u05d4\u05e7\u05e9\u05d5\u05e8\u05d5\u05ea \u05dc\u05dc\u05d9\u05dc\u05d4 \u05d0\u05d5 \u05dc\u05d7\u05e6\u05d5\u05ea \u05d4\u05d9\u05d5\u05dd \u05d0\u05d9\u05e0\u05df \u05e0\u05db\u05d5\u05e0\u05d5\u05ea.\"\n                ],\n                textRef: \"\u05e7\u05d9\u05e6\u05d5\u05e8 \u05e9\u05d5\u05dc\u05d7\u05df \u05e2\u05e8\u05d5\u05da \u05e1\u05d9\u05de\u05df \u05d9\u05d6 \u05e1\u05e2\u05d9\u05e3 \u05d0\",\n                codePiece: \"\u05d6-1\"\n            },\n            {\n                id: 2,\n                title: \"\u05ea\u05d7\u05e0\u05d4 2: \u05d4\u05d9\u05db\u05dc \u05d4\u05e1\u05d3\u05e8 \u05d5\u05d4\u05e4\u05e8\u05e9\u05d9\u05d5\u05ea\",\n                difficulty: \"\u05e8\u05de\u05d4 \u05d0\/\u05d1 - \u05de\u05e4\u05e2\u05e0\u05d7\u05d9\u05dd \u05d0\u05ea \u05d4\u05e4\u05e8\u05d8\u05d9\u05dd\",\n                story: \"\u05d3\u05de\u05d5\u05ea\u05d5 \u05e9\u05dc \u05d4\u05ea\u05e0\u05d0 \u05e8' \u05d9\u05d4\u05d5\u05e9\u05e2 \u05d1\u05df \u05e7\u05e8\u05d7\u05d4 \u05de\u05d5\u05e4\u05d9\u05e2\u05d4 \u05d1\u05d2\u05dc\u05d2\u05dc \u05d4\u05e9\u05e0\u05d9 \u05d5\u05de\u05d1\u05e7\u05e9\u05ea \u05dc\u05d1\u05d3\u05d5\u05e7 \u05d0\u05dd \u05d0\u05ea\u05d4 \u05de\u05d1\u05d9\u05df \u05d0\u05ea \u05e1\u05d3\u05e8 \u05d4\u05e4\u05e8\u05e9\u05d9\u05d5\u05ea.\",\n                question: \"\u05de\u05d3\u05d5\u05e2 \u05e7\u05d3\u05de\u05d4 \u05e4\u05e8\u05e9\u05ea '\u05e9\u05de\u05e2' \u05dc'\u05d5\u05d4\u05d9\u05d4 \u05d0\u05dd \u05e9\u05de\u05d5\u05e2', \u05d5\u05de\u05d3\u05d5\u05e2 '\u05d5\u05d4\u05d9\u05d4 \u05d0\u05dd \u05e9\u05de\u05d5\u05e2' \u05e7\u05d3\u05de\u05d4 \u05dc'\u05d5\u05d9\u05d0\u05de\u05e8'?\",\n                options: [\n                    \"\u05db\u05d3\u05d9 \u05e9\u05d9\u05e7\u05d1\u05dc \u05e2\u05dc\u05d9\u05d5 \u05e2\u05d5\u05dc \u05de\u05dc\u05db\u05d5\u05ea \u05e9\u05de\u05d9\u05dd \u05ea\u05d7\u05d9\u05dc\u05d4 \u05d5\u05d0\u05d7\\\"\u05db \u05e2\u05d5\u05dc \u05de\u05e6\u05d5\u05d5\u05ea; \u05d5'\u05d5\u05d4\u05d9\u05d4 \u05d0\u05dd \u05e9\u05de\u05d5\u05e2' \u05e0\u05d5\u05d4\u05d2\u05ea \u05d1\u05d9\u05d5\u05dd \u05d5\u05d1\u05dc\u05d9\u05dc\u05d4 \u05d5\u05d0\u05d9\u05dc\u05d5 '\u05d5\u05d9\u05d0\u05de\u05e8' \u05d1\u05d9\u05d5\u05dd \u05d1\u05dc\u05d1\u05d3.\",\n                    \"\u05de\u05e4\u05e0\u05d9 \u05e9\u05e4\u05e8\u05e9\u05ea \u05e9\u05de\u05e2 \u05e7\u05e6\u05e8\u05d4 \u05d9\u05d5\u05ea\u05e8, \u05d5\u05e4\u05e8\u05e9\u05ea \u05d5\u05d9\u05d0\u05de\u05e8 \u05e2\u05d5\u05e1\u05e7\u05ea \u05d1\u05e6\u05d9\u05e6\u05d9\u05ea.\",\n                    \"\u05de\u05e4\u05e0\u05d9 \u05e9\u05e2\u05d5\u05dc \u05de\u05e6\u05d5\u05d5\u05ea \u05e7\u05d5\u05d3\u05dd \u05dc\u05e2\u05d5\u05dc \u05de\u05dc\u05db\u05d5\u05ea \u05e9\u05de\u05d9\u05dd, \u05d5\u05e4\u05e8\u05e9\u05ea \u05d5\u05d9\u05d0\u05de\u05e8 \u05e0\u05d5\u05d4\u05d2\u05ea \u05d1\u05dc\u05d9\u05dc\u05d4.\",\n                    \"\u05d0\u05d9\u05df \u05e9\u05d5\u05dd \u05e1\u05d9\u05d1\u05d4 \u05d4\u05dc\u05db\u05ea\u05d9\u05ea \u05dc\u05e1\u05d3\u05e8, \u05db\u05da \u05d4\u05d3\u05e4\u05d9\u05e1\u05d5 \u05d1\u05e1\u05d9\u05d3\u05d5\u05e8.\"\n                ],\n                correctIndex: 0,\n                hints: [\n                    \"\u05e9\u05d9\u05dd \u05dc\u05d1 \u05dc\u05d4\u05d1\u05d3\u05dc \u05d1\u05d9\u05df \u05e7\u05d1\u05dc\u05ea \u05e2\u05d5\u05dc \u05de\u05dc\u05db\u05d5\u05ea \u05e9\u05de\u05d9\u05dd \u05dc\u05d1\u05d9\u05df \u05e7\u05d1\u05dc\u05ea \u05e2\u05d5\u05dc \u05de\u05e6\u05d5\u05d5\u05ea.\",\n                    \"\u05e2\u05d9\u05d9\u05df \u05d1\u05de\u05e9\u05e0\u05d4 \u05d1\u05de\u05e1\u05db\u05ea \u05d1\u05e8\u05db\u05d5\u05ea \u05e4\u05e8\u05e7 \u05e9\u05e0\u05d9 \u05de\u05e9\u05e0\u05d4 \u05d1.\",\n                    \"\u05e6\u05de\u05e6\u05d5\u05dd: \u05e7\u05d1\u05dc\u05ea \u05e2\u05d5\u05dc \u05de\u05dc\u05db\u05d5\u05ea \u05e9\u05de\u05d9\u05dd \u05ea\u05de\u05d9\u05d3 \u05e7\u05d5\u05d3\u05de\u05ea \u05dc\u05e2\u05d5\u05dc \u05de\u05e6\u05d5\u05d5\u05ea.\"\n                ],\n                textRef: \"\u05de\u05e1\u05db\u05ea \u05d1\u05e8\u05db\u05d5\u05ea \u05e4\u05e8\u05e7 \u05e9\u05e0\u05d9 \u05de\u05e9\u05e0\u05d4 \u05d1\",\n                codePiece: \"\u05de-2\"\n            },\n            {\n                id: 3,\n                title: \"\u05ea\u05d7\u05e0\u05d4 3: \u05d6\u05db\u05d9\u05e8\u05ea \u05d9\u05e6\u05d9\u05d0\u05ea \u05de\u05e6\u05e8\u05d9\u05dd\",\n                difficulty: \"\u05e8\u05de\u05d4 \u05d1 - \u05de\u05e4\u05e2\u05e0\u05d7\u05d9\u05dd \u05d0\u05ea \u05d4\u05e4\u05e8\u05d8\u05d9\u05dd\",\n                story: \"\u05e9\u05d9\u05e8 \u05e2\u05ea\u05d9\u05e7 \u05d7\u05e8\u05d5\u05ea \u05e2\u05dc \u05d2\u05d1\u05d9 \u05d4\u05ea\u05d9\u05d1\u05d4 \u05d4\u05e9\u05dc\u05d9\u05e9\u05d9\u05ea: '\u05d9\u05d5\u05b9\u05dd \u05d5\u05b8\u05dc\u05b7\u05d9\u05b0\u05dc\u05b8\u05d4 \u05dc\u05b9\u05d0 \u05d9\u05b4\u05e9\u05b0\u05c1\u05d1\u05b9\u05bc\u05ea\u05d5\u05bc, \u05d6\u05b5\u05db\u05b6\u05e8 \u05dc\u05b7\u05e4\u05b0\u05bc\u05dc\u05b8\u05d0\u05b4\u05d9\u05dd \u05e9\u05b6\u05c1\u05e0\u05b7\u05bc\u05e2\u05b2\u05e9\u05c2\u05d5\u05bc...'\",\n                question: \"\u05de\u05d4 \u05dc\u05de\u05d3\u05d5 \u05d7\u05db\u05de\u05d9\u05dd \u05de\u05d4\u05de\u05d9\u05dc\u05d4 \u05d4\u05de\u05d9\u05d5\u05ea\u05e8\u05ea '\u05db\u05b9\u05bc\u05dc' \u05d1\u05e4\u05e1\u05d5\u05e7 '\u05db\u05b9\u05bc\u05dc \u05d9\u05b0\u05de\u05b5\u05d9 \u05d7\u05b7\u05d9\u05b6\u05bc\u05d9\u05da\u05b8', \u05d5\u05de\u05d4 \u05d4\u05d4\u05d1\u05d3\u05dc \u05d1\u05d6\u05de\u05e0\u05d9\u05dd \u05d1\u05d9\u05e0\u05d4 \u05dc\u05d1\u05d9\u05df \u05e7\u05e8\u05d9\u05d0\u05ea \u05e9\u05de\u05e2?\",\n                options: [\n                    \"'\u05db\u05dc' \u05d1\u05d0 \u05dc\u05e8\u05d1\u05d5\u05ea \u05d0\u05ea \u05d9\u05de\u05d9 \u05d4\u05e9\u05d1\u05ea \u05d1\u05dc\u05d1\u05d3; \u05d5\u05d6\u05de\u05e0\u05d4 \u05de\u05d5\u05d2\u05d1\u05dc \u05dc-3 \u05e9\u05e2\u05d5\u05ea \u05e8\u05d0\u05e9\u05d5\u05e0\u05d5\u05ea.\",\n                    \"'\u05d9\u05de\u05d9 \u05d7\u05d9\u05d9\u05da' \u2013 \u05d4\u05d9\u05de\u05d9\u05dd, '\u05db\u05dc \u05d9\u05de\u05d9 \u05d7\u05d9\u05d9\u05da' \u2013 \u05d4\u05dc\u05d9\u05dc\u05d5\u05ea; \u05d5\u05de\u05e6\u05d5\u05d5\u05ea \u05d6\u05db\u05d9\u05e8\u05ea \u05d9\u05e6\u05d9\u05d0\u05ea \u05de\u05e6\u05e8\u05d9\u05dd \u05e0\u05d5\u05d4\u05d2\u05ea \u05d1\u05db\u05dc \u05e9\u05e2\u05d4 \u05d1\u05d9\u05d5\u05dd \u05d5\u05d1\u05dc\u05d9\u05dc\u05d4.\",\n                    \"'\u05db\u05dc' \u05d1\u05d0 \u05dc\u05e8\u05d1\u05d5\u05ea \u05d0\u05ea \u05d9\u05de\u05d5\u05ea \u05d4\u05de\u05e9\u05d9\u05d7 \u05d1\u05dc\u05d1\u05d3; \u05d5\u05d0\u05d9\u05df \u05d7\u05d5\u05d1\u05d4 \u05dc\u05d4\u05d6\u05db\u05d9\u05e8 \u05d1\u05dc\u05d9\u05dc\u05d4.\",\n                    \"'\u05db\u05dc' \u05d1\u05d0 \u05dc\u05dc\u05de\u05d3 \u05e9\u05d9\u05e9 \u05dc\u05e7\u05e8\u05d5\u05d0 \u05e7\u05e8\u05d9\u05d0\u05ea \u05e9\u05de\u05e2 4 \u05e4\u05e2\u05de\u05d9\u05dd \u05d1\u05d9\u05d5\u05dd.\"\n                ],\n                correctIndex: 1,\n                hints: [\n                    \"\u05d7\u05e4\u05e9 \u05d0\u05ea \u05d3\u05e8\u05e9\u05ea \u05d4\u05d2\u05de\u05e8\u05d0 \u05d1\u05de\u05e1\u05db\u05ea \u05d1\u05e8\u05db\u05d5\u05ea \u05d3\u05e3 \u05d9\u05d1.\",\n                    \"\u05e2\u05d9\u05d9\u05df \u05d1\u05e1\u05e2\u05d9\u05e3 '\u05d4\u05d6\u05db\u05e8\u05ea \u05d9\u05e6\u05d9\u05d0\u05ea \u05de\u05e6\u05e8\u05d9\u05dd \u2013 \u05d7\u05d5\u05d1\u05ea\u05d4 \u05d5\u05d6\u05de\u05e0\u05d4'.\",\n                    \"\u05e6\u05de\u05e6\u05d5\u05dd: \u05d4\u05de\u05d9\u05dc\u05d4 '\u05db\u05dc' \u05d1\u05d0\u05d4 \u05dc\u05d4\u05d5\u05e1\u05d9\u05e3 \u05d0\u05ea \u05e9\u05e2\u05d5\u05ea \u05d4\u05dc\u05d9\u05dc\u05d4.\"\n                ],\n                textRef: \"\u05de\u05e1\u05db\u05ea \u05d1\u05e8\u05db\u05d5\u05ea \u05d3\u05e3 \u05d9\u05d1 \u05e2\u05de\u05d5\u05d3 \u05d1\",\n                codePiece: \"\u05e0-3\"\n            },\n            {\n                id: 4,\n                title: \"\u05ea\u05d7\u05e0\u05d4 4: \u05db\u05d5\u05d5\u05e0\u05ea \u05d9\u05d9\u05d7\u05d5\u05d3 \u05d4'\",\n                difficulty: \"\u05e8\u05de\u05d4 \u05d1 - \u05de\u05e4\u05e2\u05e0\u05d7\u05d9\u05dd \u05d0\u05ea \u05d4\u05e4\u05e8\u05d8\u05d9\u05dd\",\n                story: \"\u05d2\u05dc\u05d2\u05dc \u05d4\u05e9\u05d9\u05e0\u05d9\u05d9\u05dd \u05d4\u05e8\u05d1\u05d9\u05e2\u05d9 \u05de\u05d1\u05e7\u05e9 \u05dc\u05d1\u05e8\u05e8 \u05d0\u05ea \u05de\u05e9\u05de\u05e2\u05d5\u05ea \u05d4\u05d0\u05de\u05d5\u05e0\u05d4 \u05d5\u05d4\u05d9\u05d9\u05d7\u05d5\u05d3 \u05d5\u05d0\u05ea \u05d8\u05e2\u05de\u05d9 \u05d4\u05de\u05e6\u05d5\u05d5\u05d4.\",\n                question: \"\u05d0\u05d9\u05d6\u05d4 \u05de\u05d4\u05de\u05e9\u05e4\u05d8\u05d9\u05dd \u05d4\u05d1\u05d0\u05d9\u05dd \u05de\u05ea\u05d0\u05e8 \u05e0\u05db\u05d5\u05e0\u05d4 \u05d0\u05ea \u05d4\u05de\u05e6\u05d5\u05d5\u05d4 \u05dc\u05d9\u05d9\u05d7\u05d3 \u05d0\u05ea \u05d4' \u05d5\u05d0\u05ea \u05d4\u05d8\u05e2\u05dd \u05dc\u05e4\u05d9 \u05e1\u05e4\u05e8 \u05d4\u05d7\u05d9\u05e0\u05d5\u05da?\",\n                options: [\n                    \"\u05d4\u05de\u05e6\u05d5\u05d5\u05d4 \u05dc\u05d9\u05d9\u05d7\u05d3 \u05d0\u05ea \u05d4' \u05e4\u05d9\u05e8\u05d5\u05e9\u05d4 \u05dc\u05d4\u05d0\u05de\u05d9\u05df \u05e9\u05d9\u05e9 \u05db\u05d5\u05d7\u05d5\u05ea \u05de\u05d6\u05dc \u05d4\u05e4\u05d5\u05e2\u05dc\u05d9\u05dd \u05d9\u05d7\u05d3 \u05e2\u05dd \u05d4'.\",\n                    \"\u05d4\u05de\u05e6\u05d5\u05d5\u05d4 \u05dc\u05d9\u05d9\u05d7\u05d3 \u05d0\u05ea \u05d4' \u05d4\u05d9\u05d0 \u05d4\u05d0\u05de\u05d5\u05e0\u05d4 \u05e9\u05d4' \u05dc\u05d1\u05d3\u05d5 \u05d1\u05e8\u05d0 \u05d5\u05de\u05e0\u05d4\u05d9\u05d2 \u05d5\u05d0\u05d9\u05df \u05db\u05d5\u05d7 \u05de\u05d1\u05dc\u05e2\u05d3\u05d9\u05d5; \u05d5\u05e1\u05e4\u05e8 \u05d4\u05d7\u05d9\u05e0\u05d5\u05da \u05de\u05e1\u05d1\u05d9\u05e8 \u05e9\u05d4\u05d9\u05d0 \u05e9\u05d5\u05de\u05e8\u05ea \u05e2\u05dc \u05d4\u05d0\u05d3\u05dd \u05de\u05df \u05d4\u05d7\u05d8\u05d0.\",\n                    \"\u05e1\u05e4\u05e8 \u05d4\u05d7\u05d9\u05e0\u05d5\u05da \u05de\u05e1\u05d1\u05d9\u05e8 \u05e9\u05e7\u05e8\u05d9\u05d0\u05ea \u05e9\u05de\u05e2 \u05e0\u05d5\u05e2\u05d3\u05d4 \u05e8\u05e7 \u05db\u05d3\u05d9 \u05dc\u05d6\u05db\u05d5\u05e8 \u05d0\u05ea \u05e7\u05e8\u05d9\u05d0\u05ea \u05d4\u05ea\u05d5\u05e8\u05d4 \u05d1\u05e6\u05d9\u05d1\u05d5\u05e8.\",\n                    \"\u05d9\u05d9\u05d7\u05d5\u05d3 \u05d4' \u05d0\u05d9\u05e0\u05d5 \u05de\u05e6\u05d5\u05d5\u05ea \u05e2\u05e9\u05d4 \u05de\u05df \u05d4\u05ea\u05d5\u05e8\u05d4 \u05d0\u05dc\u05d0 \u05de\u05e0\u05d4\u05d2 \u05d1\u05e2\u05dc\u05de\u05d0.\"\n                ],\n                correctIndex: 1,\n                hints: [\n                    \"\u05d7\u05e4\u05e9 \u05d0\u05ea \u05d4\u05e1\u05d1\u05e8\u05d5 \u05e9\u05dc \u05e1\u05e4\u05e8 \u05d4\u05d7\u05d9\u05e0\u05d5\u05da \u05d1\u05e4\u05e8\u05e7 '\u05d4\u05db\u05d5\u05d5\u05e0\u05d4 \u05d1\u05de\u05e6\u05d5\u05d5\u05ea \u05e7\u05e8\u05d9\u05d0\u05ea \u05e9\u05de\u05e2'.\",\n                    \"\u05e7\u05e8\u05d0 \u05d0\u05ea \u05d4\u05e7\u05d8\u05e2 '\u05e9\u05e8\u05e9\u05d9 \u05d4\u05de\u05e6\u05d5\u05d5\u05d4 (\u05d8\u05e2\u05de\u05d9 \u05d4\u05de\u05e6\u05d5\u05d5\u05d4)'.\",\n                    \"\u05e6\u05de\u05e6\u05d5\u05dd: \u05d9\u05d9\u05d7\u05d5\u05d3 \u05d4' \u05e9\u05d5\u05dc\u05dc \u05dc\u05d7\u05dc\u05d5\u05d8\u05d9\u05df \u05d0\u05de\u05d5\u05e0\u05d4 \u05d1'\u05de\u05d6\u05dc' \u05d0\u05d5 \u05db\u05d5\u05d7\u05d5\u05ea \u05e0\u05d5\u05e1\u05e4\u05d9\u05dd.\"\n                ],\n                textRef: \"\u05e1\u05e4\u05e8 \u05d4\u05d7\u05d9\u05e0\u05d5\u05da \u05de\u05e6\u05d5\u05d5\u05ea \u05ea\u05d9\u05d6 \u05d5\u05ea\u05db\",\n                codePiece: \"\u05d4-4\"\n            },\n            {\n                id: 5,\n                title: \"\u05ea\u05d7\u05e0\u05d4 5: \u05d0\u05d5\u05e4\u05e1... \u05d4\u05de\u05d7\u05e9\u05d1\u05d5\u05ea \u05e0\u05d3\u05d3\u05d5!\",\n                difficulty: \"\u05e8\u05de\u05d4 \u05d1\/\u05d2 - \u05e4\u05d5\u05ea\u05e8\u05d9\u05dd \u05d0\u05ea \u05d4\u05ea\u05d9\u05e7\",\n                story: \"\u05d4\u05ea\u05d9\u05d1\u05d4 \u05d4\u05d7\u05de\u05d9\u05e9\u05d9\u05ea \u05de\u05d3\u05de\u05d4 \u05e1\u05d9\u05d8\u05d5\u05d0\u05e6\u05d9\u05d4: \u05d0\u05d3\u05dd \u05e7\u05e8\u05d0 '\u05e9\u05de\u05e2 \u05d9\u05e9\u05e8\u05d0\u05dc' \u05d5\u05e4\u05ea\u05d0\u05d5\u05dd \u05e7\u05dc\u05d8 \u05e9\u05de\u05d7\u05e9\u05d1\u05d5\u05ea\u05d9\u05d5 \u05e0\u05d3\u05d3\u05d5 \u05d5\u05dc\u05d0 \u05db\u05d9\u05d5\u05d5\u05df \u05d1\u05e4\u05e1\u05d5\u05e7 \u05e8\u05d0\u05e9\u05d5\u05df.\",\n                question: \"\u05de\u05d4 \u05d4\u05e6\u05e2\u05d3 \u05d4\u05d4\u05dc\u05db\u05ea\u05d9 \u05d4\u05e0\u05db\u05d5\u05df \u05dc\u05e4\u05d9 \u05d4\u05e9\u05d5\u05dc\u05d7\u05df \u05e2\u05e8\u05d5\u05da, \u05d5\u05de\u05d3\u05d5\u05e2 \u05d0\u05e1\u05d5\u05e8 \u05dc\u05d7\u05d6\u05d5\u05e8 \u05e2\u05dc \u05d4\u05e4\u05e1\u05d5\u05e7 \u05d1\u05e8\u05e6\u05e3 \u05de\u05d9\u05d9\u05d3\u05d9?\",\n                options: [\n                    \"\u05d0\u05d9\u05e0\u05d5 \u05e6\u05e8\u05d9\u05da \u05dc\u05d7\u05d6\u05d5\u05e8 \u05db\u05dc\u05dc, \u05db\u05d9 \u05d1\u05d3\u05d9\u05e2\u05d1\u05d3 \u05db\u05d5\u05d5\u05e0\u05d4 \u05d0\u05d9\u05e0\u05d4 \u05de\u05e2\u05db\u05d1\u05ea \u05d1\u05e4\u05e1\u05d5\u05e7 \u05e8\u05d0\u05e9\u05d5\u05df.\",\n                    \"\u05d9\u05d7\u05d6\u05d5\u05e8 \u05de\u05d9\u05d3 \u05d1\u05dc\u05d7\u05d9\u05e9\u05d4 \u05e2\u05dc \u05d4\u05de\u05d9\u05dc\u05d9\u05dd '\u05e9\u05de\u05e2 \u05d9\u05e9\u05e8\u05d0\u05dc' \u05dc\u05dc\u05d0 \u05e9\u05d5\u05dd \u05d4\u05e4\u05e1\u05e7\u05d4.\",\n                    \"\u05dc\u05d0 \u05d9\u05e6\u05d0 \u05d9\u05d3\u05d9 \u05d7\u05d5\u05d1\u05ea\u05d5; \u05e2\u05dc\u05d9\u05d5 \u05dc\u05d4\u05de\u05ea\u05d9\u05df \u05de\u05e2\u05d8 \u05d5\u05e8\u05e7 \u05d0\u05d6 \u05dc\u05d7\u05d6\u05d5\u05e8, \u05db\u05d3\u05d9 \u05e9\u05dc\u05d0 \u05d9\u05d9\u05e9\u05de\u05e2 \u05db'\u05e9\u05de\u05e2 \u05e9\u05de\u05e2' (\u05e9\u05ea\u05d9 \u05e8\u05e9\u05d5\u05d9\u05d5\u05ea).\",\n                    \"\u05d9\u05de\u05e9\u05d9\u05da \u05e2\u05d3 \u05e1\u05d5\u05e3 \u05e7\u05e8\u05d9\u05d0\u05ea \u05e9\u05de\u05e2, \u05d5\u05d9\u05e7\u05e8\u05d0 \u05d0\u05ea \u05db\u05dc \u05e7\u05e8\u05d9\u05d0\u05ea \u05e9\u05de\u05e2 \u05de\u05d7\u05d3\u05e9 3 \u05e4\u05e2\u05de\u05d9\u05dd.\"\n                ],\n                correctIndex: 2,\n                hints: [\n                    \"\u05d7\u05e4\u05e9 \u05d0\u05ea \u05d4\u05e1\u05e2\u05d9\u05e3 \u05d1\u05e9\u05d5\u05dc\u05d7\u05df \u05e2\u05e8\u05d5\u05da \u05d4\u05d3\u05df \u05d1\u05de\u05d9 \u05e9\u05e7\u05e8\u05d0 \u05d5\u05dc\u05d0 \u05db\u05d9\u05d5\u05d5\u05df \u05dc\u05d1\u05d5 \u05d1\u05e4\u05e1\u05d5\u05e7 \u05e8\u05d0\u05e9\u05d5\u05df.\",\n                    \"\u05e2\u05d9\u05d9\u05df \u05d1\u05d4\u05e1\u05d1\u05e8 \u05d4\u05de\u05e9\u05e0\u05d4 \u05d1\u05e8\u05d5\u05e8\u05d4 \u05dc\u05d2\u05d1\u05d9 \u05d4\u05d7\u05e9\u05e9 \u05de\u05d0\u05de\u05d9\u05e8\u05ea '\u05e9\u05de\u05e2 \u05e9\u05de\u05e2'.\",\n                    \"\u05e6\u05de\u05e6\u05d5\u05dd: \u05d7\u05d6\u05e8\u05d4 \u05de\u05d9\u05d9\u05d3\u05d9\u05ea \u05dc\u05dc\u05d0 \u05d4\u05e4\u05e1\u05e7\u05d4 \u05e7\u05d8\u05e0\u05d4 \u05e0\u05e8\u05d0\u05d9\u05ea \u05db\u05d0\u05de\u05d5\u05e0\u05d4 \u05d1\u05e9\u05ea\u05d9 \u05e8\u05e9\u05d5\u05d9\u05d5\u05ea.\"\n                ],\n                textRef: \"\u05e9\u05d5\u05dc\u05d7\u05df \u05e2\u05e8\u05d5\u05da \u05e1\u05d9\u05de\u05df \u05e1\u05d2 \u05e1\u05e2\u05d9\u05e3 \u05d3 \u05d5\u05e1\u05d9\u05de\u05df \u05e1\u05d0 \u05e1\u05e2\u05d9\u05e3 \u05d8\",\n                codePiece: \"\u05d0-5\"\n            },\n            {\n                id: 6,\n                title: \"\u05ea\u05d7\u05e0\u05d4 6: \u05de\u05e0\u05d4\u05d2 \u05d4\u05de\u05e7\u05d5\u05dd \u05d5\u05d4\u05e4\u05e1\u05e7\u05d5\u05ea\",\n                difficulty: \"\u05e8\u05de\u05d4 \u05d2 - \u05e4\u05d5\u05ea\u05e8\u05d9\u05dd \u05d0\u05ea \u05d4\u05ea\u05d9\u05e7\",\n                story: \"\u05e0\u05d5\u05e2\u05dd \u05e8\u05d2\u05d9\u05dc \u05dc\u05e7\u05e8\u05d5\u05d0 \u05d0\u05ea \u05db\u05dc \u05e9\u05dc\u05d5\u05e9 \u05d4\u05e4\u05e8\u05e9\u05d9\u05d5\u05ea \u05d1\u05e7\u05d5\u05dc \u05e8\u05dd. \u05db\u05e2\u05ea \u05d4\u05d5\u05d0 \u05de\u05ea\u05e4\u05dc\u05dc \u05d1\u05d1\u05d9\u05ea \u05db\u05e0\u05e1\u05ea \u05e9\u05d1\u05d5 \u05d0\u05d5\u05de\u05e8\u05d9\u05dd \u05d1\u05e7\u05d5\u05dc \u05e8\u05e7 \u05d0\u05ea \u05d4\u05e4\u05e1\u05d5\u05e7 \u05d4\u05e8\u05d0\u05e9\u05d5\u05df.\",\n                question: \"\u05db\u05d9\u05e6\u05d3 \u05d9\u05e0\u05d4\u05d2 \u05e0\u05d5\u05e2\u05dd \u05d1\u05d1\u05d9\u05ea \u05db\u05e0\u05e1\u05ea \u05d6\u05d4, \u05d5\u05de\u05d4\u05d9 \u05d4\u05e1\u05d9\u05d1\u05d4 \u05d4\u05d4\u05dc\u05db\u05ea\u05d9\u05ea \u05dc\u05db\u05da?\",\n                options: [\n                    \"\u05d9\u05de\u05e9\u05d9\u05da \u05dc\u05e7\u05e8\u05d5\u05d0 \u05d1\u05e7\u05d5\u05dc \u05e8\u05dd \u05d0\u05ea \u05db\u05dc \u05d4\u05e4\u05e8\u05e9\u05d9\u05d5\u05ea \u05db\u05d3\u05d9 \u05dc\u05d7\u05e0\u05da \u05d0\u05ea \u05d4\u05e6\u05d9\u05d1\u05d5\u05e8.\",\n                    \"\u05d0\u05dc \u05d9\u05e9\u05e0\u05d4 \u05de\u05de\u05e0\u05d4\u05d2 \u05d4\u05de\u05e7\u05d5\u05dd, \u05db\u05d3\u05d9 \u05e9\u05dc\u05d0 \u05dc\u05d1\u05dc\u05d1\u05dc \u05d0\u05ea \u05db\u05d5\u05d5\u05e0\u05ea \u05d4\u05de\u05ea\u05e4\u05dc\u05dc\u05d9\u05dd \u05e9\u05d0\u05d9\u05e0\u05dd \u05e8\u05d2\u05d9\u05dc\u05d9\u05dd \u05d1\u05db\u05da.\",\n                    \"\u05d9\u05e6\u05d0 \u05de\u05d1\u05d9\u05ea \u05d4\u05db\u05e0\u05e1\u05ea \u05d1\u05d0\u05de\u05e6\u05e2 \u05d4\u05e7\u05e8\u05d9\u05d0\u05d4 \u05d5\u05dc\u05d0 \u05d9\u05ea\u05e4\u05dc\u05dc \u05e9\u05dd \u05dc\u05e2\u05d5\u05dc\u05dd.\",\n                    \"\u05d9\u05e7\u05e8\u05d0 \u05d0\u05ea \u05d4\u05e4\u05e8\u05e9\u05d9\u05d4 \u05d4\u05e9\u05e0\u05d9\u05d9\u05d4 \u05d1\u05dc\u05d1\u05d3 \u05d1\u05e7\u05d5\u05dc \u05e8\u05dd.\"\n                ],\n                correctIndex: 1,\n                hints: [\n                    \"\u05e2\u05d9\u05d9\u05df \u05d1\u05e4\u05e1\u05e7\u05d4 '\u05de\u05e0\u05d4\u05d2 \u05e0\u05d5\u05e1\u05e3: \u05dc\u05e7\u05e8\u05d5\u05d0 \u05d0\u05ea \u05db\u05dc \u05e7\u05e8\u05d9\u05d0\u05ea \u05e9\u05de\u05e2 \u05d1\u05e7\u05d5\u05dc'.\",\n                    \"\u05d7\u05e4\u05e9 \u05d0\u05ea \u05e4\u05e1\u05e7 \u05d4\u05d9\u05dc\u05e7\u05d5\u05d8 \u05d9\u05d5\u05e1\u05e3 \u05d1\u05e1\u05d9\u05de\u05df \u05e1\u05d0 \u05e1\u05e2\u05d9\u05e3 \u05d2.\",\n                    \"\u05e6\u05de\u05e6\u05d5\u05dd: \u05de\u05e0\u05d9\u05e2\u05ea \u05d1\u05dc\u05d1\u05d5\u05dc \u05d4\u05db\u05d5\u05d5\u05e0\u05d4 \u05e9\u05dc \u05d4\u05e6\u05d9\u05d1\u05d5\u05e8 \u05d2\u05d5\u05d1\u05e8\u05ea \u05e2\u05dc \u05de\u05e0\u05d4\u05d2\u05d5 \u05d4\u05e4\u05e8\u05d8\u05d9.\"\n                ],\n                textRef: \"\u05d9\u05dc\u05e7\u05d5\u05d8 \u05d9\u05d5\u05e1\u05e3 \u05e1\u05d9\u05de\u05df \u05e1\u05d0 \u05e1\u05e2\u05d9\u05e3 \u05d2\",\n                codePiece: \"\u05e8-6\"\n            },\n            {\n                id: 7,\n                title: \"\u05ea\u05d7\u05e0\u05d4 7: \u05de\u05e6\u05d0 \u05d0\u05ea \u05d4\u05d6\u05d9\u05d5\u05e3 \u05d1\u05d3\u05e7\u05d3\u05d5\u05e7!\",\n                difficulty: \"\u05e8\u05de\u05d4 \u05d1 - \u05de\u05e4\u05e2\u05e0\u05d7\u05d9\u05dd \u05d0\u05ea \u05d4\u05e4\u05e8\u05d8\u05d9\u05dd\",\n                story: \"\u05dc\u05e4\u05e0\u05d9\u05da 4 \u05d8\u05e2\u05e0\u05d5\u05ea \u05dc\u05d2\u05d1\u05d9 \u05d3\u05e7\u05d3\u05d5\u05e7 \u05d4\u05e7\u05e8\u05d9\u05d0\u05d4 \u05d5\u05d4\u05e4\u05e8\u05d3\u05ea \u05de\u05d9\u05dc\u05d9\u05dd \u05d3\u05d1\u05e7\u05d5\u05ea. \u05d0\u05d7\u05ea \u05de\u05d4\u05d8\u05e2\u05e0\u05d5\u05ea \u05de\u05d6\u05d5\u05d9\u05e4\u05ea \u05d5\u05de\u05d5\u05d8\u05e2\u05d9\u05ea!\",\n                question: \"\u05d0\u05d9\u05d6\u05d4 \u05de\u05d4\u05db\u05dc\u05dc\u05d9\u05dd \u05d4\u05d1\u05d0\u05d9\u05dd \u05de\u05e6\u05d9\u05d2 \u05d8\u05e2\u05d5\u05ea \u05d5\u05d0\u05d9\u05e0\u05d5 \u05ea\u05d5\u05d0\u05dd \u05d0\u05ea \u05d4\u05dc\u05db\u05d5\u05ea \u05d4\u05e7\u05e8\u05d9\u05d0\u05d4 \u05d1\u05d3\u05e7\u05d3\u05d5\u05e7?\",\n                options: [\n                    \"\u05d9\u05e9 \u05dc\u05d4\u05d9\u05d6\u05d4\u05e8 \u05d1\u05d6\u05d9\\\"\u05df \u05e9\u05dc '\u05ea\u05d6\u05db\u05e8\u05d5' \u05e9\u05dc\u05d0 \u05ea\u05d9\u05e9\u05de\u05e2 \u05db\u05e9\u05d9\\\"\u05df, \u05d5\u05d1\u05e2\u05d9\\\"\u05df \u05e9\u05dc '\u05e0\u05e9\u05d1\u05e2' \u05e9\u05dc\u05d0 \u05ea\u05d9\u05e9\u05de\u05e2 \u05db\u05d4\\\"\u05d0.\",\n                    \"\u05d9\u05e9 \u05dc\u05ea\u05ea \u05e8\u05d9\u05d5\u05d5\u05d7 \u05d1\u05d9\u05df \u05de\u05d9\u05dc\u05d9\u05dd \u05d3\u05d1\u05e7\u05d5\u05ea \u05db\u05d2\u05d5\u05df '\u05e2\u05dc \u05dc\u05d1\u05d1\u05db\u05dd' \u05d5'\u05d5\u05e7\u05e9\u05e8\u05ea\u05dd \u05d0\u05d5\u05ea\u05dd' \u05db\u05d3\u05d9 \u05e9\u05dc\u05d0 \u05ea\u05d9\u05d1\u05dc\u05e2 \u05d0\u05d5\u05ea.\",\n                    \"\u05de\u05d5\u05ea\u05e8 \u05dc\u05d4\u05d3\u05d1\u05d9\u05e7 \u05d0\u05ea \u05d4\u05de\u05d9\u05dc\u05d9\u05dd '\u05d5\u05d7\u05e8\u05d4' \u05d5'\u05d0\u05e3' \u05d5\u05dc\u05e7\u05e8\u05d5\u05d0 \u05d0\u05d5\u05ea\u05df \u05d1\u05e8\u05e6\u05e3 \u05db'\u05d5\u05d7\u05e8\u05e3', \u05de\u05e4\u05e0\u05d9 \u05e9\u05e4\u05e1\u05d5\u05e7 \u05d6\u05d4 \u05e0\u05d0\u05de\u05e8 \u05d1\u05dc\u05d7\u05e9.\",\n                    \"\u05e6\u05e8\u05d9\u05da \u05dc\u05d4\u05e9\u05de\u05d9\u05e2 \u05dc\u05d0\u05d5\u05d6\u05e0\u05d5 \u05de\u05d4 \u05e9\u05d4\u05d5\u05d0 \u05de\u05d5\u05e6\u05d9\u05d0 \u05de\u05e4\u05d9\u05d5 \u05d1\u05e7\u05e8\u05d9\u05d0\u05ea \u05e9\u05de\u05e2.\"\n                ],\n                correctIndex: 2,\n                hints: [\n                    \"\u05e2\u05d9\u05d9\u05df \u05d1\u05e1\u05e2\u05d9\u05e3 '\u05e7\u05e8\u05d9\u05d0\u05ea \u05e9\u05de\u05e2 \u05d1\u05d3\u05e7\u05d3\u05d5\u05e7' \u05d5\u05d1\u05e4\u05e8\u05e7 \u05d4\u05d3\u05df \u05d1\u05e8\u05d9\u05d5\u05d5\u05d7 \u05d1\u05d9\u05df \u05d4\u05d3\u05d1\u05e7\u05d9\u05dd.\",\n                    \"\u05d7\u05e4\u05e9 \u05de\u05d4 \u05e0\u05db\u05ea\u05d1 \u05d1\u05de\u05e4\u05d5\u05e8\u05e9 \u05e2\u05dc \u05ea\u05d9\u05d1\u05ea '\u05d5\u05d7\u05e8\u05d4' \u05d5\u05ea\u05d9\u05d1\u05ea '\u05d0\u05e3'.\",\n                    \"\u05e6\u05de\u05e6\u05d5\u05dd: \u05d4\u05e7\u05e4\u05d3\u05d4 \u05e2\u05dc '\u05d5\u05d7\u05e8\u05d4 \u05d0\u05e3' \u05e0\u05d3\u05e8\u05e9\u05ea \u05db\u05d3\u05d9 \u05e9\u05dc\u05d0 \u05d9\u05d9\u05e9\u05de\u05e2 \u05db\u05d0\u05d5\u05de\u05e8 '\u05d5\u05d7\u05e8\u05e3'.\"\n                ],\n                textRef: \"\u05e7\u05d9\u05e6\u05d5\u05e8 \u05e9\u05d5\u05dc\u05d7\u05df \u05e2\u05e8\u05d5\u05da \u05d9\u05d6, \u05d4, \u05d9\u05dc\u05e7\u05d5\u05d8 \u05d9\u05d5\u05e1\u05e3 \u05e1\u05d0\",\n                codePiece: \"\u05d4-7\"\n            },\n            {\n                id: 8,\n                title: \"\u05ea\u05d7\u05e0\u05d4 8: \u05de\u05e0\u05d9\u05d9\u05df \u05e8\u05de\\\"\u05d7 \u05d5\u05ea\u05e4\u05d9\u05dc\u05d9\u05df\",\n                difficulty: \"\u05e8\u05de\u05d4 \u05d2 - \u05e4\u05d5\u05ea\u05e8\u05d9\u05dd \u05d0\u05ea \u05d4\u05ea\u05d9\u05e7\",\n                story: \"\u05d4\u05ea\u05d9\u05d1\u05d4 \u05d4\u05e9\u05de\u05d9\u05e0\u05d9\u05ea \u05de\u05e0\u05d9\u05e2\u05d4 \u05d0\u05ea \u05d2\u05dc\u05d2\u05dc \u05d4\u05de\u05e0\u05d5\u05e8\u05d4. \u05db\u05d3\u05d9 \u05dc\u05d4\u05e9\u05dc\u05d9\u05dd \u05d0\u05ea \u05e8\u05de\\\"\u05d7 \u05d4\u05ea\u05d9\u05d1\u05d5\u05ea \u05d5\u05dc\u05e9\u05de\u05d5\u05e8 \u05e2\u05dc \u05db\u05d1\u05d5\u05d3 \u05d4\u05de\u05e6\u05d5\u05d5\u05d4:\",\n                question: \"\u05db\u05d9\u05e6\u05d3 \u05de\u05e9\u05dc\u05d9\u05dd \u05de\u05ea\u05e4\u05dc\u05dc \u05d1\u05d9\u05d7\u05d9\u05d3\u05d5\u05ea \u05d0\u05ea \u05de\u05e0\u05d9\u05d9\u05df \u05e8\u05de\\\"\u05d7 \u05d4\u05ea\u05d9\u05d1\u05d5\u05ea, \u05d5\u05de\u05d4 \u05d4\u05d3\u05d9\u05df \u05d1\u05e7\u05d5\u05e8\u05d0 \u05e7\u05e8\u05d9\u05d0\u05ea \u05e9\u05de\u05e2 \u05dc\u05dc\u05d0 \u05ea\u05e4\u05d9\u05dc\u05d9\u05df?\",\n                options: [\n                    \"\u05d1\u05d9\u05d7\u05d9\u05d3 \u05d0\u05d5\u05de\u05e8 '\u05d0\u05de\u05df' \u05d1\u05e1\u05d5\u05e3; \u05d5\u05e7\u05d5\u05e8\u05d0 \u05dc\u05dc\u05d0 \u05ea\u05e4\u05d9\u05dc\u05d9\u05df \u05de\u05e7\u05d9\u05d9\u05dd \u05de\u05e6\u05d5\u05d5\u05d4 \u05de\u05df \u05d4\u05de\u05d5\u05d1\u05d7\u05e8.\",\n                    \"\u05d1\u05d9\u05d7\u05d9\u05d3 \u05d0\u05d5\u05de\u05e8 '\u05d0\u05dc \u05de\u05dc\u05da \u05e0\u05d0\u05de\u05df' (\u05d0\u05d5 \u05db\u05d5\u05e4\u05dc '\u05d4' \u05d0\u05dc\u05d5\u05e7\u05d9\u05db\u05dd \u05d0\u05de\u05ea'); \u05d5\u05d4\u05e7\u05d5\u05e8\u05d0 \u05d1\u05dc\u05d0 \u05ea\u05e4\u05d9\u05dc\u05d9\u05df \u05e0\u05d7\u05e9\u05d1 \u05db\u05d0\u05d9\u05dc\u05d5 \u05de\u05e2\u05d9\u05d3 \u05e2\u05d3\u05d5\u05ea \u05e9\u05e7\u05e8 \u05d1\u05e2\u05e6\u05de\u05d5.\",\n                    \"\u05d1\u05d9\u05d7\u05d9\u05d3 \u05de\u05d3\u05dc\u05d2 \u05e2\u05dc 3 \u05ea\u05d9\u05d1\u05d5\u05ea; \u05d5\u05d0\u05d9\u05df \u05e9\u05d5\u05dd \u05e7\u05e9\u05e8 \u05d1\u05d9\u05df \u05ea\u05e4\u05d9\u05dc\u05d9\u05df \u05dc\u05e7\u05e8\u05d9\u05d0\u05ea \u05e9\u05de\u05e2.\",\n                    \"\u05d1\u05d9\u05d7\u05d9\u05d3 \u05d0\u05d5\u05de\u05e8 '\u05d1\u05e8\u05d5\u05da \u05d4\u05e9\u05dd' \u05d1\u05e1\u05d5\u05e3; \u05d5\u05d4\u05ea\u05e4\u05d9\u05dc\u05d9\u05df \u05de\u05e2\u05db\u05d1\u05d5\u05ea \u05d0\u05ea \u05e7\u05e8\u05d9\u05d0\u05ea \u05e9\u05de\u05e2 \u05de\u05d3\u05d0\u05d5\u05e8\u05d9\u05d9\u05ea\u05d0.\"\n                ],\n                correctIndex: 1,\n                hints: [\n                    \"\u05d7\u05e4\u05e9 \u05d0\u05ea \u05d4\u05e1\u05e2\u05d9\u05e3 \u05d4\u05d3\u05df \u05d1\u05d0\u05de\u05d9\u05e8\u05ea '\u05d0\u05dc \u05de\u05dc\u05da \u05e0\u05d0\u05de\u05df' \u05d1\u05d9\u05d7\u05d9\u05d3 \u05d5\u05d1\u05d7\u05d5\u05de\u05e8\u05ea \u05d4\u05e7\u05d5\u05e8\u05d0 \u05d1\u05dc\u05d0 \u05ea\u05e4\u05d9\u05dc\u05d9\u05df.\",\n                    \"\u05e2\u05d9\u05d9\u05df \u05d1\u05e9\u05d5\u05dc\u05d7\u05df \u05e2\u05e8\u05d5\u05da \u05e1\u05d9\u05de\u05df \u05e0\u05d8 \u05e1\u05e2\u05d9\u05e3 \u05d3 \u05d5\u05e1\u05d9\u05de\u05df \u05dc\u05d7 \u05e1\u05e2\u05d9\u05e3 \u05d1.\",\n                    \"\u05e6\u05de\u05e6\u05d5\u05dd: \u05d1\u05d9\u05d7\u05d9\u05d3 \u05d0\u05d5\u05de\u05e8\u05d9\u05dd '\u05d0\u05dc \u05de\u05dc\u05da \u05e0\u05d0\u05de\u05df' \u05dc\u05d4\u05e9\u05dc\u05d9\u05dd \u05dc\u05e8\u05de\\\"\u05d7, \u05d5\u05e7\u05e8\u05d9\u05d0\u05d4 \u05d1\u05dc\u05d0 \u05ea\u05e4\u05d9\u05dc\u05d9\u05df \u05e0\u05d7\u05e9\u05d1\u05ea \u05db\u05de\u05d9 \u05e9\u05de\u05e2\u05d9\u05d3 \u05e2\u05d3\u05d5\u05ea \u05e9\u05e7\u05e8.\"\n                ],\n                textRef: \"\u05e9\u05d5\u05dc\u05d7\u05df \u05e2\u05e8\u05d5\u05da \u05e1\u05d9\u05de\u05df \u05e0\u05d8 \u05e1\u05e2\u05d9\u05e3 \u05d3 \u05d5\u05e1\u05d9\u05de\u05df \u05dc\u05d7 \u05e1\u05e2\u05d9\u05e3 \u05d1\",\n                codePiece: \"\u05ea-8\"\n            }\n        ]\n    };<\/p>\n<p>    let soundEnabled = true;\n    let audioCtx = null;<\/p>\n<p>    function playSound(type) {\n        if (!soundEnabled) return;\n        try {\n            if (!audioCtx) audioCtx = new (window.AudioContext || window.webkitAudioContext)();\n            if (audioCtx.state === 'suspended') audioCtx.resume();<\/p>\n<p>            const osc = audioCtx.createOscillator();\n            const gain = audioCtx.createGain();\n            osc.connect(gain);\n            gain.connect(audioCtx.destination);<\/p>\n<p>            if (type === 'correct') {\n                osc.type = 'sine';\n                osc.frequency.setValueAtTime(523.25, audioCtx.currentTime);\n                osc.frequency.exponentialRampToValueAtTime(659.25, audioCtx.currentTime + 0.12);\n                osc.frequency.exponentialRampToValueAtTime(783.99, audioCtx.currentTime + 0.25);\n                gain.gain.setValueAtTime(0.15, audioCtx.currentTime);\n                gain.gain.exponentialRampToValueAtTime(0.01, audioCtx.currentTime + 0.35);\n                osc.start();\n                osc.stop(audioCtx.currentTime + 0.35);\n            } else if (type === 'incorrect') {\n                osc.type = 'sawtooth';\n                osc.frequency.setValueAtTime(220, audioCtx.currentTime);\n                osc.frequency.exponentialRampToValueAtTime(160, audioCtx.currentTime + 0.25);\n                gain.gain.setValueAtTime(0.15, audioCtx.currentTime);\n                gain.gain.exponentialRampToValueAtTime(0.01, audioCtx.currentTime + 0.3);\n                osc.start();\n                osc.stop(audioCtx.currentTime + 0.3);\n            } else if (type === 'hint') {\n                osc.type = 'triangle';\n                osc.frequency.setValueAtTime(440, audioCtx.currentTime);\n                gain.gain.setValueAtTime(0.1, audioCtx.currentTime);\n                gain.gain.exponentialRampToValueAtTime(0.01, audioCtx.currentTime + 0.15);\n                osc.start();\n                osc.stop(audioCtx.currentTime + 0.15);\n            }\n        } catch (e) {}\n    }<\/p>\n<p>    let gameState = {\n        currentStation: -1, \/\/ -1 = Intro, 0..7 = Stations, 8 = Victory\n        completedStations: [],\n        collectedCodes: {},\n        hintsUsed: {},\n        selectedOptions: {},\n        unlockedUpTo: 0,\n        allUnlocked: false\n    };<\/p>\n<p>    function initGame() {\n        loadProgress();\n        renderStatusBar();\n        if (gameState.currentStation === -1) {\n            renderIntro();\n        } else if (gameState.currentStation === 8) {\n            renderVictory();\n        } else {\n            renderStation(gameState.currentStation);\n        }\n    }<\/p>\n<p>    function renderIntro() {\n        gameState.currentStation = -1;\n        const content = document.getElementById('main-content');\n        content.innerHTML = `<\/p>\n<div class=\"story-box\" style=\"font-size: 1.1rem; line-height: 1.7;\">\n<h2 style=\"color: var(--accent-gold); margin-bottom: 10px;\">${GAME_DATA.storyIntro.title}<\/h2>\n<p>${GAME_DATA.storyIntro.text}<\/p>\n<\/p><\/div>\n<div style=\"text-align: center; margin-top: 30px;\">\n                <button class=\"btn btn-primary\" style=\"font-size: 1.2rem; padding: 14px 28px;\" onclick=\"startJourney()\">\n                    ${GAME_DATA.storyIntro.btnText}\n                <\/button>\n            <\/div>\n<p>        `;\n        renderStatusBar();\n    }<\/p>\n<p>    function startJourney() {\n        goToStation(0);\n    }<\/p>\n<p>    function goToStation(index) {\n        if (index < 0 || index >= GAME_DATA.stations.length) return;\n        if (index > gameState.unlockedUpTo && !gameState.allUnlocked) return;\n        gameState.currentStation = index;\n        saveProgress();\n        renderStation(index);\n        renderStatusBar();\n    }<\/p>\n<p>    function renderStation(index) {\n        const station = GAME_DATA.stations[index];\n        const content = document.getElementById('main-content');\n        const isCompleted = gameState.completedStations.includes(station.id);\n        const selectedOpt = gameState.selectedOptions[station.id];<\/p>\n<p>        let optionsHTML = station.options.map((opt, idx) => {\n            let btnClass = \"option-btn\";\n            if (selectedOpt !== undefined && selectedOpt !== null) {\n                if (idx === selectedOpt) {\n                    btnClass += (idx === station.correctIndex) ? \" correct\" : \" incorrect\";\n                } else if (idx === station.correctIndex && isCompleted) {\n                    btnClass += \" correct\";\n                }\n            }\n            return `<button class=\"${btnClass}\" onclick=\"selectOption(${index}, ${idx})\" ${isCompleted ? 'disabled' : ''}>\n                <span>${opt}<\/span>\n            <\/button>`;\n        }).join('');<\/p>\n<p>        const currentHintIdx = (gameState.hintsUsed[station.id] || 0) - 1;\n        let feedbackHTML = '';\n        if (isCompleted) {\n            feedbackHTML = `<\/p>\n<div class=\"feedback-box show correct-fb\">\n                    <strong>\u2728 \u05ea\u05e9\u05d5\u05d1\u05d4 \u05e0\u05db\u05d5\u05e0\u05d4!<\/strong> \u05d4\u05ea\u05d9\u05d1\u05d4 \u05e0\u05e4\u05ea\u05d7\u05d4 \u05d5\u05e7\u05d9\u05d1\u05dc\u05ea \u05d0\u05ea \u05d7\u05dc\u05e7 \u05d4\u05e7\u05d5\u05d3: <strong style=\"color:var(--accent-gold);\">${station.codePiece}<\/strong><br \/>\n                    <small>\u05de\u05e7\u05d5\u05e8: ${station.textRef}<\/small>\n                <\/div>\n<p>            `;\n        } else if (currentHintIdx >= 0 && currentHintIdx < station.hints.length) {\n            feedbackHTML = `\n                \n\n<div class=\"feedback-box show hint-fb\">\n                    <strong>\ud83d\udca1 \u05e8\u05de\u05d6 (${currentHintIdx + 1}\/${station.hints.length}):<\/strong> ${station.hints[currentHintIdx]}\n                <\/div>\n<p>            `;\n        }<\/p>\n<p>        content.innerHTML = `<\/p>\n<div class=\"station-header\">\n                <span class=\"station-title\">${station.title}<\/span>\n                <span class=\"difficulty-badge\">${station.difficulty}<\/span>\n            <\/div>\n<div class=\"story-box\">\n                \ud83d\udcd6 ${station.story}\n            <\/div>\n<div class=\"question-text\">\n                ${station.question}\n            <\/div>\n<div class=\"options-container\">\n                ${optionsHTML}\n            <\/div>\n<div id=\"feedback-area\">${feedbackHTML}<\/div>\n<div class=\"action-bar\">\n                <button class=\"btn btn-secondary\" onclick=\"getHint(${index})\" ${isCompleted ? 'disabled' : ''}>\n                    \ud83d\udca1 \u05e8\u05de\u05d6 (${gameState.hintsUsed[station.id] || 0}\/${station.hints.length})\n                <\/button>\n                ${isCompleted ? \n                    (index < GAME_DATA.stations.length - 1 ? \n                        `<button class=\"btn btn-primary\" onclick=\"goToStation(${index + 1})\">\u05dc\u05ea\u05d7\u05e0\u05d4 \u05d4\u05d1\u05d0\u05d4 \u2b05\ufe0f<\/button>` :\n                        `<button class=\"btn btn-primary victory-glow\" onclick=\"goToVictory()\">\u05dc\u05e1\u05d9\u05d5\u05dd \u05d4\u05d7\u05e7\u05d9\u05e8\u05d4 \u05d5\u05e4\u05d9\u05e2\u05e0\u05d5\u05d7 \u05d4\u05e9\u05e2\u05d5\u05df \ud83c\udfc6<\/button>`\n                    ) : \n                    `<button class=\"btn btn-primary\" onclick=\"checkAnswer(${index})\">\u2714\ufe0f \u05d0\u05d9\u05e9\u05d5\u05e8 \u05ea\u05e9\u05d5\u05d1\u05d4<\/button>`\n                }\n            <\/div>\n<p>        `;\n    }<\/p>\n<p>    function selectOption(stationIdx, optionIdx) {\n        const station = GAME_DATA.stations[stationIdx];\n        if (gameState.completedStations.includes(station.id)) return;\n        gameState.selectedOptions[station.id] = optionIdx;\n        renderStation(stationIdx);\n    }<\/p>\n<p>    function checkAnswer(stationIdx) {\n        const station = GAME_DATA.stations[stationIdx];\n        const selectedOpt = gameState.selectedOptions[station.id];<\/p>\n<p>        if (selectedOpt === undefined || selectedOpt === null) {\n            alert(\"\u05e0\u05d0 \u05dc\u05d1\u05d7\u05d5\u05e8 \u05ea\u05e9\u05d5\u05d1\u05d4 \u05dc\u05e4\u05e0\u05d9 \u05d4\u05dc\u05d7\u05d9\u05e6\u05d4 \u05e2\u05dc \u05d0\u05d9\u05e9\u05d5\u05e8\");\n            return;\n        }<\/p>\n<p>        if (selectedOpt === station.correctIndex) {\n            playSound('correct');\n            if (!gameState.completedStations.includes(station.id)) {\n                gameState.completedStations.push(station.id);\n                gameState.collectedCodes[station.id] = station.codePiece;\n                if (stationIdx + 1 > gameState.unlockedUpTo) {\n                    gameState.unlockedUpTo = stationIdx + 1;\n                }\n            }\n            saveProgress();\n            renderStation(stationIdx);\n            renderStatusBar();\n        } else {\n            playSound('incorrect');\n            const feedbackArea = document.getElementById('feedback-area');\n            feedbackArea.innerHTML = `<\/p>\n<div class=\"feedback-box show incorrect-fb\">\n                    \u274c \u05ea\u05e9\u05d5\u05d1\u05d4 \u05e9\u05d2\u05d5\u05d9\u05d4. \u05e0\u05e1\u05d4 \u05e9\u05d5\u05d1 \u05d0\u05d5 \u05d4\u05d9\u05e2\u05d6\u05e8 \u05d1\u05dc\u05d7\u05d9\u05e6\u05d4 \u05e2\u05dc \u05db\u05e4\u05ea\u05d5\u05e8 \u05d4\u05e8\u05de\u05d6!\n                <\/div>\n<p>            `;\n        }\n    }<\/p>\n<p>    function getHint(stationIdx) {\n        const station = GAME_DATA.stations[stationIdx];\n        let currentHints = gameState.hintsUsed[station.id] || 0;\n        if (currentHints < station.hints.length) {\n            currentHints++;\n            gameState.hintsUsed[station.id] = currentHints;\n            playSound('hint');\n            saveProgress();\n            renderStation(stationIdx);\n        } else {\n            alert(\"\u05e0\u05d9\u05e6\u05dc\u05ea \u05d0\u05ea \u05db\u05dc \u05d4\u05e8\u05de\u05d6\u05d9\u05dd \u05d1\u05ea\u05d7\u05e0\u05d4 \u05d6\u05d5!\");\n        }\n    }\n\n    function renderStatusBar() {\n        const dotsContainer = document.getElementById('dots-container');\n        const codeTagsContainer = document.getElementById('code-tags-container');\n\n        dotsContainer.innerHTML = GAME_DATA.stations.map((st, idx) => {\n            let dotClass = \"dot\";\n            if (gameState.completedStations.includes(st.id)) {\n                dotClass += \" completed\";\n            } else if (idx === gameState.currentStation) {\n                dotClass += \" active\";\n            }<\/p>\n<p>            const isClickable = idx <= gameState.unlockedUpTo || gameState.allUnlocked;\n            const opacity = isClickable ? '1' : '0.4';\n            const cursor = isClickable ? 'pointer' : 'not-allowed';\n\n            return `\n\n<div class=\"${dotClass}\" style=\"opacity: ${opacity}; cursor: ${cursor};\" \n                         onclick=\"goToStation(${idx})\" title=\"${st.title}\">\n                        ${st.id}\n                    <\/div>\n<p>`;\n        }).join('');<\/p>\n<p>        const codes = Object.values(gameState.collectedCodes);\n        if (codes.length === 0) {\n            codeTagsContainer.innerHTML = `<span style=\"color: var(--text-muted); font-size: 0.8rem;\">\u05d8\u05e8\u05dd \u05e0\u05d0\u05e1\u05e4\u05d5<\/span>`;\n        } else {\n            codeTagsContainer.innerHTML = codes.map(c => `<span class=\"code-tag\">${c}<\/span>`).join('');\n        }\n    }<\/p>\n<p>    function goToVictory() {\n        gameState.currentStation = 8;\n        saveProgress();\n        renderVictory();\n    }<\/p>\n<p>    function renderVictory() {\n        const content = document.getElementById('main-content');\n        playSound('correct');\n        const codesList = GAME_DATA.stations.map(st => gameState.collectedCodes[st.id] || \"?\").join(\" \u2022 \");<\/p>\n<p>        content.innerHTML = `<\/p>\n<div style=\"text-align: center; padding: 20px;\" class=\"victory-glow\">\n<h2 style=\"color: var(--accent-gold); font-size: 2rem; margin-bottom: 15px;\">\ud83d\udd75\ufe0f\u200d\u2642\ufe0f \u05db\u05dc \u05d4\u05db\u05d1\u05d5\u05d3! \u05d4\u05e4\u05d0\u05d6\u05dc \u05d4\u05d5\u05e9\u05dc\u05dd!<\/h2>\n<p style=\"font-size: 1.15rem; line-height: 1.7; margin-bottom: 20px;\">\n                    \u05d4\u05e6\u05dc\u05d7\u05ea \u05dc\u05e4\u05ea\u05d5\u05d7 \u05d0\u05ea \u05db\u05dc 8 \u05d4\u05ea\u05d9\u05d1\u05d5\u05ea \u05d4\u05e0\u05e1\u05ea\u05e8\u05d5\u05ea \u05e9\u05dc \u05e9\u05e2\u05d5\u05df \u05d4\u05db\u05d5\u05d5\u05e0\u05d4 \u05d1\u05e6\u05e4\u05ea!<br \/>\n                    \u05d2\u05dc\u05d2\u05dc\u05d9 \u05d4\u05e9\u05d9\u05e0\u05d9\u05d9\u05dd \u05d7\u05d6\u05e8\u05d5 \u05dc\u05e4\u05e2\u05d5\u05dc, \u05d5\u05de\u05e0\u05d5\u05e8\u05ea \u05d4\u05d6\u05d4\u05d1 \u05e9\u05dc \u05d4\u05d4\u05d9\u05db\u05dc \u05de\u05e4\u05d9\u05e6\u05d4 \u05d0\u05d5\u05e8 \u05d6\u05da \u05e9\u05dc \u05db\u05d5\u05d5\u05e0\u05d4.\n                <\/p>\n<div style=\"background: rgba(15, 23, 42, 0.8); border: 2px dashed var(--accent-gold); padding: 15px; border-radius: 12px; margin-bottom: 25px;\">\n<div style=\"color: var(--accent-gold-light); font-weight: bold; margin-bottom: 8px;\">\u05e6\u05d9\u05e8\u05d5\u05e3 \u05d4\u05e7\u05d5\u05d3\u05d9\u05dd \u05e9\u05e0\u05d0\u05e1\u05e4\u05d5 \u05de\u05ea\u05d9\u05e7 \u05d4\u05d7\u05e7\u05d9\u05e8\u05d4:<\/div>\n<div style=\"font-size: 1.3rem; letter-spacing: 2px; color: #fff; font-weight: bold;\">\n                        ${codesList}\n                    <\/div>\n<\/p><\/div>\n<p>                <button class=\"btn btn-primary\" style=\"font-size: 1.1rem; padding: 12px 24px;\" onclick=\"resetGameProgress()\">\n                    \ud83d\udd04 \u05d4\u05ea\u05d7\u05dc \u05de\u05e9\u05d7\u05e7 \u05d7\u05d3\u05e9\n                <\/button>\n            <\/div>\n<p>        `;\n        renderStatusBar();\n    }<\/p>\n<p>    function toggleTeacherPanel() {\n        const modal = document.getElementById('teacher-modal');\n        modal.classList.toggle('show');\n    }<\/p>\n<p>    function toggleAudio() {\n        soundEnabled = !soundEnabled;\n        const icon = document.getElementById('audio-status-icon');\n        icon.textContent = soundEnabled ? '\ud83d\udd0a' : '\ud83d\udd07';\n    }<\/p>\n<p>    function unlockAllStations() {\n        gameState.allUnlocked = true;\n        gameState.unlockedUpTo = 7;\n        renderStatusBar();\n        alert(\"\ud83d\udd13 \u05db\u05dc \u05d4\u05ea\u05d7\u05e0\u05d5\u05ea \u05e0\u05e4\u05ea\u05d7\u05d5 \u05dc\u05d1\u05d7\u05d9\u05e8\u05d4 \u05d7\u05d5\u05e4\u05e9\u05d9\u05ea!\");\n        toggleTeacherPanel();\n    }<\/p>\n<p>    function resetGameProgress() {\n        if (confirm(\"\u05d4\u05d0\u05dd \u05d1\u05e8\u05e6\u05d5\u05e0\u05da \u05dc\u05d0\u05e4\u05e1 \u05d0\u05ea \u05db\u05dc \u05d4\u05d4\u05ea\u05e7\u05d3\u05de\u05d5\u05ea \u05d1\u05de\u05e9\u05d7\u05e7?\")) {\n            localStorage.removeItem('clock_game_state');\n            gameState = {\n                currentStation: -1,\n                completedStations: [],\n                collectedCodes: {},\n                hintsUsed: {},\n                selectedOptions: {},\n                unlockedUpTo: 0,\n                allUnlocked: false\n            };\n            initGame();\n            if (document.getElementById('teacher-modal').classList.contains('show')) {\n                toggleTeacherPanel();\n            }\n        }\n    }<\/p>\n<p>    function saveProgress() {\n        try {\n            localStorage.setItem('clock_game_state', JSON.stringify(gameState));\n        } catch(e) {}\n    }<\/p>\n<p>    function loadProgress() {\n        try {\n            const saved = localStorage.getItem('clock_game_state');\n            if (saved) {\n                gameState = Object.assign(gameState, JSON.parse(saved));\n            }\n        } catch(e) {}\n    }<\/p>\n<p>    window.addEventListener('DOMContentLoaded', initGame);\n<\/script><br \/>\n<\/body><br \/>\n<\/html><\/p>\n","protected":false},"excerpt":{"rendered":"<p>\u05e1\u05d5\u05d3 \u05e9\u05e2\u05d5\u05df \u05d4\u05db\u05d5\u05d5\u05e0\u05d4 \u05d1\u05e6\u05e4\u05ea &#8211; \u05de\u05e9\u05d7\u05e7 \u05d7\u05e7\u05d9\u05e8\u05d4 \u05d4\u05dc\u05db\u05ea\u05d9 \u2699\ufe0f \ud83d\udcdc \u05e1\u05d5\u05d3 \u05e9\u05e2\u05d5\u05df \u05d4\u05db\u05d5\u05d5\u05e0\u05d4 \u05d1\u05e6\u05e4\u05ea \u05de\u05d0\u05ea: \u05d0\u05de\u05e0\u05d5\u05df \u05e4\u05e8\u05e0\u05e7\u05dc &#8211; &quot;\u05d7\u05de\u05d3\u05ea \u05d9\u05de\u05d9\u05dd \u05e9\u05d1\u05ea&quot; \u05ea\u05d9\u05e7 \u05d7\u05e7\u05d9\u05e8\u05d4 (\u05e7\u05d5\u05d3\u05d9\u05dd): \u05d8\u05e8\u05dd \u05e0\u05d0\u05e1\u05e4\u05d5 \u2699\ufe0f \u05dc\u05d5\u05d7 \u05d1\u05e7\u05e8\u05d4 \u05dc\u05de\u05d5\u05e8\u05d4 \u05db\u05dc\u05d9 \u05e0\u05d9\u05d4\u05d5\u05dc \u05d3\u05d9\u05e1\u05e7\u05e8\u05d8\u05d9\u05d9\u05dd \u05dc\u05e9\u05d9\u05e2\u05d5\u05e8 \u05d1\u05db\u05d9\u05ea\u05d4: \ud83d\udd0a \u05d4\u05e4\u05e2\u05dc\/\u05db\u05d1\u05d4 \u05e6\u05dc\u05d9\u05dc\u05d9\u05dd \ud83d\udd13 \u05e4\u05ea\u05d7 \u05d0\u05ea \u05db\u05dc \u05d4\u05ea\u05d7\u05e0\u05d5\u05ea \u05dc\u05d1\u05d7\u05d9\u05e8\u05d4 \ud83d\udd04 \u05d0\u05d9\u05e4\u05d5\u05e1 \u05d4\u05ea\u05e7\u05d3\u05de\u05d5\u05ea \u05dc\u05d7\u05dc\u05d5\u05d8\u05d9\u05df \u05e1\u05d2\u05d5\u05e8 \u05d7\u05dc\u05d5\u05df<\/p>\n","protected":false},"author":3,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_jetpack_newsletter_access":"","_jetpack_dont_email_post_to_subs":false,"_jetpack_newsletter_tier_id":0,"_jetpack_memberships_contains_paywalled_content":false,"_jetpack_feature_clip_id":0,"_jetpack_memberships_contains_paid_content":false,"footnotes":"","jetpack_post_was_ever_published":false},"categories":[1],"tags":[],"class_list":["post-2682643","post","type-post","status-publish","format-standard","hentry","category-uncategorized"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.7 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>\u05d2&#039;\u05d9\u05de\u05d9\u05e0\u05d9 - \u05de\u05e9\u05d7\u05e7 \u05d7\u05e7\u05d9\u05e8\u05d4 \u05d1\u05d4\u05dc\u05db\u05d5\u05ea \u05e7\u05e8\u05d9\u05d0\u05ea \u05e9\u05de\u05e2 - \u05d7\u05de\u05d3\u05ea \u05d9\u05de\u05d9\u05dd<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/hemdat-yamim.co.il\/?p=2682643\" \/>\n<meta property=\"og:locale\" content=\"he_IL\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"\u05d2&#039;\u05d9\u05de\u05d9\u05e0\u05d9 - \u05de\u05e9\u05d7\u05e7 \u05d7\u05e7\u05d9\u05e8\u05d4 \u05d1\u05d4\u05dc\u05db\u05d5\u05ea \u05e7\u05e8\u05d9\u05d0\u05ea \u05e9\u05de\u05e2 - \u05d7\u05de\u05d3\u05ea \u05d9\u05de\u05d9\u05dd\" \/>\n<meta property=\"og:description\" content=\"\u05e1\u05d5\u05d3 \u05e9\u05e2\u05d5\u05df \u05d4\u05db\u05d5\u05d5\u05e0\u05d4 \u05d1\u05e6\u05e4\u05ea &#8211; \u05de\u05e9\u05d7\u05e7 \u05d7\u05e7\u05d9\u05e8\u05d4 \u05d4\u05dc\u05db\u05ea\u05d9 \u2699\ufe0f \ud83d\udcdc \u05e1\u05d5\u05d3 \u05e9\u05e2\u05d5\u05df \u05d4\u05db\u05d5\u05d5\u05e0\u05d4 \u05d1\u05e6\u05e4\u05ea \u05de\u05d0\u05ea: \u05d0\u05de\u05e0\u05d5\u05df \u05e4\u05e8\u05e0\u05e7\u05dc &#8211; &quot;\u05d7\u05de\u05d3\u05ea \u05d9\u05de\u05d9\u05dd \u05e9\u05d1\u05ea&quot; \u05ea\u05d9\u05e7 \u05d7\u05e7\u05d9\u05e8\u05d4 (\u05e7\u05d5\u05d3\u05d9\u05dd): \u05d8\u05e8\u05dd \u05e0\u05d0\u05e1\u05e4\u05d5 \u2699\ufe0f \u05dc\u05d5\u05d7 \u05d1\u05e7\u05e8\u05d4 \u05dc\u05de\u05d5\u05e8\u05d4 \u05db\u05dc\u05d9 \u05e0\u05d9\u05d4\u05d5\u05dc \u05d3\u05d9\u05e1\u05e7\u05e8\u05d8\u05d9\u05d9\u05dd \u05dc\u05e9\u05d9\u05e2\u05d5\u05e8 \u05d1\u05db\u05d9\u05ea\u05d4: \ud83d\udd0a \u05d4\u05e4\u05e2\u05dc\/\u05db\u05d1\u05d4 \u05e6\u05dc\u05d9\u05dc\u05d9\u05dd \ud83d\udd13 \u05e4\u05ea\u05d7 \u05d0\u05ea \u05db\u05dc \u05d4\u05ea\u05d7\u05e0\u05d5\u05ea \u05dc\u05d1\u05d7\u05d9\u05e8\u05d4 \ud83d\udd04 \u05d0\u05d9\u05e4\u05d5\u05e1 \u05d4\u05ea\u05e7\u05d3\u05de\u05d5\u05ea \u05dc\u05d7\u05dc\u05d5\u05d8\u05d9\u05df \u05e1\u05d2\u05d5\u05e8 \u05d7\u05dc\u05d5\u05df\" \/>\n<meta property=\"og:url\" content=\"https:\/\/hemdat-yamim.co.il\/?p=2682643\" \/>\n<meta property=\"og:site_name\" content=\"\u05d7\u05de\u05d3\u05ea \u05d9\u05de\u05d9\u05dd\" \/>\n<meta property=\"article:published_time\" content=\"2026-09-17T09:21:47+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-09-17T14:25:22+00:00\" \/>\n<meta name=\"author\" content=\"\u05d0\u05de\u05e0\u05d5\u05df \u05e4\u05e8\u05e0\u05e7\u05dc\" \/>\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=\"\u05d0\u05de\u05e0\u05d5\u05df \u05e4\u05e8\u05e0\u05e7\u05dc\" \/>\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<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/hemdat-yamim.co.il\\\/?p=2682643#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/hemdat-yamim.co.il\\\/?p=2682643\"},\"author\":{\"name\":\"\u05d0\u05de\u05e0\u05d5\u05df \u05e4\u05e8\u05e0\u05e7\u05dc\",\"@id\":\"https:\\\/\\\/hemdat-yamim.co.il\\\/#\\\/schema\\\/person\\\/86529456049623fe8656036cd9cbff49\"},\"headline\":\"\u05d2'\u05d9\u05de\u05d9\u05e0\u05d9 &#8211; \u05de\u05e9\u05d7\u05e7 \u05d7\u05e7\u05d9\u05e8\u05d4 \u05d1\u05d4\u05dc\u05db\u05d5\u05ea \u05e7\u05e8\u05d9\u05d0\u05ea \u05e9\u05de\u05e2\",\"datePublished\":\"2026-09-17T09:21:47+00:00\",\"dateModified\":\"2026-09-17T14:25:22+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/hemdat-yamim.co.il\\\/?p=2682643\"},\"wordCount\":3,\"articleSection\":[\"Uncategorized\"],\"inLanguage\":\"he-IL\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/hemdat-yamim.co.il\\\/?p=2682643\",\"url\":\"https:\\\/\\\/hemdat-yamim.co.il\\\/?p=2682643\",\"name\":\"\u05d2'\u05d9\u05de\u05d9\u05e0\u05d9 - \u05de\u05e9\u05d7\u05e7 \u05d7\u05e7\u05d9\u05e8\u05d4 \u05d1\u05d4\u05dc\u05db\u05d5\u05ea \u05e7\u05e8\u05d9\u05d0\u05ea \u05e9\u05de\u05e2 - \u05d7\u05de\u05d3\u05ea \u05d9\u05de\u05d9\u05dd\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/hemdat-yamim.co.il\\\/#website\"},\"datePublished\":\"2026-09-17T09:21:47+00:00\",\"dateModified\":\"2026-09-17T14:25:22+00:00\",\"author\":{\"@id\":\"https:\\\/\\\/hemdat-yamim.co.il\\\/#\\\/schema\\\/person\\\/86529456049623fe8656036cd9cbff49\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/hemdat-yamim.co.il\\\/?p=2682643#breadcrumb\"},\"inLanguage\":\"he-IL\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/hemdat-yamim.co.il\\\/?p=2682643\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/hemdat-yamim.co.il\\\/?p=2682643#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"\u05d3\u05e3 \u05d4\u05d1\u05d9\u05ea\",\"item\":\"https:\\\/\\\/hemdat-yamim.co.il\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"\u05d2'\u05d9\u05de\u05d9\u05e0\u05d9 &#8211; \u05de\u05e9\u05d7\u05e7 \u05d7\u05e7\u05d9\u05e8\u05d4 \u05d1\u05d4\u05dc\u05db\u05d5\u05ea \u05e7\u05e8\u05d9\u05d0\u05ea \u05e9\u05de\u05e2\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/hemdat-yamim.co.il\\\/#website\",\"url\":\"https:\\\/\\\/hemdat-yamim.co.il\\\/\",\"name\":\"\u05d7\u05de\u05d3\u05ea \u05d9\u05de\u05d9\u05dd\",\"description\":\"\u05d4\u05dc\u05db\u05d5\u05ea \u05e9\u05d1\u05ea \u05dc\u05ea\u05dc\u05de\u05d9\u05d3\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/hemdat-yamim.co.il\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"he-IL\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/hemdat-yamim.co.il\\\/#\\\/schema\\\/person\\\/86529456049623fe8656036cd9cbff49\",\"name\":\"\u05d0\u05de\u05e0\u05d5\u05df \u05e4\u05e8\u05e0\u05e7\u05dc\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"he-IL\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/083a499a1261a643db4d94db75f3ec5a70125788889688c2638f359876fe719d?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/083a499a1261a643db4d94db75f3ec5a70125788889688c2638f359876fe719d?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/083a499a1261a643db4d94db75f3ec5a70125788889688c2638f359876fe719d?s=96&d=mm&r=g\",\"caption\":\"\u05d0\u05de\u05e0\u05d5\u05df \u05e4\u05e8\u05e0\u05e7\u05dc\"},\"url\":\"https:\\\/\\\/hemdat-yamim.co.il\\\/?author=3\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"\u05d2'\u05d9\u05de\u05d9\u05e0\u05d9 - \u05de\u05e9\u05d7\u05e7 \u05d7\u05e7\u05d9\u05e8\u05d4 \u05d1\u05d4\u05dc\u05db\u05d5\u05ea \u05e7\u05e8\u05d9\u05d0\u05ea \u05e9\u05de\u05e2 - \u05d7\u05de\u05d3\u05ea \u05d9\u05de\u05d9\u05dd","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/hemdat-yamim.co.il\/?p=2682643","og_locale":"he_IL","og_type":"article","og_title":"\u05d2'\u05d9\u05de\u05d9\u05e0\u05d9 - \u05de\u05e9\u05d7\u05e7 \u05d7\u05e7\u05d9\u05e8\u05d4 \u05d1\u05d4\u05dc\u05db\u05d5\u05ea \u05e7\u05e8\u05d9\u05d0\u05ea \u05e9\u05de\u05e2 - \u05d7\u05de\u05d3\u05ea \u05d9\u05de\u05d9\u05dd","og_description":"\u05e1\u05d5\u05d3 \u05e9\u05e2\u05d5\u05df \u05d4\u05db\u05d5\u05d5\u05e0\u05d4 \u05d1\u05e6\u05e4\u05ea &#8211; \u05de\u05e9\u05d7\u05e7 \u05d7\u05e7\u05d9\u05e8\u05d4 \u05d4\u05dc\u05db\u05ea\u05d9 \u2699\ufe0f \ud83d\udcdc \u05e1\u05d5\u05d3 \u05e9\u05e2\u05d5\u05df \u05d4\u05db\u05d5\u05d5\u05e0\u05d4 \u05d1\u05e6\u05e4\u05ea \u05de\u05d0\u05ea: \u05d0\u05de\u05e0\u05d5\u05df \u05e4\u05e8\u05e0\u05e7\u05dc &#8211; &quot;\u05d7\u05de\u05d3\u05ea \u05d9\u05de\u05d9\u05dd \u05e9\u05d1\u05ea&quot; \u05ea\u05d9\u05e7 \u05d7\u05e7\u05d9\u05e8\u05d4 (\u05e7\u05d5\u05d3\u05d9\u05dd): \u05d8\u05e8\u05dd \u05e0\u05d0\u05e1\u05e4\u05d5 \u2699\ufe0f \u05dc\u05d5\u05d7 \u05d1\u05e7\u05e8\u05d4 \u05dc\u05de\u05d5\u05e8\u05d4 \u05db\u05dc\u05d9 \u05e0\u05d9\u05d4\u05d5\u05dc \u05d3\u05d9\u05e1\u05e7\u05e8\u05d8\u05d9\u05d9\u05dd \u05dc\u05e9\u05d9\u05e2\u05d5\u05e8 \u05d1\u05db\u05d9\u05ea\u05d4: \ud83d\udd0a \u05d4\u05e4\u05e2\u05dc\/\u05db\u05d1\u05d4 \u05e6\u05dc\u05d9\u05dc\u05d9\u05dd \ud83d\udd13 \u05e4\u05ea\u05d7 \u05d0\u05ea \u05db\u05dc \u05d4\u05ea\u05d7\u05e0\u05d5\u05ea \u05dc\u05d1\u05d7\u05d9\u05e8\u05d4 \ud83d\udd04 \u05d0\u05d9\u05e4\u05d5\u05e1 \u05d4\u05ea\u05e7\u05d3\u05de\u05d5\u05ea \u05dc\u05d7\u05dc\u05d5\u05d8\u05d9\u05df \u05e1\u05d2\u05d5\u05e8 \u05d7\u05dc\u05d5\u05df","og_url":"https:\/\/hemdat-yamim.co.il\/?p=2682643","og_site_name":"\u05d7\u05de\u05d3\u05ea \u05d9\u05de\u05d9\u05dd","article_published_time":"2026-09-17T09:21:47+00:00","article_modified_time":"2026-09-17T14:25:22+00:00","author":"\u05d0\u05de\u05e0\u05d5\u05df \u05e4\u05e8\u05e0\u05e7\u05dc","twitter_card":"summary_large_image","twitter_misc":{"\u05e0\u05db\u05ea\u05d1 \u05e2\u05dc \u05d9\u05d3":"\u05d0\u05de\u05e0\u05d5\u05df \u05e4\u05e8\u05e0\u05e7\u05dc","\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:\/\/hemdat-yamim.co.il\/?p=2682643#article","isPartOf":{"@id":"https:\/\/hemdat-yamim.co.il\/?p=2682643"},"author":{"name":"\u05d0\u05de\u05e0\u05d5\u05df \u05e4\u05e8\u05e0\u05e7\u05dc","@id":"https:\/\/hemdat-yamim.co.il\/#\/schema\/person\/86529456049623fe8656036cd9cbff49"},"headline":"\u05d2'\u05d9\u05de\u05d9\u05e0\u05d9 &#8211; \u05de\u05e9\u05d7\u05e7 \u05d7\u05e7\u05d9\u05e8\u05d4 \u05d1\u05d4\u05dc\u05db\u05d5\u05ea \u05e7\u05e8\u05d9\u05d0\u05ea \u05e9\u05de\u05e2","datePublished":"2026-09-17T09:21:47+00:00","dateModified":"2026-09-17T14:25:22+00:00","mainEntityOfPage":{"@id":"https:\/\/hemdat-yamim.co.il\/?p=2682643"},"wordCount":3,"articleSection":["Uncategorized"],"inLanguage":"he-IL"},{"@type":"WebPage","@id":"https:\/\/hemdat-yamim.co.il\/?p=2682643","url":"https:\/\/hemdat-yamim.co.il\/?p=2682643","name":"\u05d2'\u05d9\u05de\u05d9\u05e0\u05d9 - \u05de\u05e9\u05d7\u05e7 \u05d7\u05e7\u05d9\u05e8\u05d4 \u05d1\u05d4\u05dc\u05db\u05d5\u05ea \u05e7\u05e8\u05d9\u05d0\u05ea \u05e9\u05de\u05e2 - \u05d7\u05de\u05d3\u05ea \u05d9\u05de\u05d9\u05dd","isPartOf":{"@id":"https:\/\/hemdat-yamim.co.il\/#website"},"datePublished":"2026-09-17T09:21:47+00:00","dateModified":"2026-09-17T14:25:22+00:00","author":{"@id":"https:\/\/hemdat-yamim.co.il\/#\/schema\/person\/86529456049623fe8656036cd9cbff49"},"breadcrumb":{"@id":"https:\/\/hemdat-yamim.co.il\/?p=2682643#breadcrumb"},"inLanguage":"he-IL","potentialAction":[{"@type":"ReadAction","target":["https:\/\/hemdat-yamim.co.il\/?p=2682643"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/hemdat-yamim.co.il\/?p=2682643#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"\u05d3\u05e3 \u05d4\u05d1\u05d9\u05ea","item":"https:\/\/hemdat-yamim.co.il\/"},{"@type":"ListItem","position":2,"name":"\u05d2'\u05d9\u05de\u05d9\u05e0\u05d9 &#8211; \u05de\u05e9\u05d7\u05e7 \u05d7\u05e7\u05d9\u05e8\u05d4 \u05d1\u05d4\u05dc\u05db\u05d5\u05ea \u05e7\u05e8\u05d9\u05d0\u05ea \u05e9\u05de\u05e2"}]},{"@type":"WebSite","@id":"https:\/\/hemdat-yamim.co.il\/#website","url":"https:\/\/hemdat-yamim.co.il\/","name":"\u05d7\u05de\u05d3\u05ea \u05d9\u05de\u05d9\u05dd","description":"\u05d4\u05dc\u05db\u05d5\u05ea \u05e9\u05d1\u05ea \u05dc\u05ea\u05dc\u05de\u05d9\u05d3","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/hemdat-yamim.co.il\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"he-IL"},{"@type":"Person","@id":"https:\/\/hemdat-yamim.co.il\/#\/schema\/person\/86529456049623fe8656036cd9cbff49","name":"\u05d0\u05de\u05e0\u05d5\u05df \u05e4\u05e8\u05e0\u05e7\u05dc","image":{"@type":"ImageObject","inLanguage":"he-IL","@id":"https:\/\/secure.gravatar.com\/avatar\/083a499a1261a643db4d94db75f3ec5a70125788889688c2638f359876fe719d?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/083a499a1261a643db4d94db75f3ec5a70125788889688c2638f359876fe719d?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/083a499a1261a643db4d94db75f3ec5a70125788889688c2638f359876fe719d?s=96&d=mm&r=g","caption":"\u05d0\u05de\u05e0\u05d5\u05df \u05e4\u05e8\u05e0\u05e7\u05dc"},"url":"https:\/\/hemdat-yamim.co.il\/?author=3"}]}},"jetpack_sharing_enabled":true,"jetpack_featured_media_url":"","_links":{"self":[{"href":"https:\/\/hemdat-yamim.co.il\/index.php?rest_route=\/wp\/v2\/posts\/2682643","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/hemdat-yamim.co.il\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/hemdat-yamim.co.il\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/hemdat-yamim.co.il\/index.php?rest_route=\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/hemdat-yamim.co.il\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=2682643"}],"version-history":[{"count":8,"href":"https:\/\/hemdat-yamim.co.il\/index.php?rest_route=\/wp\/v2\/posts\/2682643\/revisions"}],"predecessor-version":[{"id":2682645,"href":"https:\/\/hemdat-yamim.co.il\/index.php?rest_route=\/wp\/v2\/posts\/2682643\/revisions\/2682645"}],"wp:attachment":[{"href":"https:\/\/hemdat-yamim.co.il\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=2682643"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/hemdat-yamim.co.il\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=2682643"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/hemdat-yamim.co.il\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=2682643"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}