This repository has been archived by the owner on Jan 16, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
68 lines (54 loc) · 2.74 KB
/
index.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
<!doctype html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7" lang="en"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8" lang="en"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9" lang="en"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js" lang="en"> <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title></title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width">
<link rel="stylesheet" href="css/style.css">
<script src="js/libs/modernizr-2.5.3.min.js"></script>
</head>
<body>
<header>
</header>
<div role="main" id="wrapper">
<div id="lang"></div>
<div id="controls">
<button class="button green square" id="abbr">Abbreviation</button>
<button class="button green square" id="entities">Entities</button>
<button class="button green square" id="toc">Table of Contents</button>
<button class="button green square" id="doc_links">Document Links</button>
</div>
<textarea id="ta">
<h1>Students' Examination Handbook</h1>
<h2>Introduction</h2>
<p>This <a href="linktest.html">booklet</a> is a brief guide to students about exams and assessment. Please make sure you familiarise yourself with its contents. Ignorance of exam and assessment requirements will <a href="file.pdf">not be accepted</a> as an excuse for poor or incomplete performance. If in doubt, ask. Sources of information are listed in the Appendix.</p>
<p>Despite the apprehension exams cause for <a href="foo.doc">most students</a> they are a fact of University life and form a major part of the overall assessment of student performance. The purpose of this booklet is to explain the chief features of the exam and assessment system at Aberystwyth for your benefit and ultimately that of the University. After all, the more you understand about it, the more opportunities you have to get the best out of your studies and to perform to the best of your ability. </p>
<h2>Timing of Examinations</h2>
<p>Examinations are scheduled three times a year:
<ul>
<li>at the end of Semester 1 (January)</li>
<li>at the end of Semester 2 (May/June)</li>
<li>Supplementary Exams (August/September)</li>
</ul>
</p>
</textarea>
<div id="paste">
<div id="paste_container"></div>
<button id="confirm_abbr" class="button green square">Confirm</button>
</div>
<div id="toc_list"></div>
<div id="toc_container"></div>
</div>
<footer>
</footer>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="js/libs/jquery.min.js"><\/script>')</script>
<script src="js/plugins.js"></script>
<script src="js/script.js"></script>
</body>
</html>