-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathfinal.html
More file actions
33 lines (28 loc) · 1.03 KB
/
final.html
File metadata and controls
33 lines (28 loc) · 1.03 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
<html>
<head>
<title>ADL Music Annotation Tool</title>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css">
</head>
<body onload="main()">
<div class="container pt-4">
<h2 class="text-center">Music Emotion Annotation Task</h2>
</div>
<div class="container pt-2">
<p class="text-center">
Thank you for completing the annotation task. </br>
Your response has been recorded.
</p>
<p class="text-center">
Your MTurk completion code is: </br>
</p>
<h2 id="completion-code" class="text-center">
${C_CODE}
</h2>
</div>
<script src="js/lib/page-manager.js"></script>
<script src="js/final.js"></script>
</body>
</html>