-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathbook_3_139.html
308 lines (282 loc) · 14.5 KB
/
book_3_139.html
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
<!DOCTYPE html>
<html lang="en">
<head>
<title>Book 3 - Page 139</title>
<meta charset="UTF-8">
<meta name="keywords" content="math">
<meta name="author" content="AliNasiriSarvi">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="assets/3rd/css/Nasiri.css" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<script src="assets/3rd/js/Nasiri.js"></script>
<script src="./assets/3rd/js/pagination.js"></script>
</head>
<body style=" overflow-x:hidden">
<div class="main_title">
<h2>
ضرب عددهای یک رقمی در چند رقمی
</h2>
</div>
<div class="marker" style="top: 7vw;">
<div class="activity container_row">
<div class="title">
<p>فعّالیت</p>
</div>
<div>
<img src="assets/3rd/images/activity.png">
</div>
</div>
</div>
<div class="main_left container_row flex_end" style="margin-top: -3vw;">
<div class="background-style-right"></div>
<div class="content_left">
<!-- Q1 START-->
<div class="container_row">
<div class="container_row flex_center">
<div class="container_col flex_center">
<img src="assets/3rd/images/Nasiri/139/sadgan.png" class="image_container">
<h5 > 100 </h5>
</div>
<div class="container_col flex_center">
<img src="assets/3rd/images/Nasiri/139/dahgan.png" class="image_container">
<h5 > 10 </h5>
</div>
<div class="container_col flex_center">
<img src="assets/3rd/images/Nasiri/139/yekgan.png" class="image_container">
<h5 > 1 </h5>
</div>
</div>
<p class="question">
<span class="questions-number"> 1ــ</span>
با توجه به شکلها حاصل ضربها را به دست آورده و گزینه مناسب را انتخاب کنید.
</p>
</div>
<!-- q1 part 1 start-->
<div class="container_row question_container flex_between" >
<h5 class="flex_center_self">
۳ × ۲۱ = <input class="answer_field normal_shadow" id="q1_1" type="number" on>
</h5>
<h5 class="flex_center_self">
گزینه ۱<input name="rad_q1_1" type="radio" id="q1_1_r1" title="گزینه ۱" class="radio_btn">
</h5>
<img src="assets/3rd/images/Nasiri/139/q1_1_1.png" class="image_container flex_center_self">
<h5 class="flex_center_self">
گزینه ۲<input name="rad_q1_1" type="radio" id="q1_1_r2" title="گزینه ۲" class="radio_btn">
</h5>
<img src="assets/3rd/images/Nasiri/139/q1_1_2.png" class="image_container flex_center_self">
<span class="div_btn flex_center_self">
<button class=" btn btn--primary btn--inside uppercase" type="button"
onclick=correct_type1("q1_1",'63',"q1_1_r2","q1_1_r1")>
<h5 class="apply">تصحیح</h5>
</button>
</span>
</div>
<!-- q1 part 1 end-->
<br>
<br>
<br>
<!-- q1 part 2 start-->
<div class="container_row question_container flex_between" >
<h5 class="flex_center_self">
۴ × ۱۲ = <input class="answer_field normal_shadow" id="q1_2" type="number" >
</h5>
<h5 class="flex_center_self">
گزینه ۱<input name="q1_2" type="radio" title="گزینه ۱" id="q1_2_r1" class="radio_btn">
</h5>
<img src="assets/3rd/images/Nasiri/139/q1_2_1.png" class="image_container flex_center_self">
<h5 class="flex_center_self">
گزینه ۲<input name="q1_2" type="radio" title="گزینه ۲"id="q1_2_r2" class="radio_btn">
</h5>
<img src="assets/3rd/images/Nasiri/139/q1_2_2.png" class="image_container flex_center_self">
<span class="div_btn flex_center_self">
<button class=" btn btn--primary btn--inside uppercase" type="button"
onclick=correct_type1("q1_2",'48',"q1_2_r1","q1_2_r2")>
<h5 class="apply">تصحیح</h5>
</button>
</span>
</div>
<!-- q1 part 2 end-->
<br>
<br>
<br>
<!-- q1 part 3 start-->
<div class="container_row question_container flex_between" >
<h5 class="flex_center_self">
۲ × ۲۱۳ = <input class="answer_field normal_shadow" id="q1_3" type="number" >
</h5>
<h5 class="flex_center_self">
گزینه ۱<input name="q1_3" type="radio" title="گزینه ۱" id="q1_3_r1" class="radio_btn">
</h5>
<img src="assets/3rd/images/Nasiri/139/q1_3_1.png" class="image_container flex_center_self">
<h5 class="flex_center_self">
گزینه ۲<input name="q1_3" type="radio" title="گزینه ۲" id="q1_3_r2" class="radio_btn">
</h5>
<img src="assets/3rd/images/Nasiri/139/q1_3_2.png" class="image_container flex_center_self">
<span class="div_btn flex_center_self">
<button class=" btn btn--primary btn--inside uppercase" type="button"
onclick=correct_type1("q1_3","426","q1_3_r1","q1_3_r2")>
<h5 class="apply">تصحیح</h5>
</button>
</span>
</div>
<br><br><br>
<!-- Q1 END-->
<!-- Q2 START-->
<p class="question">
<span class="questions-number">2ــ</span>
مانند نمونه برای شکل ها ضرب بنویسید و حاصل را پیدا کنید.
</p>
<!-- q2 part1 start-->
<div class="container_row question_container flex_between">
<span class="container_col flex_close">
<h5 class="flex_center_self">
۲ × ۲۳ = <input name="group1" class="answer_field normal_shadow" id="q2_1_1" type="number" >
<br><br>
۲۳ = ۲۰+۳
</h5>
</span>
<span class="container_col">
<img src="assets/3rd/images/Nasiri/139/q2_1_2.png" class = image_container>
<h5>
۲ × ۲۰ = <input name="group1" class="answer_field normal_shadow" id="q2_1_2" type="number" >
</h5>
</span>
<span class="container_col">
<span class="container_row">
<img src="assets/3rd/images/Nasiri/139/q2_1_3.png" class = image_container>
</span>
<h5>
۲ × ۳ = <input name="group1" class="answer_field normal_shadow" id="q2_1_3" type="number" >
</h5>
</span>
<span class="div_btn flex_center_self">
<button class=" btn btn--primary btn--inside uppercase" type="button"
onclick=correct_type2("group1",["46","40","6"])>
<h5 class="apply">تصحیح</h5>
</button>
</span>
</div>
<!-- q2 part 1 end -->
<!-- q2 part 2 start -->
<div class="container_row question_container flex_between">
<span class="container_col flex_close">
<h5 class="flex_center_self">
۳ × ۳۴ = <input name="group2" class="answer_field normal_shadow" id="q2_2_1" type="number" >
<br><br>
۳۴ = ۳۰+۴
</h5>
</span>
<span class="container_col">
<img src="assets/3rd/images/Nasiri/139/q2_2_2.png" class = image_container>
<h5>
۳ × ۳۰ = <input name="group2" class="answer_field normal_shadow" id="q2_2_2" type="number" >
</h5>
</span>
<span class="container_col">
<span class="container_row">
<img src="assets/3rd/images/Nasiri/139/q2_2_3.png" class = image_container>
</span>
<h5>
<input name="group2" class="answer_field normal_shadow" id="q2_2_3" type="number" >
×
<input name="group2"class="answer_field normal_shadow" id="q2_2_4" type="number" >
= <input name="group2" class="answer_field normal_shadow" id="q2_2_5" type="number" >
</h5>
</span>
<span class="div_btn flex_center_self">
<button class=" btn btn--primary btn--inside uppercase" type="button"
onclick=correct_type2("group2",["102","90","3","4","12"])>
<h5 class="apply">تصحیح</h5>
</button>
</span>
</div>
<!-- q2 part 2 end -->
<!-- q2 part 3 start -->
<div class="container_row question_container flex_between" style="width: 76vw">
<span class="container_col flex_close">
<h6 class="flex_center_self">
۲ × ۳۲۴ = <input name="group3" class="answer_field normal_shadow" id="q2_3_1" type="number" >
<br><br>
۳۲۴ = ۳۰۰+۲۰+۴
</h6>
</span>
<span class="container_col">
<span class="container_row">
<img src="assets/3rd/images/Nasiri/139/q2_3_1.png" class = image_container>
</span>
<h6>
۲ × ۳۰۰ = <input name="group3" class="answer_field normal_shadow" id="q2_3_2" type="number" >
</h6>
</span>
<span class="container_col">
<span class="container_row">
<img src="assets/3rd/images/Nasiri/139/q2_3_2.png" class = image_container>
</span>
<h6>
<input name="group3" class="answer_field normal_shadow" id="q2_3_3" type="number" placeholder="">
×
<input name="group3" class="answer_field normal_shadow" id="q2_3_4" type="number" placeholder="">
= <input name="group3" class="answer_field normal_shadow" id="q2_3_5" type="number" >
</h6>
</span>
<span class="container_col">
<span class="container_row">
<img src="assets/3rd/images/Nasiri/139/q2_3_3.png" class = image_container>
</span>
<h6>
<input name="group3" class="answer_field normal_shadow" id="q2_3_6" type="number" >
×
<input name="group3" class="answer_field normal_shadow" id="q2_3_7" type="number" >
= <input name="group3" class="answer_field normal_shadow" id="q2_3_8" type="number" >
</h6>
</span>
<span class="div_btn flex_center_self">
<button class=" btn btn--primary btn--inside uppercase" type="button"
onclick=correct_type2("group3",["648","600","2","20","40","2","4","8"])>
<h5 class="apply">تصحیح</h5>
</button>
</span>
<!-- q2 part 3 end -->
</div>
<!-- Q3 Start -->
<div class="container_row flex_end">
<div class="container_col flex_between">
<p class="question">
<span class="questions-number">
3ــ
</span>
به کمک وسایلی که آموزگار به گروههای دونفرهی شما میدهد، در کلاس درس ضربها را ساخته و حاصل آنها
را پیدا کنید. سپس شکل هرکدام را کشیده و حاصل ضرب را وارد كنيد.
</p>
<div class="container_row flex_between">
<h5> ۲ × ۲۱۵ =
<input name="Q3" class="answer_field normal_shadow" id="q3_1" type="number" >
</h5>
<h5> ۴ × ۲۳ =
<input name="Q3" class="answer_field normal_shadow" id="q3_2" type="number" >
</h5>
<span class="div_btn flex_center_self">
<button class=" btn btn--primary btn--inside uppercase" type="button"
onclick=correct_type2("Q3",["430","92"])>
<h5 class="apply">تصحیح</h5>
</button>
</span>
</div>
</div>
</div>
<!-- Q3 End -->
<div class="pagination-container">
<div class="page-number-button">
<a type="submit" class="prev-page"><i class="fa fa-angle-right"></i></a>
</div>
<div class="page-number">
<input type="number" id="page-number-input" onfocusout="loadPageChanger()">
</div>
<div class="page-number-button">
<a type="submit" class="next-page"><i class="fa fa-angle-left"></i></a>
</div>
</div>
</div>
</div>
</body>
</html>