Handbuch: Fachtext formative Leistungsbeurteilung + Literaturverzeichnis
Neuer Abschnitt in „6. Bewertung" (Anker #leistungsbeurteilung): formativ vs. summativ, drei Bezugsnormen (kriterial/ipsativ/prozess statt normativ), Wirkungs- belege mit ehrlicher Effektstärken-Einordnung, Leitplanken (Butler, Kluger&DeNisi, keine Bestenliste), Fleiß als produktives Engagement, Diagnose→Intervention. Volles Literaturverzeichnis (27 Quellen). Lehrer-Cockpit verlinkt an der Benchmark-Box darauf. Normative Reflexionsaufgabe entschärft. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
+3
-1
@@ -1002,7 +1002,9 @@ async function renderLiveCockpit() {
|
||||
+ '</div>';
|
||||
|
||||
// === B) Top 3 + Bottom 3 ===
|
||||
html += '<div style="display:grid;grid-template-columns:1fr 1fr;gap:1rem;border-top:1px solid rgba(0,0,0,.08);padding-top:.8rem">';
|
||||
html += '<div style="display:flex;justify-content:flex-end;border-top:1px solid rgba(0,0,0,.08);padding-top:.6rem;margin-bottom:.1rem">'
|
||||
+ '<a href="handbuch#leistungsbeurteilung" target="_blank" rel="noopener" style="font-size:.68rem;color:#4a7c8a;text-decoration:none">ℹ Wie sind diese Werte zu verstehen? Pädagogischer Hintergrund →</a></div>';
|
||||
html += '<div style="display:grid;grid-template-columns:1fr 1fr;gap:1rem;padding-top:.4rem">';
|
||||
html += '<div><h3 style="font-size:.78rem;color:#3a6a3e;text-transform:uppercase;letter-spacing:.04em;margin-bottom:.5rem">🏆 Top 3 — Benchmark gesamt</h3>';
|
||||
if (data.top3 && data.top3.length) {
|
||||
data.top3.forEach(function(s,i) { html += _cockpitRankRow(i+1, s, 'top'); });
|
||||
|
||||
Reference in New Issue
Block a user