-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlabel.html
160 lines (141 loc) · 7.54 KB
/
label.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>QA Labeler</title>
<link rel="icon" type="image/x-icon" href="css/Designer.png">
<link rel="stylesheet" href="css/label_styles.css">
</head>
<body>
<div>
<h1 id="header">QA Labeler</h1>
</div>
<!-- Container 1: Text and Video section -->
<div class="container" id="container1">
<div class="content">
<h3>Participants are responding to the following question:</h3>
<h1 id="text">Loading text</h1>
<!-- Videos from Google Drive -->
<div class="videos">
<div class="video-container">
<h3 id="vid_text_1">Loading ...</h3>
<iframe id="video1" src="" frameborder="0" width="640" height="480" allow="autoplay" allowfullscreen></iframe>
</div>
<div class="video-container">
<h3 id="vid_text_2">Loading ...</h3>
<iframe id="video2" src="" frameborder="0" width="640" height="480" allow="autoplay" allowfullscreen></iframe>
</div>
</div>
</div>
</div>
<div class="container" id="container2">
<div>
<h3 id="fs-look">Vote between 'Video 1' or 'Video 2' based on the participant's response to the interview question</h3>
</div>
<form id="oceanForm">
<!-- O -->
<div class="form-group">
<label for="O">Openness:</label>
<label><input type="radio" name="O" value="-1"> Video 1</label>
<label><input type="radio" name="O" value="+1"> Video 2</label>
<label><input type="radio" name="O" value="0" required> None</label>
<label>Which video shows the person is more OPEN to new experiences?</label>
</div>
<!-- C -->
<div class="form-group">
<label for="C">Conscientiousness:</label>
<label><input type="radio" name="C" value="-1"> Video 1</label>
<label><input type="radio" name="C" value="+1"> Video 2</label>
<label><input type="radio" name="C" value="0" required> None</label>
<label>Which video shows that the person is more ORGANIZED and RESPONSIBLE?</label>
</div>
<!-- E -->
<div class="form-group">
<label for="E">Extroversion:</label>
<label><input type="radio" name="E" value="-1"> Video 1</label>
<label><input type="radio" name="E" value="+1"> Video 2</label>
<label><input type="radio" name="E" value="0" required> None</label>
<label>Which video shows the person is more ENERGETIC and OUTGOING?</label>
</div>
<!-- A -->
<div class="form-group">
<label for="A">Agreeableness:</label>
<label><input type="radio" name="A" value="-1"> Video 1</label>
<label><input type="radio" name="A" value="+1"> Video 2</label>
<label><input type="radio" name="A" value="0" required> None</label>
<label>Which video shows the person is more FRIENDLY and COMPASSIONATE?</label>
</div>
<!-- N -->
<div class="form-group">
<label for="N">Neuroticism:</label>
<label><input type="radio" name="N" value="-1"> Video 1</label>
<label><input type="radio" name="N" value="+1"> Video 2</label>
<label><input type="radio" name="N" value="0" required> None</label>
<label>Which video shows the person is more SENSITIVE, UNSTABLE or NERVOUS?</label>
</div>
<!-- overall-personality -->
<div class="form-group">
<label for="overall-personality">Overall Personality:</label>
<label><input type="radio" name="overall-personality" value="-1" required> Video 1</label>
<label><input type="radio" name="overall-personality" value="+1"> Video 2</label>
<label> </label>
<label>Which video's participant showcased better personality (OCEAN)?</label>
</div>
<br>
<!-- interview-vote -->
<div class="form-group">
<label for="interview-vote">Interview Vote:</label>
<label><input type="radio" name="interview-vote" value="-1" required> Video 1</label>
<label><input type="radio" name="interview-vote" value="+1"> Video 2</label>
<label> </label>
<label>Which video's participant would you prefer to hire?</label>
</div>
<!-- answer-score -->
<div class="form-group">
<label for="answer-score">Answer Score:</label>
<label><input type="radio" name="answer-score" value="-1" required> Video 1</label>
<label><input type="radio" name="answer-score" value="+1"> Video 2</label>
<label> </label>
<label>Which video's participant gave a better answer?</label>
</div>
<!-- speaking-skills -->
<div class="form-group">
<label for="speaking-skills">Speaking Skills:</label>
<label><input type="radio" name="speaking-skills" value="-1" required> Video 1</label>
<label><input type="radio" name="speaking-skills" value="+1"> Video 2</label>
<label> </label>
<label>Which video's participant has better english fluency and speaking skills?</label>
</div>
<!-- confidence-score -->
<div class="form-group">
<label for="confidence-score">Confidence Score:</label>
<label><input type="radio" name="confidence-score" value="-1" required> Video 1</label>
<label><input type="radio" name="confidence-score" value="+1"> Video 2</label>
<label> </label>
<label>Which video's participant seems more confident?</label>
</div>
<!-- facial-expression -->
<div class="form-group">
<label for="facial-expression">Facial Expression:</label>
<label><input type="radio" name="facial-expression" value="-1" required> Video 1</label>
<label><input type="radio" name="facial-expression" value="+1"> Video 2</label>
<label> </label>
<label>Which video's participant has better facial expressions for an interview session?</label>
</div>
<!-- overall-performance -->
<div class="form-group">
<label for="overall-performance">Overall Performance:</label>
<label><input type="radio" name="overall-performance" value="-1" required> Video 1</label>
<label><input type="radio" name="overall-performance" value="+1"> Video 2</label>
<label> </label>
<label>Which video's participant overall performed better in the interview?</label>
</div>
<div id="sb-look">
<button type="submit">Submit</button>
</div>
</form>
</div>
<script src="js/label_scripts.js"></script>
</body>
</html>