update
This commit is contained in:
@@ -26,6 +26,11 @@ def subbausteine_path(topic: str) -> Path:
|
||||
return topic_dir(topic) / "subbausteine.json"
|
||||
|
||||
|
||||
def frage_muster_path(topic: str) -> Path:
|
||||
"""Sidecar: pro Baustein vordefinierte Frage-Muster (Subbaustein × Typ → Beispielfrage)."""
|
||||
return topic_dir(topic) / "frage_muster.json"
|
||||
|
||||
|
||||
def quelle_path(topic: str) -> Path:
|
||||
"""Persistierte Quellen-Wahl pro Thema: {type, ort, spec}."""
|
||||
return topic_dir(topic) / "quelle.json"
|
||||
|
||||
Reference in New Issue
Block a user