{"id":1239,"date":"2026-03-23T18:08:22","date_gmt":"2026-03-23T18:08:22","guid":{"rendered":"https:\/\/cuentoskecuentan.com\/?p=1239"},"modified":"2026-03-24T02:44:56","modified_gmt":"2026-03-24T02:44:56","slug":"emily-and-the-good-choice","status":"publish","type":"post","link":"https:\/\/cuentoskecuentan.com\/?p=1239","title":{"rendered":"Emily and the good choice"},"content":{"rendered":"\n<p>Escucha el siguiente cuento:<\/p>\n\n\n\n<iframe loading=\"lazy\" src=\"https:\/\/drive.google.com\/file\/d\/1eGHY3uQ4aMk2t0Nv2-mXXHY0ESMof-Ry\/preview\" width=\"640\" height=\"480\"><\/iframe>\n\n\n\n<p>Ahora resuelve este ejercicio<\/p>\n\n\n\n<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n<meta charset=\"UTF-8\">\n<title>Reading Quiz &#8211; Emily<\/title>\n<style>\n    body {\n        font-family: Arial, sans-serif;\n        background-color: #f9f4fa;\n        color: #333;\n        padding: 20px;\n    }\n    h1 {\n        color: #793d7a;\n        text-align: center;\n    }\n    .question {\n        background: #ffffff;\n        border-left: 6px solid #793d7a;\n        padding: 15px;\n        margin-bottom: 15px;\n        border-radius: 8px;\n    }\n    button {\n        background-color: #793d7a;\n        color: white;\n        border: none;\n        padding: 12px 20px;\n        font-size: 16px;\n        border-radius: 8px;\n        cursor: pointer;\n        display: block;\n        margin: 20px auto;\n    }\n    button:hover {\n        background-color: #5e2e5f;\n    }\n    #result {\n        text-align: center;\n        font-size: 18px;\n        margin-top: 20px;\n        font-weight: bold;\n        color: #793d7a;\n    }\n<\/style>\n<\/head>\n<body>\n\n<h1>Emily and the Good Choice<\/h1>\n\n<form id=\"quizForm\">\n\n<div class=\"question\">\n<p>1. What color is Emily\u2019s tablet?<\/p>\n<input type=\"radio\" name=\"q1\" value=\"a\"> Red<br>\n<input type=\"radio\" name=\"q1\" value=\"b\"> Blue<br>\n<input type=\"radio\" name=\"q1\" value=\"c\"> Green<br>\n<\/div>\n\n<div class=\"question\">\n<p>2. When does Emily use the tablet?<\/p>\n<input type=\"radio\" name=\"q2\" value=\"a\"> Before school<br>\n<input type=\"radio\" name=\"q2\" value=\"b\"> After school<br>\n<input type=\"radio\" name=\"q2\" value=\"c\"> At night only<br>\n<\/div>\n\n<div class=\"question\">\n<p>3. What does Emily say when her mom calls her?<\/p>\n<input type=\"radio\" name=\"q3\" value=\"a\"> No<br>\n<input type=\"radio\" name=\"q3\" value=\"b\"> Wait<br>\n<input type=\"radio\" name=\"q3\" value=\"c\"> Yes, Mom<br>\n<\/div>\n\n<div class=\"question\">\n<p>4. What does Emily see outside?<\/p>\n<input type=\"radio\" name=\"q4\" value=\"a\"> A dog<br>\n<input type=\"radio\" name=\"q4\" value=\"b\"> A bird<br>\n<input type=\"radio\" name=\"q4\" value=\"c\"> A car<br>\n<\/div>\n\n<div class=\"question\">\n<p>5. What does Emily learn to write at school?<\/p>\n<input type=\"radio\" name=\"q5\" value=\"a\"> A sentence<br>\n<input type=\"radio\" name=\"q5\" value=\"b\"> Her name<br>\n<input type=\"radio\" name=\"q5\" value=\"c\"> A story<br>\n<\/div>\n\n<div class=\"question\">\n<p>6. What does Emily do FIRST after school?<\/p>\n<input type=\"radio\" name=\"q6\" value=\"a\"> Use the tablet<br>\n<input type=\"radio\" name=\"q6\" value=\"b\"> Play outside<br>\n<input type=\"radio\" name=\"q6\" value=\"c\"> Eat dinner<br>\n<\/div>\n\n<div class=\"question\">\n<p>7. How long does Emily use the tablet later?<\/p>\n<input type=\"radio\" name=\"q7\" value=\"a\"> All day<br>\n<input type=\"radio\" name=\"q7\" value=\"b\"> 10 minutes<br>\n<input type=\"radio\" name=\"q7\" value=\"c\"> 30 minutes<br>\n<\/div>\n\n<div class=\"question\">\n<p>8. What does Emily thank God for?<\/p>\n<input type=\"radio\" name=\"q8\" value=\"a\"> Only the tablet<br>\n<input type=\"radio\" name=\"q8\" value=\"b\"> Only her family<br>\n<input type=\"radio\" name=\"q8\" value=\"c\"> Her family, home, and tablet<br>\n<\/div>\n\n<div class=\"question\">\n<p>9. What does Emily say to her mom at night?<\/p>\n<input type=\"radio\" name=\"q9\" value=\"a\"> I am tired<br>\n<input type=\"radio\" name=\"q9\" value=\"b\"> I played, I helped, and I learned<br>\n<input type=\"radio\" name=\"q9\" value=\"c\"> I watched videos<br>\n<\/div>\n\n<div class=\"question\">\n<p>10. What is the main idea?<\/p>\n<input type=\"radio\" name=\"q10\" value=\"a\"> Technology is bad<br>\n<input type=\"radio\" name=\"q10\" value=\"b\"> Technology is only for games<br>\n<input type=\"radio\" name=\"q10\" value=\"c\"> Use technology and also do other good things<br>\n<\/div>\n\n<button type=\"button\" onclick=\"checkAnswers()\">Submit Answers<\/button>\n\n<\/form>\n\n<div id=\"result\"><\/div>\n\n<script>\nfunction checkAnswers() {\n    let answers = {\n        q1: \"b\",\n        q2: \"b\",\n        q3: \"c\",\n        q4: \"b\",\n        q5: \"b\",\n        q6: \"b\",\n        q7: \"c\",\n        q8: \"c\",\n        q9: \"b\",\n        q10: \"c\"\n    };\n\n    let score = 0;\n\n    for (let q in answers) {\n        let selected = document.querySelector('input[name=\"' + q + '\"]:checked');\n        if (selected && selected.value === answers[q]) {\n            score++;\n        }\n    }\n\n    document.getElementById(\"result\").innerHTML =\n        \"You got \" + score + \" out of 10 correct!\";\n}\n<\/script>\n\n<\/body>\n<\/html>\n","protected":false},"excerpt":{"rendered":"<p>Escucha el siguiente cuento: Ahora resuelve este ejercicio Reading Quiz &#8211; Emily Emily and the Good Choice 1. What color is Emily\u2019s tablet? Red Blue [&hellip;]<\/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-1239","post","type-post","status-publish","format-standard","hentry","category-uncategorized"],"_links":{"self":[{"href":"https:\/\/cuentoskecuentan.com\/index.php?rest_route=\/wp\/v2\/posts\/1239","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/cuentoskecuentan.com\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/cuentoskecuentan.com\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/cuentoskecuentan.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/cuentoskecuentan.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=1239"}],"version-history":[{"count":2,"href":"https:\/\/cuentoskecuentan.com\/index.php?rest_route=\/wp\/v2\/posts\/1239\/revisions"}],"predecessor-version":[{"id":1245,"href":"https:\/\/cuentoskecuentan.com\/index.php?rest_route=\/wp\/v2\/posts\/1239\/revisions\/1245"}],"wp:attachment":[{"href":"https:\/\/cuentoskecuentan.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=1239"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/cuentoskecuentan.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=1239"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/cuentoskecuentan.com\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=1239"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}