taleem-player 0.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +267 -0
- package/decks/angles_and_transversals.json +85 -0
- package/decks/congruent_triangles.json +169 -0
- package/decks/demo_deck.json +22 -0
- package/decks/eq_28aug2025.json +67 -0
- package/decks/goldstandar_eq_28aug25.json +67 -0
- package/decks/parallelogram_properties.json +164 -0
- package/decks/parallelogram_properties_no_sound.json +164 -0
- package/decks/posultate_and_SAS_postulate.json +76 -0
- package/decks/theorem_revision_ch10_11.fixed.json +265 -0
- package/decks/theorem_revision_ch10_11.json +269 -0
- package/decks/theorems9old_11.1.1.json +382 -0
- package/decks/theorems9old_11.1.2.json +162 -0
- package/decks/theorems9old_11.1.3.json +857 -0
- package/favicon.ico +0 -0
- package/package.json +17 -0
- package/src/Player.js +52 -0
- package/src/index.js +1 -0
- package/src/templates/barChart.js +14 -0
- package/src/templates/bulletList.js +10 -0
- package/src/templates/eq.js +26 -0
- package/src/templates/imageSlide.js +10 -0
- package/src/templates/index.js +16 -0
- package/src/templates/titleSlide.js +8 -0
- package/src/templates/twoColumnText.js +11 -0
- package/tests/fixtures/demoDeck.json +22 -0
- package/tests/player.basic.test.js +13 -0
- package/tests/player.eq.test.js +28 -0
|
@@ -0,0 +1,162 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "theorem_11_1_2",
|
|
3
|
+
"description": "Slide for Theorem 11.1.1",
|
|
4
|
+
"tags": [
|
|
5
|
+
"theorem",
|
|
6
|
+
"geometry",
|
|
7
|
+
"class9"
|
|
8
|
+
],
|
|
9
|
+
"status": "draft",
|
|
10
|
+
"version": "deck-v1",
|
|
11
|
+
"background": {
|
|
12
|
+
"backgroundColor": "#F5F5F5",
|
|
13
|
+
"backgroundImage": "/images/taleem.webp",
|
|
14
|
+
"backgroundImageOpacity": 0.1
|
|
15
|
+
},
|
|
16
|
+
"deck": [
|
|
17
|
+
{
|
|
18
|
+
"start": 0,
|
|
19
|
+
"end": 12.41,
|
|
20
|
+
"type": "imageWithTitle",
|
|
21
|
+
"data": [
|
|
22
|
+
{
|
|
23
|
+
"name": "image",
|
|
24
|
+
"content": "/images/theorems9old_11.1.2.svg",
|
|
25
|
+
"showAt": 0
|
|
26
|
+
},
|
|
27
|
+
{
|
|
28
|
+
"name": "title",
|
|
29
|
+
"content": "Theorem 11.1.2",
|
|
30
|
+
"showAt": 0
|
|
31
|
+
}
|
|
32
|
+
]
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
"start": 12.41,
|
|
36
|
+
"end": 164.14,
|
|
37
|
+
"type": "eq",
|
|
38
|
+
"data": [
|
|
39
|
+
{
|
|
40
|
+
"name": "line",
|
|
41
|
+
"type": "heading",
|
|
42
|
+
"content": "Theorem 11.1.2 — 2 Sides of a Parallelogram",
|
|
43
|
+
"showAt": 12.41,
|
|
44
|
+
"spItems": [
|
|
45
|
+
{
|
|
46
|
+
"type": "spImage",
|
|
47
|
+
"content": "/images/theorems9old_11.1.2.svg"
|
|
48
|
+
}
|
|
49
|
+
]
|
|
50
|
+
},
|
|
51
|
+
{
|
|
52
|
+
"name": "line",
|
|
53
|
+
"type": "text",
|
|
54
|
+
"content": "Given less than last Theorem",
|
|
55
|
+
"showAt": 31.1,
|
|
56
|
+
"spItems": [
|
|
57
|
+
{
|
|
58
|
+
"type": "spImage",
|
|
59
|
+
"content": "/images/theorems9old_11.1.2.svg"
|
|
60
|
+
}
|
|
61
|
+
]
|
|
62
|
+
},
|
|
63
|
+
{
|
|
64
|
+
"name": "line",
|
|
65
|
+
"type": "text",
|
|
66
|
+
"content": "Top and bottom sides are Equal and Parallel",
|
|
67
|
+
"showAt": 43.4,
|
|
68
|
+
"spItems": [
|
|
69
|
+
{
|
|
70
|
+
"type": "spImage",
|
|
71
|
+
"content": "/images/theorems9old_11.1.2.svg"
|
|
72
|
+
}
|
|
73
|
+
]
|
|
74
|
+
},
|
|
75
|
+
{
|
|
76
|
+
"name": "line",
|
|
77
|
+
"type": "text",
|
|
78
|
+
"content": "Prove left and right sides are also Equal and Parallel",
|
|
79
|
+
"showAt": 51,
|
|
80
|
+
"spItems": [
|
|
81
|
+
{
|
|
82
|
+
"type": "spImage",
|
|
83
|
+
"content": "/images/theorems9old_11.1.2.svg"
|
|
84
|
+
}
|
|
85
|
+
]
|
|
86
|
+
},
|
|
87
|
+
{
|
|
88
|
+
"name": "line",
|
|
89
|
+
"type": "heading",
|
|
90
|
+
"content": "Step 1 : Tri ABD = Tri CDB",
|
|
91
|
+
"showAt": 67.5,
|
|
92
|
+
"spItems": [
|
|
93
|
+
{
|
|
94
|
+
"type": "spImage",
|
|
95
|
+
"content": "/images/theorems9old_11.1.2.svg"
|
|
96
|
+
}
|
|
97
|
+
]
|
|
98
|
+
},
|
|
99
|
+
{
|
|
100
|
+
"name": "line",
|
|
101
|
+
"type": "text",
|
|
102
|
+
"content": "Use SAS: <2 & <1 are alt and 2 sides ",
|
|
103
|
+
"showAt": 87.9,
|
|
104
|
+
"spItems": [
|
|
105
|
+
{
|
|
106
|
+
"type": "spImage",
|
|
107
|
+
"content": "/images/theorems9old_11.1.2.svg"
|
|
108
|
+
}
|
|
109
|
+
]
|
|
110
|
+
},
|
|
111
|
+
{
|
|
112
|
+
"name": "line",
|
|
113
|
+
"type": "text",
|
|
114
|
+
"content": "1st Proof : AD = BC .. cong Tri sides",
|
|
115
|
+
"showAt": 114.1,
|
|
116
|
+
"spItems": [
|
|
117
|
+
{
|
|
118
|
+
"type": "spImage",
|
|
119
|
+
"content": "/images/theorems9old_11.1.2.svg"
|
|
120
|
+
}
|
|
121
|
+
]
|
|
122
|
+
},
|
|
123
|
+
{
|
|
124
|
+
"name": "line",
|
|
125
|
+
"type": "heading",
|
|
126
|
+
"content": "Step 2 : AD PArallel TO BC",
|
|
127
|
+
"showAt": 129.4,
|
|
128
|
+
"spItems": [
|
|
129
|
+
{
|
|
130
|
+
"type": "spImage",
|
|
131
|
+
"content": "/images/theorems9old_11.1.2.svg"
|
|
132
|
+
}
|
|
133
|
+
]
|
|
134
|
+
},
|
|
135
|
+
{
|
|
136
|
+
"name": "line",
|
|
137
|
+
"type": "text",
|
|
138
|
+
"content": "2nd Proof : AD Parallel BC .. <4 = <3 ",
|
|
139
|
+
"showAt": 140.7,
|
|
140
|
+
"spItems": [
|
|
141
|
+
{
|
|
142
|
+
"type": "spImage",
|
|
143
|
+
"content": "/images/theorems9old_11.1.2.svg"
|
|
144
|
+
}
|
|
145
|
+
]
|
|
146
|
+
},
|
|
147
|
+
{
|
|
148
|
+
"name": "line",
|
|
149
|
+
"type": "heading",
|
|
150
|
+
"content": "Hence Proved This is a Parallelogram ",
|
|
151
|
+
"showAt": 160.4,
|
|
152
|
+
"spItems": [
|
|
153
|
+
{
|
|
154
|
+
"type": "spImage",
|
|
155
|
+
"content": "/images/theorems9old_11.1.2.svg"
|
|
156
|
+
}
|
|
157
|
+
]
|
|
158
|
+
}
|
|
159
|
+
]
|
|
160
|
+
}
|
|
161
|
+
]
|
|
162
|
+
}
|