Lehrplan: Sprachregel Lernarbeit durchgaengig
- CTA "Jetzt probieren" -> "Simulation starten" (modul_detail.php) - simulationen.php: "Sofort probieren" -> "Simulation starten", Hero "ausprobieren" -> "direkt starten" - Seed: Klima-Easy "Du spielst" -> "Du bist", "Das Spiel dauert" -> "Die Simulation geht"; Stadt long_desc "Spielmodul" -> "Simulationsmodul"; DB-Kommentar "Link zum Spielen" -> "Link zur Simulation" - Hinweis: glossar.php hat noch "ausprobieren" (Glossar-Instanz) Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
* Simulationen — Einstiegs-Grid
|
||||
* -----------------------------
|
||||
* Übersicht aller Module aus `module_info`. Zwei CTAs pro Card:
|
||||
* "Mehr erfahren" → modul-*.php Detailseite · "Sofort probieren" → play_url.
|
||||
* "Mehr erfahren" → modul-*.php Detailseite · "Simulation starten" → play_url.
|
||||
*
|
||||
* URL: http://localhost/geograsim/App/simulationen
|
||||
* ?status=aktiv vorgewählter Status-Filter
|
||||
@@ -282,7 +282,7 @@ $statusMeta = [
|
||||
<p>
|
||||
Zu jedem Modul gibt es eine Detailseite mit Lernzielen, Glossar-Begriffen
|
||||
und Lehrplan-Bezug für Österreich, Deutschland, Schweiz und Liechtenstein.
|
||||
Die aktiven Module lassen sich sofort ausprobieren.
|
||||
Die aktiven Module kannst du direkt starten.
|
||||
</p>
|
||||
<div class="sp-hero-stats">
|
||||
<div class="sp-hero-stat"><span class="sp-hero-stat-num"><?= count($modules) ?></span><span class="sp-hero-stat-lbl">Module</span></div>
|
||||
@@ -378,7 +378,7 @@ $statusMeta = [
|
||||
<?php endif; ?>
|
||||
<?php if ($canPlay && !empty($m['play_url'])): ?>
|
||||
<a class="sp-btn sp-btn-primary" href="<?= $bp ?>/<?= esc($m['play_url']) ?>">
|
||||
▶ Sofort probieren
|
||||
▶ Simulation starten
|
||||
</a>
|
||||
<?php else: ?>
|
||||
<span class="sp-btn sp-btn-disabled" aria-disabled="true">
|
||||
|
||||
Reference in New Issue
Block a user