{"id":483,"date":"2022-09-10T07:13:51","date_gmt":"2022-09-10T06:13:51","guid":{"rendered":"https:\/\/padereducation.de\/?p=483"},"modified":"2024-07-18T06:15:36","modified_gmt":"2024-07-18T05:15:36","slug":"der-diaktische-schieberegler","status":"publish","type":"post","link":"https:\/\/padereducation.de\/?p=483","title":{"rendered":"Der diaktische Schieberegler"},"content":{"rendered":"<span class=\"span-reading-time rt-reading-time\" style=\"display: block;\"><span class=\"rt-label rt-prefix\">Lesedauer<\/span> <span class=\"rt-time\"> &lt; 1<\/span> <span class=\"rt-label rt-postfix\">Minute<\/span><\/span>\n<p>Der didaktische Schieberegler kann in vielen Zusammenh\u00e4ngen in der Planungsphase wie auch in der Reflexionsphase von Unterricht sinnvoll sein. Hier ist mal ein Beispiel angef\u00fchrt. An dieser Stelle sei aber auch auf eine Darstellung von verschiedenen Schiebereglern hingewiesen, die sich unter <a href=\"https:\/\/didaktische-schieberegler.de\/\">https:\/\/didaktische-schieberegler.de\/<\/a> finden lassen. Dort bestehen viele M\u00f6glichkeiten sich in der eigenen Positionierung zu \u00fcben, sei es in der <a href=\"https:\/\/didaktische-schieberegler.de\/charakterisierung_von_unterricht\">Charakterisierung von Unterricht<\/a> wie auch im Bereich der <a href=\"https:\/\/didaktische-schieberegler.de\/merkmale_einer_diklusiven_schule\">Merkmale einer diklusiven Schule<\/a>. Nat\u00fcrlich d\u00fcrfen auch Hilbert Meyers <a href=\"https:\/\/didaktische-schieberegler.de\/10_merkmale_guten_unterrichts\">10 Merkmale guten Unterrichts<\/a> nicht fehlen.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code><style>\n  input[type=range] {\n    \/* height: 25px;*\/\n    width: 100%;\n    -webkit-appearance: none;\n  }\n  input[type=range]:focus {\n    outline: none;\n  }\n  input[type=range]::-webkit-slider-runnable-track {\n    height: 5px;\n    cursor: pointer;\n    box-shadow: 0px 0px 0px #000000;\n    background: #2497E3;\n    border-radius: 1px;\n    border: 0px solid #000000;\n  }\n  input[type=range]::-webkit-slider-thumb {\n    box-shadow: 0px 0px 0px #000000;\n    border: 1px solid #2497E3;\n    height: 18px;\n    width: 18px;\n    border-radius: 25px;\n    background: white;\n    cursor: pointer;\n    -webkit-appearance: none;\n    margin-top: -7px;\n  }\n  input[type=range]:focus::-webkit-slider-runnable-track {\n    background: #2497E3;\n  }\n  input[type=range]::-moz-range-track {\n    height: 5px;\n    cursor: pointer;\n    box-shadow: 0px 0px 0px #000000;\n    background: white;\n    border-radius: 1px;\n    border: 0px solid #000000;\n  }\n  input[type=range]::-moz-range-thumb {\n    box-shadow: 0px 0px 0px #000000;\n    border: 1px solid #2497E3;\n    height: 18px;\n    width: 18px;\n    border-radius: 25px;\n    background: white;\n    cursor: pointer;\n  }\n  input[type=range]::-ms-track {\n    height: 5px;\n    cursor: pointer;\n    background: transparent;\n    border-color: transparent;\n    color: transparent;\n  }\n  input[type=range]::-ms-fill-lower {\n    background: #2497E3;\n    border: 0px solid #000000;\n    border-radius: 2px;\n    box-shadow: 0px 0px 0px #000000;\n  }\n  input[type=range]::-ms-fill-upper {\n    background: #2497E3;\n    border: 0px solid #000000;\n    border-radius: 2px;\n    box-shadow: 0px 0px 0px #000000;\n  }\n  input[type=range]::-ms-thumb {\n    margin-top: 1px;\n    box-shadow: 0px 0px 0px #000000;\n    border: 1px solid #2497E3;\n    height: 18px;\n    width: 18px;\n    border-radius: 25px;\n    background: white;\n    cursor: pointer;\n  }\n  input[type=range]:focus::-ms-fill-lower {\n    background: #2497E3;\n  }\n  input[type=range]:focus::-ms-fill-upper {\n    background: #2497E3;\n  }\n  table {\n    border: 0 none;\n  }\n  .red-gradient-bar[type=range]::-webkit-slider-runnable-track {\n    background: #8A2387;\n    \/* fallback for old browsers *\/\n    background: -webkit-linear-gradient(to right, #F27121, #E94057, #8A2387);\n    \/* Chrome 10-25, Safari 5.1-6 *\/\n    background: linear-gradient(to right, #F27121, #E94057, #8A2387);\n    \/* W3C, IE 10+\/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ *\/\n  }\n  .red-gradient-bar[type=range]:focus::-webkit-slider-runnable-track {\n    background: #8A2387;\n    \/* fallback for old browsers *\/\n    background: -webkit-linear-gradient(to right, #F27121, #E94057, #8A2387);\n    \/* Chrome 10-25, Safari 5.1-6 *\/\n    background: linear-gradient(to right, #F27121, #E94057, #8A2387);\n    \/* W3C, IE 10+\/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ *\/\n  }\n  .red-gradient-bar[type=range]::-webkit-slider-thumb {\n    border: 1px solid #8A2387;\n    background: white;\n  }\n  .red-gradient-bar[type=range]::-moz-range-track {\n    background: #8A2387;\n    \/* fallback for old browsers *\/\n    background: -webkit-linear-gradient(to right, #F27121, #E94057, #8A2387);\n    \/* Chrome 10-25, Safari 5.1-6 *\/\n    background: linear-gradient(to right, #F27121, #E94057, #8A2387);\n    \/* W3C, IE 10+\/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ *\/\n  }\n  .red-gradient-bar[type=range]::-moz-range-thumb {\n    border: 1px solid #8A2387;\n    background: white;\n  }\n  \/*rot*\/\n  .red-bar[type=range]::-webkit-slider-runnable-track {\n    background: red;\n  }\n  .red-bar[type=range]:focus::-webkit-slider-runnable-track {\n    background: red;\n  }\n  .red-bar[type=range]::-webkit-slider-thumb {\n    border: 1px solid red;\n    background: white;\n  }\n  .red-bar[type=range]::-moz-range-track {\n    background: red;\n  }\n  .red-bar[type=range]::-moz-range-thumb {\n    border: 1px solid red;\n    background: white;\n  }\n  .blue-gradient-bar[type=range]::-webkit-slider-runnable-track {\n    background: red;\n    \/* fallback for old browsers *\/\n    background: -webkit-linear-gradient(to right, #2F80ED, #56CCF2);\n    \/* Chrome 10-25, Safari 5.1-6 *\/\n    background: linear-gradient(to right, #2F80ED, #56CCF2);\n    \/* W3C, IE 10+\/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ *\/\n  }\n  .blue-gradient-bar[type=range]:focus::-webkit-slider-runnable-track {\n    background: #56CCF2;\n    \/* fallback for old browsers *\/\n    background: -webkit-linear-gradient(to right, #2F80ED, #56CCF2);\n    \/* Chrome 10-25, Safari 5.1-6 *\/\n    background: linear-gradient(to right, #2F80ED, #56CCF2);\n    \/* W3C, IE 10+\/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ *\/\n  }\n  .blue-gradient-bar[type=range]::-webkit-slider-thumb {\n    border: 1px solid blue;\n    background: white;\n  }\n  .blue-gradient-bar[type=range]::-moz-range-track {\n    background: #56CCF2;\n    \/* fallback for old browsers *\/\n    background: -webkit-linear-gradient(to right, #2F80ED, #56CCF2);\n    \/* Chrome 10-25, Safari 5.1-6 *\/\n    background: linear-gradient(to right, #2F80ED, #56CCF2);\n    \/* W3C, IE 10+\/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ *\/\n  }\n  .blue-gradient-bar[type=range]::-moz-range-thumb {\n    border: 1px solid blue;\n    background: white;\n  }\n  .quepal-gradient-bar[type=range]::-webkit-slider-runnable-track {\n    background: #11998e;\n    \/* fallback for old browsers *\/\n    background: -webkit-linear-gradient(to right, #38ef7d, #11998e);\n    \/* Chrome 10-25, Safari 5.1-6 *\/\n    background: linear-gradient(to right, #38ef7d, #11998e);\n    \/* W3C, IE 10+\/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ *\/\n  }\n  .quepal-gradient-bar[type=range]:focus::-webkit-slider-runnable-track {\n    background: #11998e;\n    \/* fallback for old browsers *\/\n    background: -webkit-linear-gradient(to right, #38ef7d, #11998e);\n    \/* Chrome 10-25, Safari 5.1-6 *\/\n    background: linear-gradient(to right, #38ef7d, #11998e);\n    \/* W3C, IE 10+\/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ *\/\n  }\n  .quepal-gradient-bar[type=range]::-webkit-slider-thumb {\n    border: 1px solid #11998e;\n    background: white;\n  }\n  .quepal-gradient-bar[type=range]::-moz-range-track {\n    background: #11998e;\n    \/* fallback for old browsers *\/\n    background: -webkit-linear-gradient(to right, #38ef7d, #11998e);\n    \/* Chrome 10-25, Safari 5.1-6 *\/\n    background: linear-gradient(to right, #38ef7d, #11998e);\n    \/* W3C, IE 10+\/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ *\/\n  }\n  .quepal-gradient-bar[type=range]::-moz-range-thumb {\n    border: 1px solid #11998e;\n    background: white;\n  }\n  \/*amin*\/\n  .amin-gradient-bar[type=range]::-webkit-slider-runnable-track {\n    background: #8E2DE2;\n    \/* fallback for old browsers *\/\n    background: -webkit-linear-gradient(to right, #4A00E0, #8E2DE2);\n    \/* Chrome 10-25, Safari 5.1-6 *\/\n    background: linear-gradient(to right, #4A00E0, #8E2DE2);\n    \/* W3C, IE 10+\/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ *\/\n  }\n  .amin-gradient-bar[type=range]:focus::-webkit-slider-runnable-track {\n    background: #8E2DE2;\n    \/* fallback for old browsers *\/\n    background: -webkit-linear-gradient(to right, #4A00E0, #8E2DE2);\n    \/* Chrome 10-25, Safari 5.1-6 *\/\n    background: linear-gradient(to right, #4A00E0, #8E2DE2);\n    \/* W3C, IE 10+\/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ *\/\n  }\n  .amin-gradient-bar[type=range]::-webkit-slider-thumb {\n    border: 1px solid #8E2DE2;\n    background: white;\n  }\n  .amin-gradient-bar[type=range]::-moz-range-track {\n    background: #8E2DE2;\n    \/* fallback for old browsers *\/\n    background: -webkit-linear-gradient(to right, #4A00E0, #8E2DE2);\n    \/* Chrome 10-25, Safari 5.1-6 *\/\n    background: linear-gradient(to right, #4A00E0, #8E2DE2);\n    \/* W3C, IE 10+\/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ *\/\n  }\n  .amin-gradient-bar[type=range]::-moz-range-thumb {\n    border: 1px solid #8E2DE2;\n    background: white;\n  }\n  .martini-gradient-bar[type=range]::-webkit-slider-runnable-track {\n    background: #FDFC47;\n    \/* fallback for old browsers *\/\n    background: -webkit-linear-gradient(to right, #24FE41, #FDFC47);\n    \/* Chrome 10-25, Safari 5.1-6 *\/\n    background: linear-gradient(to right, #24FE41, #FDFC47);\n    \/* W3C, IE 10+\/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ *\/\n  }\n  .martini-gradient-bar[type=range]:focus::-webkit-slider-runnable-track {\n    background: #FDFC47;\n    \/* fallback for old browsers *\/\n    background: -webkit-linear-gradient(to right, #24FE41, #FDFC47);\n    \/* Chrome 10-25, Safari 5.1-6 *\/\n    background: linear-gradient(to right, #24FE41, #FDFC47);\n    \/* W3C, IE 10+\/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ *\/\n  }\n  .martini-gradient-bar[type=range]::-webkit-slider-thumb {\n    border: 1px solid #24FE41;\n    background: white;\n  }\n  .martini-gradient-bar[type=range]::-moz-range-track {\n    background: #FDFC47;\n    \/* fallback for old browsers *\/\n    background: -webkit-linear-gradient(to right, #24FE41, #FDFC47);\n    \/* Chrome 10-25, Safari 5.1-6 *\/\n    background: linear-gradient(to right, #24FE41, #FDFC47);\n    \/* W3C, IE 10+\/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ *\/\n  }\n  .martini-gradient-bar[type=range]::-moz-range-thumb {\n    border: 1px solid #24FE41;\n    background: white;\n  }\n  \/*gelb:*\/\n  .yellow-bar[type=range]::-webkit-slider-runnable-track {\n    background: yellow;\n  }\n  .yellow-bar[type=range]:focus::-webkit-slider-runnable-track {\n    background: yellow;\n  }\n  .yellow-bar[type=range]::-webkit-slider-thumb {\n    border: 1px solid yellow;\n    background: black;\n  }\n  .yellow-bar[type=range]::-moz-range-track {\n    background: yellow;\n  }\n  .yellow-bar[type=range]::-moz-range-thumb {\n    border: 1px solid yellow;\n    background: black;\n  }\n  \/*violett*\/\n  .violet-bar[type=range]::-webkit-slider-runnable-track {\n    background: violet;\n  }\n  .violet-bar[type=range]:focus::-webkit-slider-runnable-track {\n    background: violet;\n  }\n  .violet-bar[type=range]::-webkit-slider-thumb {\n    border: 1px solid violet;\n    background: white;\n  }\n  .violet-bar[type=range]::-moz-range-track {\n    background: violet;\n  }\n  .violet-bar[type=range]::-moz-range-thumb {\n    border: 1px solid violet;\n    background: white;\n  }\n  \/*purple*\/\n  .purple-bar[type=range]::-webkit-slider-runnable-track {\n    background: purple;\n  }\n  .purple-bar[type=range]:focus::-webkit-slider-runnable-track {\n    background: purple;\n  }\n  .purple-bar[type=range]::-webkit-slider-thumb {\n    border: 1px solid purple;\n    background: white;\n  }\n  .purple-bar[type=range]::-moz-range-track {\n    background: purple;\n  }\n  .purple-bar[type=range]::-moz-range-thumb {\n    border: 1px solid purple;\n    background: white;\n  }\n  .center {\n    margin: auto;\n    width: 60%;\n  }\n<\/style><\/code><\/pre>\n<div style=\"border: 1px solid black; margin: 10px 0; padding: 10px 5px;\">\n<table style=\"border: 0;\" width=\"100%\"><colgroup><col style=\"text-align: left;\" width=\"20%\"><col width=\"60%\"><col style=\"float: right;\" width=\"20%\"><\/colgroup><tbody><tr><td>Vertrauen und Freiheit<\/td>\n<td><input class=\"red-gradient-bar\" type=\"range\">&nbsp; &nbsp; &nbsp; &nbsp;<\/td>\n<td style=\"text-align: right;\">Kontrolle und Struktur<\/td>\n<\/tr><tr><td>Neue Technik<\/td>\n<td><input class=\"blue-gradient-bar\" type=\"range\"><\/td>\n<td style=\"text-align: right;\">Einfache Technik<\/td>\n<\/tr><tr><td>Asynchron<\/td>\n<td><input class=\"martini-gradient-bar\" type=\"range\"><\/td>\n<td style=\"text-align: right;\">Synchron<\/td>\n<\/tr><tr><td>Offene Projekt-arbeit<\/td>\n<td><input class=\"amin-gradient-bar\" type=\"range\"><\/td>\n<td style=\"text-align: right;\">Klein-schrittige \u00dcbungen<\/td>\n<\/tr><tr><td>Peerfeed-back<\/td>\n<td><input class=\"quepal-gradient-bar\" type=\"range\"><\/td>\n<td style=\"text-align: right;\">Feedback durch Lehrende<\/td>\n<\/tr><\/tbody><\/table><\/div>\n<pre class=\"wp-block-code\"><span style=\"background-color: #ffffff;\"><code><\/code><\/span><\/pre>\n\n\n\n<p>Es ist sicherlich angezeigt auch \u00fcber die Auswahl der Polarit\u00e4tspole nachzudenken. Ist diese Gegen\u00fcberstellung \u00fcberhaupt sinnhaft? Sind es wirklich zwei Pole, die sich gegen\u00fcberstehen? Gibt es vielleicht noch weitere Polarit\u00e4ten (siehe oben) und k\u00f6nnen ggfs. noch weitere (fachspezifische) Formulierungen im Sinne eines <strong>didaktischen Schiebereglers<\/strong> gefunden werden? <\/p>\n","protected":false},"excerpt":{"rendered":"<p><span class=\"span-reading-time rt-reading-time\" style=\"display: block;\"><span class=\"rt-label rt-prefix\">Lesedauer<\/span> <span class=\"rt-time\"> &lt; 1<\/span> <span class=\"rt-label rt-postfix\">Minute<\/span><\/span>Der didaktische Schieberegler kann in vielen Zusammenh\u00e4ngen in der Planungsphase wie auch in der Reflexionsphase von Unterricht sinnvoll sein. Hier ist mal ein Beispiel angef\u00fchrt. An dieser Stelle sei aber auch auf eine Darstellung von verschiedenen Schiebereglern hingewiesen, die sich unter https:\/\/didaktische-schieberegler.de\/ finden lassen. Dort bestehen viele M\u00f6glichkeiten sich in der eigenen Positionierung zu \u00fcben, [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":706,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[9,8,14],"tags":[],"class_list":["post-483","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-coaching","category-fortbildung","category-lebensschule","has-thumbnail"],"_links":{"self":[{"href":"https:\/\/padereducation.de\/index.php?rest_route=\/wp\/v2\/posts\/483","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/padereducation.de\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/padereducation.de\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/padereducation.de\/index.php?rest_route=\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/padereducation.de\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=483"}],"version-history":[{"count":7,"href":"https:\/\/padereducation.de\/index.php?rest_route=\/wp\/v2\/posts\/483\/revisions"}],"predecessor-version":[{"id":708,"href":"https:\/\/padereducation.de\/index.php?rest_route=\/wp\/v2\/posts\/483\/revisions\/708"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/padereducation.de\/index.php?rest_route=\/wp\/v2\/media\/706"}],"wp:attachment":[{"href":"https:\/\/padereducation.de\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=483"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/padereducation.de\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=483"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/padereducation.de\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=483"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}