Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion templates/knowledge/lesson.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"id": "TEMPLATE-knowledge-lesson",
"id": "template-knowledge-lesson",
"title": "TEMPLATE — Replace with your lesson title",
"description": "A ready-to-validate knowledge (non-language) lesson template. For non-language content the material and the explanation share ONE language, so source_language == target_language is allowed and the set folder carries a topic name. This example uses domain: psychology. See ../README.md and ../../docs/LESSON-FORMAT.md.",
"target_language": "de",
Expand Down
2 changes: 1 addition & 1 deletion templates/language/lesson.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"id": "TEMPLATE-language-lesson",
"id": "template-language-lesson",
"title": "TEMPLATE — Replace with your lesson title",
"description": "A ready-to-validate language lesson template. Copy this file into your set's lessons/ folder, rename it (kebab-case, matching the id), and replace the placeholder content. See ../README.md and ../../docs/LESSON-FORMAT.md for field-by-field guidance.",
"target_language": "es",
Expand Down
2 changes: 1 addition & 1 deletion templates/programming/lesson.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"id": "TEMPLATE-programming-lesson",
"id": "template-programming-lesson",
"title": "TEMPLATE — Replace with your lesson title",
"description": "A ready-to-validate programming lesson template. Programming is a non-language domain (source_language == target_language). Code cards use the schema v1.3 fields code_snippet, code_language, expected_output and media_type: \"code\". See ../README.md and ../../docs/LESSON-FORMAT.md.",
"target_language": "de",
Expand Down
Loading