{"id":180,"date":"2023-07-16T11:42:11","date_gmt":"2023-07-16T11:42:11","guid":{"rendered":"https:\/\/mathority.org\/nl\/mate-van-selectiviteitscalculator\/"},"modified":"2023-07-16T11:42:11","modified_gmt":"2023-07-16T11:42:11","slug":"mate-van-selectiviteitscalculator","status":"publish","type":"post","link":"https:\/\/mathority.org\/nl\/mate-van-selectiviteitscalculator\/","title":{"rendered":"Selectiviteitsscorecalculator"},"content":{"rendered":"<p>Selectiviteit is een test die <strong>de toegang tot universitaire studies<\/strong> voor middelbare scholieren bepaalt. Uit de cijfers behaald op de examens per vak en het cijfer van de middelbare school wordt het ingangscijfer bepaald. Dat is ongeveer veertien jaar en wordt gebruikt om vast te stellen tot welke universitaire studies een student toegang heeft.<\/p>\n<h2 class=\"wp-block-heading\"> Selectiviteitsscoresimulator<\/h2>\n<p> Bereken uw selectiviteitscijfer met deze intu\u00eftieve simulator. U hoeft alleen de waarden in te voeren die overeenkomen met uw cijfers voor elk onderwerp en u kunt uw toegangscijfer berekenen. Houd er rekening mee dat als u het Catalaanse examen niet heeft afgelegd, u het aangevinkte vakje moet aanvinken en als u niet twee specifieke examens heeft afgelegd, u een vakje leeg moet laten.<\/p>\n<p><title> Selectiviteitsscorecalculator<\/title><script language=\"javascript\"><\/p>\n<p>    function calcularNotaSelectividad() {\n    var notaBachillerato = document.getElementById(\"notaBachillerato\").value;\n    notaBachillerato = notaBachillerato.toString().replace(',', '.');\n    notaBachillerato = parseFloat(notaBachillerato);\n    var especifica1 = document.getElementById(\"especifica1\").value;\n    especifica1 = especifica1.toString().replace(',', '.');\n    especifica1 = parseFloat(especifica1);\n    var especifica2 = document.getElementById(\"especifica2\").value;\n    especifica2 = especifica2.toString().replace(',', '.');\n    especifica2 = parseFloat(especifica2);\n    var operador1 = document.getElementById(\"operador1\").value;\n    var operador2 = document.getElementById(\"operador2\").value;\n    var checkbox = document.getElementById(\"checkbox\").value;\n    var catalan = document.getElementById(\"catalan\").value;\n    catalan = catalan.toString().replace(',', '.');\n    catalan = parseFloat(catalan);\n    var castellano = document.getElementById(\"castellano\").value;\n    castellano = castellano.toString().replace(',', '.');\n    castellano = parseFloat(castellano);\n    var lenguaExtranjera = document.getElementById(\"lenguaExtranjera\").value;\n    lenguaExtranjera = lenguaExtranjera.toString().replace(',', '.');\n    lenguaExtranjera = parseFloat(lenguaExtranjera);\n    var historiaDeEspa\u00f1a = document.getElementById(\"historiaDeEspa\u00f1a\").value;\n    historiaDeEspa\u00f1a = historiaDeEspa\u00f1a.toString().replace(',', '.');\n    historiaDeEspa\u00f1a = parseFloat(historiaDeEspa\u00f1a);\n    var optativa = document.getElementById(\"optativa\").value;\n    optativa = optativa.toString().replace(',', '.');\n    optativa = parseFloat(optativa);<\/p>\n<p>    if(isNaN(especifica1)){\n    especifica1 = 0;\n    }<\/p>\n<p>    if(isNaN(especifica2)){\n    especifica2 = 0;\n    }<\/p>\n<p>    if (document.getElementById('checkbox').checked) {\n        var notaSelectividad = (castellano + lenguaExtranjera + historiaDeEspa\u00f1a + optativa) \/ 4;\n    }\n    else {\n        var notaSelectividad = (catalan + castellano + lenguaExtranjera + historiaDeEspa\u00f1a + optativa) \/ 5;\n    }\n    document.getElementById(\"notaFaseObligatoria\").value = notaSelectividad;\n    document.getElementById(\"notaCAU\").value = notaSelectividad * 0.4 + notaBachillerato * 0.6;\n    var notaCalculada = 0.6 * notaBachillerato + 0.4 * notaSelectividad + especifica1 * operador1 + especifica2 * operador2;\n    notaCalculada = notaCalculada.toString().replace('.', ',');\n    document.getElementById(\"notaCalculada\").value = notaCalculada;\n    }\n  <\/script><\/p>\n<form onsubmit=\"javascript: calcularNotaSelectividad();return (false);\">\n<h3>middelbare school <\/h3>\n<p><input type=\"text\" readonly=\"\" placeholder=\"Nota de bachillerato:\" size=\"16\"><input type=\"text\" id=\"notaBachillerato\" size=\"3\"><\/p>\n<h3> Algemene fase <\/h3>\n<p><input type=\"text\" readonly=\"\" placeholder=\"Catal\u00e1n:\" size=\"16\"><input type=\"text\" id=\"catalan\" size=\"3\"> Als u geen Catalaans spreekt, vink dan het vakje aan: <input type=\"checkbox\" id=\"checkbox\"><br \/><input type=\"text\" readonly=\"\" placeholder=\"Castellano:\" size=\"16\"><input type=\"text\" id=\"castellano\" size=\"3\"><br \/><input type=\"text\" readonly=\"\" placeholder=\"Lengua extranjera:\" size=\"16\"><input type=\"text\" id=\"lenguaExtranjera\" size=\"3\"><br \/><input type=\"text\" readonly=\"\" placeholder=\"Historia de Espa\u00f1a:\" size=\"16\"><input type=\"text\" id=\"historiaDeEspa\u00f1a\" size=\"3\"><br \/><input type=\"text\" readonly=\"\" placeholder=\"Optativa:\" size=\"16\"><input type=\"text\" id=\"optativa\" size=\"3\"><\/p>\n<h3> Specifieke fase <\/h3>\n<p><input type=\"text\" readonly=\"\" placeholder=\"Espec\u00edfica 1:\" size=\"16\"><input type=\"text\" id=\"especifica1\" size=\"3\"><select name=\"operador1\" id=\"operador1\"><option value=\"0.1\"> 0,1<\/option><option value=\"0.2\"> 0,2 <\/option><\/select><br \/><input type=\"text\" readonly=\"\" placeholder=\"Espec\u00edfica 2:\" size=\"16\"><input type=\"text\" id=\"especifica2\" size=\"3\"><select name=\"operador2\" id=\"operador2\"><option value=\"0.1\"> 0,1<\/option><option value=\"0.2\"> 0,2<\/option><\/select><\/p>\n<h3> berekende cijfers <\/h3>\n<p><input type=\"text\" readonly=\"\" placeholder=\"Nota fase obligatoria:\" size=\"16\"><input type=\"text\" readonly=\"\" id=\"notaFaseObligatoria\" size=\"16\"><br \/><input type=\"text\" readonly=\"\" placeholder=\"Nota CAU:\" size=\"16\"><input type=\"text\" readonly=\"\" id=\"notaCAU\" size=\"16\"><br \/><input type=\"text\" readonly=\"\" placeholder=\"Nota de acceso:\" size=\"16\"><input type=\"text\" readonly=\"\" id=\"notaCalculada\" size=\"16\"><input type=\"submit\" value=\"Berekenen\"><\/p>\n<\/form>\n<h2 class=\"wp-block-heading\"> Hoe bereken ik de EvAU-score?<\/h2>\n<p> Uit de selectiviteit kunnen we <strong>drie scores<\/strong> berekenen: de Selectiviteitsscore (gemiddelde van de verplichte fase), de CAU University Access Qualification-score (Selectiviteitsscore en baccalaureaatscore) en de toegangsscore (optelling van de specifieke fase). Hieronder vindt u de formule om elk van deze scores te berekenen:<\/p>\n<ul>\n<li> <strong>Bereken de EvAU-score:<\/strong> gemiddelde van de verplichte fase.<\/li>\n<li> <strong>Bereken selectiviteit en baccalaureaatcijfer (CAU):<\/strong> 0,4 x Selectiviteitscijfer + 0,6 x baccalaureaatcijfer.<\/li>\n<li> <strong>Bereken het toelatingscijfer voor de universiteit:<\/strong> CAU + specifiek cijfer 1 x (0,1 of 0,2) + specifiek cijfer 2 x (0,1 of 0,2).<\/li>\n<\/ul>\n<p> Waar je op moet letten <strong>is dat je geslaagd bent<\/strong> . Dat is het geval als je een CAU-score boven de 5 hebt en de PAU-score boven de 4. En als dat het geval is, dan moet je je toelatingscijfer voor de universiteit berekenen, want dit is degene die je zal helpen toegang te krijgen tot de graad die je wilt studeren. Dat gezegd hebbende, hopen we dat deze selectiviteitssimulator nuttig voor u is geweest.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Selectiviteit is een test die de toegang tot universitaire studies voor middelbare scholieren bepaalt. Uit de cijfers behaald op de examens per vak en het cijfer van de middelbare school wordt het ingangscijfer bepaald. Dat is ongeveer veertien jaar en wordt gebruikt om vast te stellen tot welke universitaire studies een student toegang heeft. Selectiviteitsscoresimulator &hellip;<\/p>\n<p class=\"read-more\"> <a class=\"\" href=\"https:\/\/mathority.org\/nl\/mate-van-selectiviteitscalculator\/\"> <span class=\"screen-reader-text\">Selectiviteitsscorecalculator<\/span> Lees meer &raquo;<\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"","footnotes":""},"categories":[55],"tags":[],"class_list":["post-180","post","type-post","status-publish","format-standard","hentry","category-online-rekenmachines"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v21.2 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Selectiviteitsscorecalculator - Mathority<\/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:\/\/mathority.org\/nl\/mate-van-selectiviteitscalculator\/\" \/>\n<meta property=\"og:locale\" content=\"nl_NL\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Selectiviteitsscorecalculator - Mathority\" \/>\n<meta property=\"og:description\" content=\"Selectiviteit is een test die de toegang tot universitaire studies voor middelbare scholieren bepaalt. Uit de cijfers behaald op de examens per vak en het cijfer van de middelbare school wordt het ingangscijfer bepaald. Dat is ongeveer veertien jaar en wordt gebruikt om vast te stellen tot welke universitaire studies een student toegang heeft. Selectiviteitsscoresimulator &hellip; Selectiviteitsscorecalculator Lees meer &raquo;\" \/>\n<meta property=\"og:url\" content=\"https:\/\/mathority.org\/nl\/mate-van-selectiviteitscalculator\/\" \/>\n<meta property=\"article:published_time\" content=\"2023-07-16T11:42:11+00:00\" \/>\n<meta name=\"author\" content=\"Redactioneel Team\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Geschreven door\" \/>\n\t<meta name=\"twitter:data1\" content=\"Redactioneel Team\" \/>\n\t<meta name=\"twitter:label2\" content=\"Geschatte leestijd\" \/>\n\t<meta name=\"twitter:data2\" content=\"1 minuut\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/mathority.org\/nl\/mate-van-selectiviteitscalculator\/\",\"url\":\"https:\/\/mathority.org\/nl\/mate-van-selectiviteitscalculator\/\",\"name\":\"Selectiviteitsscorecalculator - Mathority\",\"isPartOf\":{\"@id\":\"https:\/\/mathority.org\/nl\/#website\"},\"datePublished\":\"2023-07-16T11:42:11+00:00\",\"dateModified\":\"2023-07-16T11:42:11+00:00\",\"author\":{\"@id\":\"https:\/\/mathority.org\/nl\/#\/schema\/person\/19b550cef1a9fbd238be112b7b7bbf64\"},\"breadcrumb\":{\"@id\":\"https:\/\/mathority.org\/nl\/mate-van-selectiviteitscalculator\/#breadcrumb\"},\"inLanguage\":\"nl-NL\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/mathority.org\/nl\/mate-van-selectiviteitscalculator\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/mathority.org\/nl\/mate-van-selectiviteitscalculator\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/mathority.org\/nl\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Selectiviteitsscorecalculator\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/mathority.org\/nl\/#website\",\"url\":\"https:\/\/mathority.org\/nl\/\",\"name\":\"\",\"description\":\"Waar nieuwsgierigheid en berekening elkaar ontmoeten!\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/mathority.org\/nl\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"nl-NL\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/mathority.org\/nl\/#\/schema\/person\/19b550cef1a9fbd238be112b7b7bbf64\",\"name\":\"Redactioneel Team\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"nl-NL\",\"@id\":\"https:\/\/mathority.org\/nl\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/8a35e4c8616d1c34c03ca02862b580f4372c5650665668489db53a09579bbc4f?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/8a35e4c8616d1c34c03ca02862b580f4372c5650665668489db53a09579bbc4f?s=96&d=mm&r=g\",\"caption\":\"Redactioneel Team\"},\"sameAs\":[\"http:\/\/mathority.org\/nl\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Selectiviteitsscorecalculator - Mathority","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:\/\/mathority.org\/nl\/mate-van-selectiviteitscalculator\/","og_locale":"nl_NL","og_type":"article","og_title":"Selectiviteitsscorecalculator - Mathority","og_description":"Selectiviteit is een test die de toegang tot universitaire studies voor middelbare scholieren bepaalt. Uit de cijfers behaald op de examens per vak en het cijfer van de middelbare school wordt het ingangscijfer bepaald. Dat is ongeveer veertien jaar en wordt gebruikt om vast te stellen tot welke universitaire studies een student toegang heeft. Selectiviteitsscoresimulator &hellip; Selectiviteitsscorecalculator Lees meer &raquo;","og_url":"https:\/\/mathority.org\/nl\/mate-van-selectiviteitscalculator\/","article_published_time":"2023-07-16T11:42:11+00:00","author":"Redactioneel Team","twitter_card":"summary_large_image","twitter_misc":{"Geschreven door":"Redactioneel Team","Geschatte leestijd":"1 minuut"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/mathority.org\/nl\/mate-van-selectiviteitscalculator\/","url":"https:\/\/mathority.org\/nl\/mate-van-selectiviteitscalculator\/","name":"Selectiviteitsscorecalculator - Mathority","isPartOf":{"@id":"https:\/\/mathority.org\/nl\/#website"},"datePublished":"2023-07-16T11:42:11+00:00","dateModified":"2023-07-16T11:42:11+00:00","author":{"@id":"https:\/\/mathority.org\/nl\/#\/schema\/person\/19b550cef1a9fbd238be112b7b7bbf64"},"breadcrumb":{"@id":"https:\/\/mathority.org\/nl\/mate-van-selectiviteitscalculator\/#breadcrumb"},"inLanguage":"nl-NL","potentialAction":[{"@type":"ReadAction","target":["https:\/\/mathority.org\/nl\/mate-van-selectiviteitscalculator\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/mathority.org\/nl\/mate-van-selectiviteitscalculator\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/mathority.org\/nl\/"},{"@type":"ListItem","position":2,"name":"Selectiviteitsscorecalculator"}]},{"@type":"WebSite","@id":"https:\/\/mathority.org\/nl\/#website","url":"https:\/\/mathority.org\/nl\/","name":"","description":"Waar nieuwsgierigheid en berekening elkaar ontmoeten!","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/mathority.org\/nl\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"nl-NL"},{"@type":"Person","@id":"https:\/\/mathority.org\/nl\/#\/schema\/person\/19b550cef1a9fbd238be112b7b7bbf64","name":"Redactioneel Team","image":{"@type":"ImageObject","inLanguage":"nl-NL","@id":"https:\/\/mathority.org\/nl\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/8a35e4c8616d1c34c03ca02862b580f4372c5650665668489db53a09579bbc4f?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/8a35e4c8616d1c34c03ca02862b580f4372c5650665668489db53a09579bbc4f?s=96&d=mm&r=g","caption":"Redactioneel Team"},"sameAs":["http:\/\/mathority.org\/nl"]}]}},"yoast_meta":{"yoast_wpseo_title":"","yoast_wpseo_metadesc":"","yoast_wpseo_canonical":""},"_links":{"self":[{"href":"https:\/\/mathority.org\/nl\/wp-json\/wp\/v2\/posts\/180","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/mathority.org\/nl\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/mathority.org\/nl\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/mathority.org\/nl\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/mathority.org\/nl\/wp-json\/wp\/v2\/comments?post=180"}],"version-history":[{"count":0,"href":"https:\/\/mathority.org\/nl\/wp-json\/wp\/v2\/posts\/180\/revisions"}],"wp:attachment":[{"href":"https:\/\/mathority.org\/nl\/wp-json\/wp\/v2\/media?parent=180"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/mathority.org\/nl\/wp-json\/wp\/v2\/categories?post=180"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/mathority.org\/nl\/wp-json\/wp\/v2\/tags?post=180"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}