-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
65 lines (40 loc) · 2.66 KB
/
index.html
File metadata and controls
65 lines (40 loc) · 2.66 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
<!DOCTYPE html>
<!DOCTYPE html>
<html>
<head>
<title>QUESTIONNAIRE</title>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<header class="head">TEN-ITEM PERSONALITY INVENTORY-(TIPI)</header>
<p>Here are a number of personality traits that may or may not apply to you. Please write a number next to
each statement to indicate the extent to which you agree or disagree with that statement. You should rate the
extent to which the pair of traits applies to you, even if one characteristic applies more strongly than the
other</p>
<p>Disagree strongly = 1<br>Disagree moderately = 2<br>Disagree a little = 3<br>Niether agree nor disagree = 4<br>Agree a little = 5<br>Agree moderately = 6<br>Agree strongly = 7</p>
<form>
I see myself as:<br>
<p >1.Extraverted, enthusiastic.</p>
<p>1<input type="radio">2<input type="radio">3<input type="radio">4<input type="radio">5<input type="radio">6<input type="radio">7<input type="radio"></p>
<p>2.Critical, quarrelsome.</p>
<p>1<input type="radio">2<input type="radio">3<input type="radio">4<input type="radio">5<input type="radio">6<input type="radio">7<input type="radio"></p>
<p>3.Dependable, self-disciplined.</p>
<p>1<input type="radio">2<input type="radio">3<input type="radio">4<input type="radio">5<input type="radio">6<input type="radio">7<input type="radio"></p>
<p>4.Anxious, easily upset.</p>
<p>1<input type="radio">2<input type="radio">3<input type="radio">4<input type="radio">5<input type="radio">6<input type="radio">7<input type="radio"></p>
<p>5.Open to new experiences, complex.</p>
<p>1<input type="radio">2<input type="radio">3<input type="radio">4<input type="radio">5<input type="radio">6<input type="radio">7<input type="radio"></p>
<p>6.Reserved, quiet.</p>
<p>1<input type="radio">2<input type="radio">3<input type="radio">4<input type="radio">5<input type="radio">6<input type="radio">7<input type="radio"></p>
<p>7.Sympathetic, warm.</p>
<p>1<input type="radio">2<input type="radio">3<input type="radio">4<input type="radio">5<input type="radio">6<input type="radio">7<input type="radio"></p>
<p>8.Disorganized, careless.</p>
<p>1<input type="radio">2<input type="radio">3<input type="radio">4<input type="radio">5<input type="radio">6<input type="radio">7<input type="radio"></p>
<p>9.Calm, emotionally stable.</p>
<p>1<input type="radio">2<input type="radio">3<input type="radio">4<input type="radio">5<input type="radio">6<input type="radio">7<input type="radio"></p>
<p>10.Conventional, uncreative.</p>
<p>1<input type="radio">2<input type="radio">3<input type="radio">4<input type="radio">5<input type="radio">6<input type="radio">7<input type="radio"></p>
<input type="submit">
</form>
</body>
</html>