From da9b1cb529748e26d1cf0f71f02cbccd0426ea91 Mon Sep 17 00:00:00 2001 From: Emil Miler Date: Sun, 28 Feb 2021 15:44:52 +0100 Subject: [PATCH] =?UTF-8?q?Fixup=20uk=C3=A1zkov=C3=A9ho=20testu?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Odkazy byly nahrazeny interními odkazy, které používá Zola, viz https://www.getzola.org/documentation/content/linking/#internal-links --- content/uchazeci/prijimaci_rizeni/_index.md | 29 +++++++------------ .../prijimaci_rizeni/bakalarske/test/app.js | 2 +- .../bakalarske/test/{_index.md => index.md} | 0 templates/bc_test.html | 4 +-- 4 files changed, 14 insertions(+), 21 deletions(-) rename content/uchazeci/prijimaci_rizeni/bakalarske/test/{_index.md => index.md} (100%) diff --git a/content/uchazeci/prijimaci_rizeni/_index.md b/content/uchazeci/prijimaci_rizeni/_index.md index 391a056..15210aa 100644 --- a/content/uchazeci/prijimaci_rizeni/_index.md +++ b/content/uchazeci/prijimaci_rizeni/_index.md @@ -7,28 +7,21 @@ fakulty Univerzity Karlovy lze studovat bakalářské a navazující magisterské studijní obory zaměřené na informační technologie v jednooborové, nebo dvouoborové variantě. +## [Bakalářské studium (3 roky)](@/uchazeci/prijimaci_rizeni/bakalarske/_index.md) -## [Bakalářské studium (3 roky)](bakalarske) +- Informační technologie se zaměřením na vzdělávání +- Jednooborové studium *prezenční i kombinované studium* +- Dvouoborové studium *pouze prezenční studium* +- [Ukázka přijímacího testu k BC studiu](@/uchazeci/prijimaci_rizeni/bakalarske/test/index.md) -- Informační technologie se zaměřením na vzdělávání -- Jednooborové studium *prezenční i kombinované studium* -- Dvouoborové studium *pouze prezenční studium* -- [Ukázka přijímacího testu k BC studiu](bakalarske/test) +## [Navazující magisterské studium (2 roky)](@/uchazeci/prijimaci_rizeni/magisterske/_index.md) -## [Navazující magisterské studium (2 roky)](magisterske) - -- Učitelství informačních a komunikačních technologií pro 2. stupeň základní školy a střední školy -- [Ukázka přijímacího testu k BC studiu](https://pedf.cuni.cz/PEDF-1495-version1-it_nmgr.pdf) +- Učitelství informačních a komunikačních technologií pro 2. stupeň základní školy a střední školy +- [Ukázka přijímacího testu k BC studiu](https://pedf.cuni.cz/PEDF-1495-version1-it_nmgr.pdf) ### Důležité odkazy -- [Obecné informace k přijímacímu řízení](https://pedf.cuni.cz/PEDF-1478.html) (web fakulty) -- [Obecné a fakultní podmínky, Programy/Obory, Přihlášky](https://is.cuni.cz/studium/prijimacky/index.php) (studijní informační systém) -- [Předměty - Prohlížení dle oborů/plánů](https://is.cuni.cz/studium/predmety/index.php?do=prohl&oborplan=&fak=11410&druh=&obor_mode=text&obor=) (studijní informační systém) - - - - - - +- [Obecné informace k přijímacímu řízení](https://pedf.cuni.cz/PEDF-1478.html) (web fakulty) +- [Obecné a fakultní podmínky, Programy/Obory, Přihlášky](https://is.cuni.cz/studium/prijimacky/index.php) (studijní informační systém) +- [Předměty - Prohlížení dle oborů/plánů](https://is.cuni.cz/studium/predmety/index.php?do=prohl&oborplan=&fak=11410&druh=&obor_mode=text&obor=) (studijní informační systém) diff --git a/content/uchazeci/prijimaci_rizeni/bakalarske/test/app.js b/content/uchazeci/prijimaci_rizeni/bakalarske/test/app.js index ab82562..7099f20 100644 --- a/content/uchazeci/prijimaci_rizeni/bakalarske/test/app.js +++ b/content/uchazeci/prijimaci_rizeni/bakalarske/test/app.js @@ -283,4 +283,4 @@ function shuffle(array) { } return array; -} \ No newline at end of file +} diff --git a/content/uchazeci/prijimaci_rizeni/bakalarske/test/_index.md b/content/uchazeci/prijimaci_rizeni/bakalarske/test/index.md similarity index 100% rename from content/uchazeci/prijimaci_rizeni/bakalarske/test/_index.md rename to content/uchazeci/prijimaci_rizeni/bakalarske/test/index.md diff --git a/templates/bc_test.html b/templates/bc_test.html index 27dd157..359aaed 100644 --- a/templates/bc_test.html +++ b/templates/bc_test.html @@ -5,14 +5,14 @@ {% endblock styles %} {% block extra %} - {{ macro::breadcrumbs(page=section) }} + {{ macro::breadcrumbs(page=page) }} {% endblock extra %} {% block content %}
-

{{ section.title }}

+

{{ page.title }}

Test sestává z 10 testových otázek po dvou bodech a 4 úloh po pěti bodech. Po odeslání se zvýrazní správně a chybně zodpovězené otázky a vypíše procentuální úspěšnost řešení.