-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtest.json
More file actions
28 lines (28 loc) · 1.7 KB
/
Copy pathtest.json
File metadata and controls
28 lines (28 loc) · 1.7 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{ "id" : "1",
"title" : "Mathe",
"summary" : "Einführung in Mathe ...",
"reference" : "ma7_kgs_schwarmstedt_2015",
"units" : [
{ "title" : "Addition",
"summary" : "#Addition\n\n"
+ "Die *Addition* (_lateinisch_ additio, von addere „hinzufügen“), umgangssprachlich auch Plus-Rechnen oder Und-Rechnen genannt, ist eine der vier Grundrechenarten in der Arithmetik.\n\n"
+ "##Grundregeln und Eigenschaften\n\n"
+ "Die Addition kann in allen Zahlenbereichen ausgeführt werden.\n\n"
+ " - Assoziativgesetz\n\n"
+ " - Neutralität der Null\n\n"
+ " - ...\n\n"
+ "##Schriftliche Addition\n\n"
+ "Die schriftliche Addition ist eine der grundlegenden Kulturtechniken, die bereits in den ersten Schuljahren der Grundschule erlernt wird. Die Beherrschung der schriftlichen Addition ist auch Voraussetzung für das Erlernen der schriftlichen Multiplikation.\n\n"
+ "[video|Schriftliche Addition erklärt|https://www.youtube.com/watch?v=ud1ZXgTFaMw]",
"contents" : [
{ "type" : "text", "content" : "bla bla"},
{ "type" : "video", "url" : "http://youtu.be/pgojaqdY3fI"},
{ "type" : "vocabulary", "content" : "a=A\nb=B"},
{ "type" : "pdf", "url" : "server"}
]
},
{ "title" : "Subtraktion", "summary" : "Schriftliche Subtraktion"},
{ "title" : "Multiplikation", "summary" : "Schriftliche Multiplikation"},
{ "title" : "Division", "summary" : "Schriftliche Division"}
]
}