{"id":330,"date":"2025-12-19T12:44:29","date_gmt":"2025-12-19T12:44:29","guid":{"rendered":"https:\/\/h5p-efs.ru\/?p=330"},"modified":"2025-12-19T12:45:20","modified_gmt":"2025-12-19T12:45:20","slug":"330","status":"publish","type":"post","link":"https:\/\/h5p-efs.ru\/index.php\/2025\/12\/19\/330\/","title":{"rendered":"\u0411\u0435\u0437 \u043d\u0430\u0437\u0432\u0430\u043d\u0438\u044f"},"content":{"rendered":"\n<p><\/p>\n\n\n\n<!DOCTYPE html>\n<html lang=\"ru\">\n<head>\n<meta charset=\"UTF-8\">\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n<title>\u0420\u0443\u0441\u0441\u043a\u0438\u0439 \u044f\u0437\u044b\u043a 2 \u043a\u043b\u0430\u0441\u0441 \u00b7 \u041c\u044f\u0433\u043a\u0438\u0439 \u0437\u043d\u0430\u043a \u00b7 EcoFamilySchool<\/title>\n<style>\n  :root {\n    --green-dark: #32593E;\n    --green-mid: #518A62;\n    --bg-light-1: #FEFBEA;\n    --bg-light-2: #F4EBCA;\n    --bg-light-3: #DAEBD7;\n    --text-dark: #32593E;\n    --radius-lg: 16px;\n    --radius-xl: 20px;\n  }\n  body {\n    background: var(--bg-light-1);\n    font-family: 'Inter', system-ui, sans-serif;\n    color: var(--text-dark);\n    padding: 20px;\n    display: flex;\n    justify-content: center;\n  }\n  .app-shell {\n    background: #fff;\n    border: 2px solid var(--green-mid);\n    border-radius: var(--radius-xl);\n    max-width: 480px;\n    width: 100%;\n    padding: 24px;\n    box-shadow: 0 16px 40px rgba(0,0,0,0.07);\n  }\n  header.app-header { text-align:center; margin-bottom:16px; }\n  .course-label {\n    font-family:'Nunito', sans-serif;\n    font-size:14px;font-weight:600;color:#fff;\n    background: var(--green-mid);\n    display:inline-block;padding:4px 10px;border-radius:999px;margin-bottom:8px;\n  }\n  .main-title { font-family:'Nunito', sans-serif; font-size:20px; font-weight:700; color:var(--green-dark); margin:0; }\n  .subtitle { font-size:14px;color:var(--green-dark); margin-top:4px; margin-bottom:0; }\n  .question-card { background:var(--bg-light-3); border-radius:var(--radius-lg); padding:16px; margin-bottom:16px; border:2px solid var(--green-mid); }\n  .question-top-row { display:flex; justify-content:space-between; align-items:flex-start; margin-bottom:8px; }\n  .question-number { font-family:'Nunito', sans-serif; font-size:14px; font-weight:700; color:var(--green-dark); background:var(--bg-light-2); border:2px solid var(--green-mid); border-radius:10px; padding:4px 10px; }\n  .question-difficulty { font-size:12px; font-weight:600; color:var(--green-dark); background:#fff; border-radius:10px; border:1px solid var(--green-mid); padding:3px 8px; }\n  .question-text { font-size:18px; font-weight:600; color:var(--green-dark); text-align:center; font-family:'Nunito', sans-serif; margin:8px 0 12px; }\n  .options-list { display:grid; gap:8px; }\n  .option-btn { border-radius:var(--radius-lg); border:2px solid var(--green-mid); background:#fff; padding:10px 12px; text-align:center; font-size:16px; font-weight:600; color:var(--green-dark); cursor:pointer; user-select:none; transition:all 0.15s ease; }\n  .option-btn:hover { background:var(--bg-light-2); }\n  .option-btn.selected { background: var(--bg-light-2); outline:3px solid var(--green-dark); }\n  .option-btn.correct { border-color:#4CAF50; outline:3px solid #4CAF50; color:#4CAF50; }\n  .option-btn.wrong { border-color:#D33; outline:3px solid #D33; color:#D33; }\n  .feedback-hint { min-height:20px; font-size:14px; font-weight:500; color:var(--green-dark); background:var(--bg-light-2); border-radius:var(--radius-lg); border:1px solid var(--green-mid); padding:8px 10px; margin-top:10px; display:none; }\n  .feedback-hint.visible { display:block; }\n  .controls { display:flex; flex-direction:column; gap:12px; margin-top:24px; margin-bottom:16px; }\n  .check-btn, .next-btn, .finish-btn, .retry-btn { border:none; cursor:pointer; font-family:'Nunito', sans-serif; font-size:16px; font-weight:700; border-radius:var(--radius-lg); padding:12px 16px; color:#fff; background:var(--green-mid); border:2px solid var(--green-dark); transition:all 0.15s ease; width:100%; text-align:center; }\n  .check-btn[disabled], .next-btn[disabled], .finish-btn[disabled], .retry-btn[disabled] { opacity:.5; cursor:not-allowed; }\n  .check-btn:hover:not([disabled]), .next-btn:hover:not([disabled]), .finish-btn:hover:not([disabled]), .retry-btn:hover:not([disabled]) { filter: brightness(1.05); }\n  .progress-box { background:#fff; border:2px solid var(--green-mid); border-radius:var(--radius-lg); padding:12px 16px; font-size:14px; color:var(--green-dark); font-weight:600; display:flex; flex-direction:column; gap:6px; }\n  .progress-line { display:flex; justify-content:space-between; }\n  .bar-outer { width:100%; height:10px; background:var(--bg-light-2); border-radius:999px; border:1px solid var(--green-mid); overflow:hidden; }\n  .bar-inner { height:100%; background:var(--green-mid); width:0%; transition:width 0.3s ease; }\n  .result-panel { background:var(--bg-light-3); border:2px solid var(--green-mid); border-radius:var(--radius-xl); padding:20px 16px; text-align:center; display:none; }\n  .result-title { font-family:'Nunito', sans-serif; font-size:20px; font-weight:700; color:var(--green-dark); margin-bottom:12px; }\n  .result-score { font-size:16px; font-weight:600; color:var(--green-dark); line-height:1.4; margin-bottom:12px; }\n  .result-message { font-size:15px; font-weight:500; color:var(--green-dark); background:#fff; border:2px solid var(--green-mid); border-radius:var(--radius-lg); padding:12px; line-height:1.4; }\n  .hidden { display:none !important; }\n  .mini-hint { font-size:12px; font-weight:400; color:var(--green-dark); line-height:1.3; }\n<\/style>\n<\/head>\n<body>\n<div class=\"app-shell\" id=\"app\">\n  <header class=\"app-header\">\n    <div class=\"course-label\">\u0420\u0443\u0441\u0441\u043a\u0438\u0439 \u044f\u0437\u044b\u043a \u00b7 2 \u043a\u043b\u0430\u0441\u0441<\/div>\n    <h1 class=\"main-title\">\u041f\u0440\u0430\u0432\u043e\u043f\u0438\u0441\u0430\u043d\u0438\u0435 \u043c\u044f\u0433\u043a\u043e\u0433\u043e \u0437\u043d\u0430\u043a\u0430<\/h1>\n    <p class=\"subtitle\">\u0422\u0440\u0435\u043d\u0438\u0440\u043e\u0432\u043a\u0430 \u0437\u043d\u0430\u043d\u0438\u0439<\/p>\n  <\/header>\n  <div id=\"question-area\"><\/div>\n  <div id=\"question-feedback\" class=\"feedback-hint\"><\/div>\n  <div class=\"controls\">\n    <button class=\"check-btn\" id=\"check-btn\" disabled>\u041f\u0440\u043e\u0432\u0435\u0440\u0438\u0442\u044c \u043e\u0442\u0432\u0435\u0442<\/button>\n    <button class=\"next-btn\" id=\"next-btn\" disabled>\u0421\u043b\u0435\u0434\u0443\u044e\u0449\u0438\u0439 \u0432\u043e\u043f\u0440\u043e\u0441<\/button>\n    <button class=\"finish-btn\" id=\"finish-btn\" disabled>\u041f\u043e\u043a\u0430\u0437\u0430\u0442\u044c \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442<\/button>\n    <button class=\"retry-btn hidden\" id=\"retry-btn\">\u041f\u0440\u043e\u0439\u0442\u0438 \u0435\u0449\u0451 \u0440\u0430\u0437<\/button>\n  <\/div>\n  <div class=\"progress-box\" id=\"progress-box\">\n    <div class=\"progress-line\">\n      <div>\u0412\u043e\u043f\u0440\u043e\u0441: <span id=\"current-index\">1<\/span>\/<span id=\"total-count\">5<\/span><\/div>\n      <div>\u0411\u0430\u043b\u043b\u044b: <span id=\"score-now\">0<\/span><\/div>\n    <\/div>\n    <div class=\"bar-outer\"><div class=\"bar-inner\" id=\"progress-bar\"><\/div><\/div>\n    <div class=\"mini-hint\">\u0412\u044b\u0431\u0438\u0440\u0430\u0439 \u043f\u0440\u0430\u0432\u0438\u043b\u044c\u043d\u044b\u0439 \u0432\u0430\u0440\u0438\u0430\u043d\u0442 \u0438 \u043f\u0440\u043e\u0432\u0435\u0440\u044f\u0439. \u041e\u0448\u0438\u0431\u043a\u0430 \u0441\u043e\u043f\u0440\u043e\u0432\u043e\u0436\u0434\u0430\u0435\u0442\u0441\u044f \u043f\u043e\u0434\u0441\u043a\u0430\u0437\u043a\u043e\u0439.<\/div>\n  <\/div>\n  <div class=\"result-panel\" id=\"result-panel\">\n    <div class=\"result-title\">\u0420\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442<\/div>\n    <div class=\"result-score\">\u041f\u0440\u0430\u0432\u0438\u043b\u044c\u043d\u044b\u0445 \u043e\u0442\u0432\u0435\u0442\u043e\u0432: <span id=\"final-correct\">0<\/span> \u0438\u0437 <span id=\"final-total\">0<\/span><br\/>\u0422\u0432\u043e\u0439 \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442: <span id=\"final-percent\">0<\/span>%<\/div>\n    <div class=\"result-message\" id=\"final-message\"><\/div>\n  <\/div>\n<\/div>\n<script>\nconst questions = [\n  { text:\"\u0421\u043b\u043e\u0432_\u043a\u043e\", options:[\"\u044c\",\"\"], correctIndex:0, hintWrong:\"\u041f\u043e\u0434\u0443\u043c\u0430\u0439 \u0435\u0449\u0451 \u0440\u0430\u0437. \u041c\u044f\u0433\u043a\u0438\u0439 \u0437\u043d\u0430\u043a \u043d\u0443\u0436\u0435\u043d \u0432 \u0441\u0435\u0440\u0435\u0434\u0438\u043d\u0435 \u043f\u0435\u0440\u0435\u0434 \u0441\u043e\u0433\u043b\u0430\u0441\u043d\u044b\u043c.\", level:1 },\n  { text:\"\u041a\u043e\u043d_\", options:[\"\u044c\",\"\"], correctIndex:0, hintWrong:\"\u041f\u043e\u0434\u0443\u043c\u0430\u0439 \u0435\u0449\u0451 \u0440\u0430\u0437. \u041c\u044f\u0433\u043a\u0438\u0439 \u0437\u043d\u0430\u043a \u043d\u0430 \u043a\u043e\u043d\u0446\u0435 \u0441\u043b\u043e\u0432\u0430.\", level:1 },\n  { text:\"\u0421\u0430\u0434_\u043d\u0438\u043a\", options:[\"\u044c\",\"\"], correctIndex:0, hintWrong:\"\u041e\u0431\u0440\u0430\u0442\u0438 \u0432\u043d\u0438\u043c\u0430\u043d\u0438\u0435: \u043c\u044f\u0433\u043a\u0438\u0439 \u0437\u043d\u0430\u043a \u043f\u0435\u0440\u0435\u0434 \u0441\u043e\u0433\u043b\u0430\u0441\u043d\u044b\u043c \u0432 \u0441\u0435\u0440\u0435\u0434\u0438\u043d\u0435 \u0441\u043b\u043e\u0432\u0430.\", level:2 },\n  { text:\"\u041f\u0430\u043b\u044c\u0442_\", options:[\"\u044c\",\"\"], correctIndex:0, hintWrong:\"\u041f\u043e\u0434\u0443\u043c\u0430\u0439 \u0435\u0449\u0451 \u0440\u0430\u0437. \u041c\u044f\u0433\u043a\u0438\u0439 \u0437\u043d\u0430\u043a \u043d\u0430 \u043a\u043e\u043d\u0446\u0435 \u0441\u043b\u043e\u0432\u0430 \u043f\u043e\u0441\u043b\u0435 \u0448\u0438\u043f\u044f\u0449\u0438\u0445.\", level:2 },\n  { text:\"\u041e\u0431\u044a_\u0435\u043a\u0442\", options:[\"\u044c\",\"\"], correctIndex:0, hintWrong:\"\u041f\u043e\u0434\u0443\u043c\u0430\u0439 \u0435\u0449\u0451 \u0440\u0430\u0437. \u041c\u044f\u0433\u043a\u0438\u0439 \u0437\u043d\u0430\u043a \u0432 \u0441\u0435\u0440\u0435\u0434\u0438\u043d\u0435 \u043f\u0435\u0440\u0435\u0434 \u0441\u043e\u0433\u043b\u0430\u0441\u043d\u044b\u043c.\", level:3 }\n];\nlet currentQuestionIndex=0;\nlet userSelections=new Array(questions.length).fill(null);\nlet isChecked=new Array(questions.length).fill(false);\nlet score=0;\nconst questionAreaEl=document.getElementById(\"question-area\");\nconst feedbackEl=document.getElementById(\"question-feedback\");\nconst checkBtn=document.getElementById(\"check-btn\");\nconst nextBtn=document.getElementById(\"next-btn\");\nconst finishBtn=document.getElementById(\"finish-btn\");\nconst retryBtn=document.getElementById(\"retry-btn\");\nconst currentIndexEl=document.getElementById(\"current-index\");\nconst totalCountEl=document.getElementById(\"total-count\");\nconst scoreNowEl=document.getElementById(\"score-now\");\nconst progressBarEl=document.getElementById(\"progress-bar\");\nconst resultPanelEl=document.getElementById(\"result-panel\");\nconst finalCorrectEl=document.getElementById(\"final-correct\");\nconst finalTotalEl=document.getElementById(\"final-total\");\nconst finalPercentEl=document.getElementById(\"final-percent\");\nconst finalMessageEl=document.getElementById(\"final-message\");\ntotalCountEl.textContent=questions.length;\nfunction renderQuestion(){\n  const q=questions[currentQuestionIndex];\n  currentIndexEl.textContent=(currentQuestionIndex+1);\n  scoreNowEl.textContent=score;\n  const progressPercent=((currentQuestionIndex)\/questions.length)*100;\n  progressBarEl.style.width=progressPercent+\"%\";\n  const difficultyText=q.level===1?\"\u0423\u0440\u043e\u0432\u0435\u043d\u044c 1 (\u0431\u0430\u0437\u043e\u0432\u044b\u0439)\":q.level===2?\"\u0423\u0440\u043e\u0432\u0435\u043d\u044c 2 (\u0441\u043b\u0435\u0433\u043a\u0430 \u0441\u043b\u043e\u0436\u043d\u0435\u0435)\":\"\u0423\u0440\u043e\u0432\u0435\u043d\u044c 3 (\u0441\u043c\u0435\u0448\u0430\u043d\u043d\u044b\u0435)\";\n  let html=`<div class=\"question-card\">\n  <div class=\"question-top-row\"><div class=\"question-number\">\u0417\u0430\u0434\u0430\u043d\u0438\u0435 ${currentQuestionIndex+1}<\/div><div class=\"question-difficulty\">${difficultyText}<\/div><\/div>\n  <div class=\"question-text\">${q.text}<\/div>\n  <div class=\"options-list\">\n  ${q.options.map((opt,idx)=>{\n    const sel=userSelections[currentQuestionIndex]===idx?\"selected\":\"\";\n    let checkClass=\"\";\n    if(isChecked[currentQuestionIndex]){\n      if(idx===q.correctIndex){checkClass=\"correct\";}\n      else if(idx===userSelections[currentQuestionIndex] && idx!==q.correctIndex){checkClass=\"wrong\";}\n    }\n    return `<div class=\"option-btn ${sel} ${checkClass}\" data-option-index=\"${idx}\">${opt}<\/div>`;\n  }).join(\"\")}\n  <\/div><\/div>`;\n  questionAreaEl.innerHTML=html;\n  feedbackEl.textContent=\"\";\n  feedbackEl.classList.remove(\"visible\");\n  updateButtonsState();\n  bindOptionHandlers();\n}\nfunction bindOptionHandlers(){\n  const optionButtons=questionAreaEl.querySelectorAll(\".option-btn\");\n  optionButtons.forEach(btn=>{\n    btn.addEventListener(\"click\",()=>{\n      if(isChecked[currentQuestionIndex])return;\n      const optIndex=parseInt(btn.getAttribute(\"data-option-index\"),10);\n      userSelections[currentQuestionIndex]=optIndex;\n      renderQuestion();\n    });\n  });\n}\nfunction updateButtonsState(){\n  const answered=(userSelections[currentQuestionIndex]!==null);\n  const alreadyChecked=isChecked[currentQuestionIndex];\n  const isLast=(currentQuestionIndex===questions.length-1);\n  checkBtn.disabled=!(answered&&!alreadyChecked);\n  nextBtn.disabled=!(alreadyChecked&&!isLast);\n  finishBtn.disabled=!(alreadyChecked&&isLast);\n}\nfunction checkCurrentQuestion(){\n  const q=questions[currentQuestionIndex];\n  const userPick=userSelections[currentQuestionIndex];\n  if(userPick===null)return;\n  if(!isChecked[currentQuestionIndex]){\n    isChecked[currentQuestionIndex]=true;\n    const isRight=(userPick===q.correctIndex);\n    if(isRight){score+=1; feedbackEl.textContent=\"\u041e\u0442\u043b\u0438\u0447\u043d\u043e! \u041e\u0442\u0432\u0435\u0442 \u0432\u0435\u0440\u043d\u044b\u0439 \u2705\";}\n    else{feedbackEl.textContent=q.hintWrong;}\n    feedbackEl.classList.add(\"visible\");\n  }\n  renderQuestion();\n}\nfunction goNextQuestion(){if(currentQuestionIndex<questions.length-1){currentQuestionIndex+=1; renderQuestion();}}\nfunction finishQuiz(){\n  progressBarEl.style.width=\"100%\";\n  const total=questions.length;\n  const correct=score;\n  const percent=Math.round((correct\/total)*100);\n  finalCorrectEl.textContent=correct;\n  finalTotalEl.textContent=total;\n  finalPercentEl.textContent=percent.toString();\n  let message=\"\";\n  if(percent===100){message=\"\u041e\u0442\u043b\u0438\u0447\u043d\u0430\u044f \u0440\u0430\u0431\u043e\u0442\u0430! \u0422\u044b \u0440\u0430\u0437\u043e\u0431\u0440\u0430\u043b\u0441\u044f \u0441 \u044d\u0442\u043e\u0439 \u0442\u0435\u043c\u043e\u0439 \u0438 \u043c\u043e\u0436\u0435\u0448\u044c \u0434\u0432\u0438\u0433\u0430\u0442\u044c\u0441\u044f \u0434\u0430\u043b\u044c\u0448\u0435 \u2705\";}\n  else if(percent>=67){message=\"\u041f\u043e\u0447\u0442\u0438 \u0432\u0441\u0451 \u0432\u0435\u0440\u043d\u043e, \u0442\u044b \u0443\u0432\u0435\u0440\u0435\u043d\u043d\u043e \u0438\u0434\u0451\u0448\u044c \u043a \u0446\u0435\u043b\u0438 \ud83d\ude4c \u041f\u0440\u043e\u0432\u0435\u0440\u044c \u0434\u0435\u0442\u0430\u043b\u0438.\";}\n  else if(percent>=34){message=\"\u0425\u043e\u0440\u043e\u0448\u043e \u043f\u043e\u043b\u0443\u0447\u0430\u0435\u0442\u0441\u044f, \u043e\u0431\u0440\u0430\u0442\u0438 \u0432\u043d\u0438\u043c\u0430\u043d\u0438\u0435 \u043d\u0430 \u043c\u0435\u0441\u0442\u0430, \u0433\u0434\u0435 \u0441\u043e\u043c\u043d\u0435\u0432\u0430\u043b\u0441\u044f \ud83d\udc40\";}\n  else{message=\"\u0422\u044b \u0441\u0434\u0435\u043b\u0430\u043b \u043f\u0435\u0440\u0432\u044b\u0439 \u0448\u0430\u0433, \u044d\u0442\u043e \u0443\u0436\u0435 \u0432\u0430\u0436\u043d\u043e. \u0414\u0430\u0432\u0430\u0439 \u0440\u0430\u0437\u0431\u0435\u0440\u0451\u043c\u0441\u044f \u0432\u043c\u0435\u0441\u0442\u0435 \ud83d\udca1\";}\n  finalMessageEl.textContent=message;\n  resultPanelEl.style.display=\"block\";\n  questionAreaEl.classList.add(\"hidden\");\n  checkBtn.classList.add(\"hidden\");\n  nextBtn.classList.add(\"hidden\");\n  finishBtn.classList.add(\"hidden\");\n  feedbackEl.classList.add(\"hidden\");\n  retryBtn.classList.remove(\"hidden\");\n}\nfunction retryQuiz(){\n  currentQuestionIndex=0;\n  userSelections=new Array(questions.length).fill(null);\n  isChecked=new Array(questions.length).fill(false);\n  score=0;\n  resultPanelEl.style.display=\"none\";\n  questionAreaEl.classList.remove(\"hidden\");\n  checkBtn.classList.remove(\"hidden\");\n  nextBtn.classList.remove(\"hidden\");\n  finishBtn.classList.remove(\"hidden\");\n  feedbackEl.classList.remove(\"hidden\");\n  retryBtn.classList.add(\"hidden\");\n  renderQuestion();\n}\ncheckBtn.addEventListener(\"click\",()=>{checkCurrentQuestion();});\nnextBtn.addEventListener(\"click\",()=>{goNextQuestion();});\nfinishBtn.addEventListener(\"click\",()=>{finishQuiz();});\nretryBtn.addEventListener(\"click\",()=>{retryQuiz();});\nrenderQuestion();\n<\/script>\n<\/body>\n<\/html>\n\n\n","protected":false},"excerpt":{"rendered":"<p>\u0420\u0443\u0441\u0441\u043a\u0438\u0439 \u044f\u0437\u044b\u043a 2 \u043a\u043b\u0430\u0441\u0441 \u00b7 \u041c\u044f\u0433\u043a\u0438\u0439 \u0437\u043d\u0430\u043a \u00b7 EcoFamilySchool \u0420\u0443\u0441\u0441\u043a\u0438\u0439 \u044f\u0437\u044b\u043a \u00b7 2 \u043a\u043b\u0430\u0441\u0441 \u041f\u0440\u0430\u0432\u043e\u043f\u0438\u0441\u0430\u043d\u0438\u0435 \u043c\u044f\u0433\u043a\u043e\u0433\u043e \u0437\u043d\u0430\u043a\u0430 \u0422\u0440\u0435\u043d\u0438\u0440\u043e\u0432\u043a\u0430 \u0437\u043d\u0430\u043d\u0438\u0439 \u041f\u0440\u043e\u0432\u0435\u0440\u0438\u0442\u044c \u043e\u0442\u0432\u0435\u0442 \u0421\u043b\u0435\u0434\u0443\u044e\u0449\u0438\u0439 \u0432\u043e\u043f\u0440\u043e\u0441 \u041f\u043e\u043a\u0430\u0437\u0430\u0442\u044c \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442 \u041f\u0440\u043e\u0439\u0442\u0438 \u0435\u0449\u0451 \u0440\u0430\u0437 \u0412\u043e\u043f\u0440\u043e\u0441: 1\/5 \u0411\u0430\u043b\u043b\u044b: 0 \u0412\u044b\u0431\u0438\u0440\u0430\u0439 \u043f\u0440\u0430\u0432\u0438\u043b\u044c\u043d\u044b\u0439 \u0432\u0430\u0440\u0438\u0430\u043d\u0442 \u0438 \u043f\u0440\u043e\u0432\u0435\u0440\u044f\u0439. \u041e\u0448\u0438\u0431\u043a\u0430 \u0441\u043e\u043f\u0440\u043e\u0432\u043e\u0436\u0434\u0430\u0435\u0442\u0441\u044f \u043f\u043e\u0434\u0441\u043a\u0430\u0437\u043a\u043e\u0439. \u0420\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442 \u041f\u0440\u0430\u0432\u0438\u043b\u044c\u043d\u044b\u0445 \u043e\u0442\u0432\u0435\u0442\u043e\u0432: 0 \u0438\u0437 0\u0422\u0432\u043e\u0439 \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442: 0%<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-330","post","type-post","status-publish","format-standard","hentry","category-uncategorized","entry"],"_links":{"self":[{"href":"https:\/\/h5p-efs.ru\/index.php\/wp-json\/wp\/v2\/posts\/330","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/h5p-efs.ru\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/h5p-efs.ru\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/h5p-efs.ru\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/h5p-efs.ru\/index.php\/wp-json\/wp\/v2\/comments?post=330"}],"version-history":[{"count":2,"href":"https:\/\/h5p-efs.ru\/index.php\/wp-json\/wp\/v2\/posts\/330\/revisions"}],"predecessor-version":[{"id":332,"href":"https:\/\/h5p-efs.ru\/index.php\/wp-json\/wp\/v2\/posts\/330\/revisions\/332"}],"wp:attachment":[{"href":"https:\/\/h5p-efs.ru\/index.php\/wp-json\/wp\/v2\/media?parent=330"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/h5p-efs.ru\/index.php\/wp-json\/wp\/v2\/categories?post=330"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/h5p-efs.ru\/index.php\/wp-json\/wp\/v2\/tags?post=330"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}