-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathfaq.html
117 lines (84 loc) · 3.6 KB
/
faq.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link href="style1.css" rel="stylesheet" type="text/css"/>
<title>FAQ</title>
</head>
<body>
<div id="container">
<div class="nav">
<a href="faq.html">FAQ</a>
<img src="Logo.jpg" alt="">
</div>
<!-- <div class="pagename"><center><h1>FAQ</h1></center></div> -->
<div id="Faqword"><center><h2>Frequently Asked Questions</h2></center></div>
<div class="faqicon">
<img src="faqicon.jpg" alt="">
</div>
<div class="questions">
<div class="question">
<div class="question-header" id="headingOne">
<button class="btn btn-link" type="button">
What is Asclepius Miniclassroom web/app?
</button>
</div>
<div id="collapseOne" class="collapse show" aria-labelledby="headingOne" data-parent="#accordionExample">
<div class="question-body">
Asclepius Miniclassroom web/app is a learning management system used by over 2,000 institutions around the world.
</div>
</div>
</div>
<div class="question">
<div class="question-header" id="headingOne">
<button class="btn btn-link" type="button">
What are the technical requirement for the lecture?
</button>
</div>
<div id="collapseOne" class="collapse show" aria-labelledby="headingOne" data-parent="#accordionExample">
<div class="question-body">
Asclepius Miniclassroom web/app can work on your desktop, andriod, IOS or any device with internet
</div>
</div>
</div>
<div class="question">
<div class="question-header" id="headingOne">
<button class="btn btn-link" type="button">
How will i take my exams?
</button>
</div>
<div id="collapseOne" class="collapse show" aria-labelledby="headingOne" data-parent="#accordionExample">
<div class="question-body">
All exams will be taken online and a notification will be given to you few months prior to the commencement
</div>
</div>
</div>
<div class="question">
<div class="question-header" id="headingOne">
<button class="btn btn-link" type="button">
When and how will i receive my exam result?
</button>
</div>
<div id="collapseOne" class="collapse show" aria-labelledby="headingOne" data-parent="#accordionExample">
<div class="question-body">
All result are immediate, subject to final verification from the Examination Institue.
</div>
</div>
</div>
<div class="question">
<div class="question-header" id="headingOne">
<button class="btn btn-link" type="button">
How will i receive my course material?
</button>
</div>
<div id="collapseOne" class="collapse show" aria-labelledby="headingOne" data-parent="#accordionExample">
<div class="question-body">
All material will be forwarded to your specified email address approximately two weeks prior to course commencement.
</div>
</div>
</div>
</div>
</body>
</html>