{"id":11781,"date":"2025-05-19T12:52:29","date_gmt":"2025-05-19T11:52:29","guid":{"rendered":"https:\/\/agenciaseonetbulb.com\/noticias\/?page_id=11781"},"modified":"2025-05-19T13:24:19","modified_gmt":"2025-05-19T12:24:19","slug":"nota-corte-selectividad","status":"publish","type":"page","link":"https:\/\/agenciaseonetbulb.com\/noticias\/nota-corte-selectividad\/","title":{"rendered":"nota corte selectividad"},"content":{"rendered":"\n<div style=\"font-family: Arial; max-width: 800px; margin: auto;\">\n  <h2>Calcule su nota de Selectividad 2025<\/h2>\n\n  <div style=\"background: #22B2A1; padding: 10px; border-radius: 5px; margin-bottom: 20px;\">\n    <label style=\"color: white; font-weight: bold;\">Media Bachillerato<\/label>\n    <input type=\"number\" step=\"0.01\" id=\"bachillerato\" style=\"width: 100%; padding: 6px;\"\/>\n  <\/div>\n\n  <div style=\"display: flex; gap: 20px; flex-wrap: wrap;\">\n    <div style=\"background: #f9f9f9; padding: 20px; border-radius: 10px; flex: 1; min-width: 300px;\">\n      <h3>Troncales<\/h3>\n      <div style=\"margin-bottom: 10px;\"><label><strong>Lengua<\/strong><\/label><input type=\"number\" step=\"0.01\" id=\"lengua\" style=\"width: 100%; padding: 6px;\"\/><\/div>\n      <div style=\"margin-bottom: 10px;\"><label><strong>Lengua cooficial*<\/strong><\/label><input type=\"number\" step=\"0.01\" id=\"cooficial\" style=\"width: 100%; padding: 6px;\"\/><\/div>\n      <div style=\"margin-bottom: 10px;\"><label><strong>Lengua extranjera<\/strong><\/label><input type=\"number\" step=\"0.01\" id=\"extranjera\" style=\"width: 100%; padding: 6px;\"\/><\/div>\n      <div style=\"margin-bottom: 10px;\"><label><strong>Historia<\/strong><\/label><input type=\"number\" step=\"0.01\" id=\"historia\" style=\"width: 100%; padding: 6px;\"\/><\/div>\n      <h4>Troncal de opci\u00f3n<\/h4>\n      <div style=\"margin-bottom: 10px;\">\n        <input type=\"number\" step=\"0.01\" id=\"opcion_nota\" placeholder=\"Nota\" style=\"width: 100%; padding: 6px;\"\/>\n        <div>\n          <label><strong>Ponderaci\u00f3n:<\/strong><\/label><br \/>\n          <input type=\"radio\" name=\"opcion_pond\" value=\"0.1\"\/> 0.1\n          <input type=\"radio\" name=\"opcion_pond\" value=\"0.15\"\/> 0.15\n          <input type=\"radio\" name=\"opcion_pond\" value=\"0.2\"\/> 0.2\n        <\/div>\n      <\/div>\n    <\/div>\n\n    <div style=\"background: #f9f9f9; padding: 20px; border-radius: 10px; flex: 1; min-width: 300px;\">\n      <h3>Espec\u00edficas<\/h3>\n      <div style=\"margin-bottom: 10px;\">\n        <input type=\"number\" step=\"0.01\" id=\"esp1\" placeholder=\"Nota\" style=\"width: 100%; padding: 6px;\"\/>\n        <div>\n          <input type=\"radio\" name=\"esp1_pond\" value=\"0.1\"\/> 0.1\n          <input type=\"radio\" name=\"esp1_pond\" value=\"0.15\"\/> 0.15\n          <input type=\"radio\" name=\"esp1_pond\" value=\"0.2\"\/> 0.2\n        <\/div>\n      <\/div>\n      <div style=\"margin-bottom: 10px;\">\n        <input type=\"number\" step=\"0.01\" id=\"esp2\" placeholder=\"Nota\" style=\"width: 100%; padding: 6px;\"\/>\n        <div>\n          <input type=\"radio\" name=\"esp2_pond\" value=\"0.1\"\/> 0.1\n          <input type=\"radio\" name=\"esp2_pond\" value=\"0.15\"\/> 0.15\n          <input type=\"radio\" name=\"esp2_pond\" value=\"0.2\"\/> 0.2\n        <\/div>\n      <\/div>\n      <div style=\"margin-bottom: 10px;\">\n        <input type=\"number\" step=\"0.01\" id=\"esp3\" placeholder=\"Nota\" style=\"width: 100%; padding: 6px;\"\/>\n        <div>\n          <input type=\"radio\" name=\"esp3_pond\" value=\"0.1\"\/> 0.1\n          <input type=\"radio\" name=\"esp3_pond\" value=\"0.15\"\/> 0.15\n          <input type=\"radio\" name=\"esp3_pond\" value=\"0.2\"\/> 0.2\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n\n  <div style=\"margin-top: 20px; display: flex; gap: 15px; flex-wrap: wrap; align-items: center;\">\n    <button \n      onclick=\"calcularNota()\"\n      onmouseover=\"this.style.background='#249486'\"\n      onmouseout=\"this.style.background='#1B7F72'\"\n      style=\"background: #1B7F72; color: white; font-weight: bold; padding: 10px 20px; font-size: 16px; border: none; cursor: pointer; border-radius: 5px;\">\n      <span style=\"color: white;\">Calcular <a href=\"https:\/\/agenciaseonetbulb.com\/noticias\/como-escribir-una-nota-de-prensa\/\">Nota<\/a> Selectividad<\/span>\n    <\/button>\n    <button onclick=\"location.reload()\" style=\"background: #ffc107; color: black; padding: 10px 20px; font-size: 16px; border: none; cursor: pointer; border-radius: 5px;\">\n      Borrar todo\n    <\/button>\n  <\/div>\n\n  <div id=\"resultado\" style=\"font-size: 18px; font-weight: bold; margin-top: 10px;\">\n    Nota EvAU: \u2014,\u2014\n  <\/div>\n<\/div>\n\n<script>\nfunction calcularNota() {\n  const bach = parseFloat(document.getElementById('bachillerato').value) || 0;\n  const lengua = parseFloat(document.getElementById('lengua').value) || 0;\n  const cooficialRaw = document.getElementById('cooficial').value;\n  const cooficial = cooficialRaw === \"\" ? null : parseFloat(cooficialRaw);\n  const extranjera = parseFloat(document.getElementById('extranjera').value) || 0;\n  const historia = parseFloat(document.getElementById('historia').value) || 0;\n  const opcion = parseFloat(document.getElementById('opcion_nota').value) || 0;\n  const opcionPond = parseFloat(document.querySelector('input[name=\"opcion_pond\"]:checked')?.value) || 0;\n\n  const espNotas = [];\n  for (let i = 1; i <= 3; i++) {\n    const nota = parseFloat(document.getElementById(`esp${i}`).value) || 0;\n    const pond = parseFloat(document.querySelector(`input[name=\"esp${i}_pond\"]:checked`)?.value) || 0;\n    if (nota >= 5) espNotas.push(nota * pond);\n  }\n\n  if (opcion >= 5) espNotas.push(opcion * opcionPond);\n\n  espNotas.sort((a, b) => b - a);\n  const faseEspecifica = (espNotas[0] || 0) + (espNotas[1] || 0);\n\n  const troncales = [lengua, extranjera, historia];\n  if (cooficial !== null) troncales.push(cooficial);\n  const mediaTroncal = troncales.reduce((a, b) => a + b, 0) \/ troncales.length;\n\n  const faseGeneral = (0.6 * bach + 0.4 * mediaTroncal);\n  const total = Math.min(14, faseGeneral + faseEspecifica).toFixed(2);\n\n  document.getElementById('resultado').innerText = `Nota EvAU: ${total}`;\n}\n<\/script>\n\n\n\n","protected":false},"excerpt":{"rendered":"<p>Calcule su nota de Selectividad 2025 Media Bachillerato Troncales Lengua Lengua cooficial* Lengua extranjera Historia Troncal de opci\u00f3n Ponderaci\u00f3n: 0.1 0.15 0.2 Espec\u00edficas 0.1 0.15 0.2 0.1 0.15 0.2 0.1 0.15 0.2 Calcular Nota Selectividad Borrar todo Nota EvAU: \u2014,\u2014<\/p>\n","protected":false},"author":7,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"footnotes":"","_links_to":"","_links_to_target":""},"class_list":["post-11781","page","type-page","status-publish"],"acf":[],"_links":{"self":[{"href":"https:\/\/agenciaseonetbulb.com\/noticias\/wp-json\/wp\/v2\/pages\/11781","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/agenciaseonetbulb.com\/noticias\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/agenciaseonetbulb.com\/noticias\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/agenciaseonetbulb.com\/noticias\/wp-json\/wp\/v2\/users\/7"}],"replies":[{"embeddable":true,"href":"https:\/\/agenciaseonetbulb.com\/noticias\/wp-json\/wp\/v2\/comments?post=11781"}],"version-history":[{"count":11,"href":"https:\/\/agenciaseonetbulb.com\/noticias\/wp-json\/wp\/v2\/pages\/11781\/revisions"}],"predecessor-version":[{"id":11795,"href":"https:\/\/agenciaseonetbulb.com\/noticias\/wp-json\/wp\/v2\/pages\/11781\/revisions\/11795"}],"wp:attachment":[{"href":"https:\/\/agenciaseonetbulb.com\/noticias\/wp-json\/wp\/v2\/media?parent=11781"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}