-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinstruction.html
More file actions
49 lines (45 loc) · 2.04 KB
/
instruction.html
File metadata and controls
49 lines (45 loc) · 2.04 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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>تعليمات اللعبة</title>
<link rel="preconnect" href="https://fonts.gstatic.com" />
<link href="https://fonts.googleapis.com/css2?family=Aref+Ruqaa&display=swap" rel="stylesheet" />
<link rel="stylesheet" href="Css/design.css" />
l
</head>
<body class="body" onload="ques(0)">
<div class="div3">
<img src="https://www.bbt-translation-services.com/new-images/speak-hebrew-spanish-268-218.png" />
<p class="para1">
أهلاً وسهلاً بكم في موقعنا العب وتعلم مع اللغة العبرية
<br /><br />
تم تصميم هذه اللعبة لتعليم اللغة العبرية عن طريق اللعب
<br /><br />تحتوي اللعبة على ثلاثة مراحل ، ينتقل اللاعب من مرحلة إلى
مرحلة أخرى عند حصوله على عدد معين من النقاط يُحدد في كل مرحلة ، وهذه
المراحل هي <br />
</p>
<p class="para2">
المرحلة اﻷولى
<br />
يظهر للاعب في هذه المرحلة صورة وأربعة إجابات ويجب عليه أن يختار اﻹجابة
الصحيحة التي تعبر عنها الصورة
<br />
المرحلة الثانية
<br />
في هذه المرحلة يظهر للاعب أربعة صور وعلى اللاعب إيجاد العلاقة بين الصور
اﻷربعة
<br />
المرحلة الثالثة
<br />
في هذه المرحلة تظهر للاعب جملة تنقصها كلمة ويظهر لديه أربعة إجابات يجب
أنن يختار الكلمة الصحيحة من بينها
</p>
</div>
<button class="back" id="btn_enter" onclick="document.location='index.html'">
الصفحة الرئيسية
</button>
</body>
</html>