-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathgad7.html
179 lines (124 loc) · 6.1 KB
/
gad7.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
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
<!DOCTYPE html>
<html>
<head>
<title>GAD-7</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="css/jquery.mobile-1.2.0.min.css" />
<link rel="stylesheet" href="css/app.css" />
<script src="js/jquery-1.8.2.min.js"></script>
<script src="js/jquery.mobile-1.2.0.min.js"></script>
<script src="js/app.js"></script>
</head>
<body>
<div id="gad7" data-role="page">
<div data-role="header" data-position="fixed">
<h1>GAD-7 Score</h1>
<a class="button slideup" id="infoButton" href="index.html">Back</a>
<div class="ui-body ui-body-e totalSum">Current Score</div>
<div data-role="navbar">
<ul>
<li><a href="gad7.html" class="ui-btn-active ui-state-persist">English</a></li>
<li><a href="gad7spanish.html">Spanish</a></li>
</ul>
</div><!-- /navbar -->
</div>
<div data-role="footer" data-id="nav" data-position="fixed">
<div data-role="navbar">
<ul>
<li><a href="IThelp.html" data-icon="info">FAQ</a></li>
<li><a href="phone.html" data-icon="phone" >Contact</a></li>
<li><a href="index.html" data-icon="fahome">Home</a></li>
<li><a href="Formulary.html" data-icon="faplus">Rx</a></li>
<li><a href="documents.html" data-icon="file">Docs</a></li>
</ul>
</div><!-- /navbar -->
</div>
<br><p>Over the last 2 weeks, how often have you been bothered by the following problems?</p>
<div data-role="fieldcontain">
<fieldset data-role="controlgroup" data-mini="true">
<legend>1. Feeling nervous, anxious, or on edge:</legend>
<form name="form1" id="form1" runat="server">
<ul><li><input id="rdo_1" type="radio" value="0" name="price">
<label for="rdo_1">Not at all sure</label>
<li><input id="rdo_2" type="radio" value="1" name="price">
<label for="rdo_2">Several Days</label>
<li> <input id="rdo_3" type="radio" value="2" name="price">
<label for="rdo_3">Over half the days</label>
<li> <input id="rdo_4" type="radio" value="3" name="price">
<label for="rdo_4">Nearly every day</label>
</form></fieldset>
<fieldset data-role="controlgroup" data-mini="true">
<legend>2. Not being able to stop or control worrying:</legend>
<form name="form2" id="form2" runat="server">
<ul><li><input id="rdo_1a" type="radio" value="0" name="price">
<label for="rdo_1a">Not at all sure</label>
<li><input id="rdo_2a" type="radio" value="1" name="price">
<label for="rdo_2a">Several days</label>
<li> <input id="rdo_3a" type="radio" value="2" name="price">
<label for="rdo_3a">Over half the days</label>
<li> <input id="rdo_4a" type="radio" value="3" name="price">
<label for="rdo_4a">Nearly every day</label>
</form></fieldset>
<fieldset data-role="controlgroup" data-mini="true">
<legend>3. Worrying too much about different things:<br></legend>
<form name="form3" id="form3" runat="server">
<ul><li><input id="rdo_1b" type="radio" value="0" name="price">
<label for="rdo_1b">Not at all sure</label>
<li><input id="rdo_2b" type="radio" value="1" name="price">
<label for="rdo_2b">Several Days</label>
<li> <input id="rdo_3b" type="radio" value="2" name="price">
<label for="rdo_3b">Over half the days</label>
<li> <input id="rdo_4b" type="radio" value="3" name="price">
<label for="rdo_4b">Nearly every day</label>
</form></fieldset>
<fieldset data-role="controlgroup" data-mini="true">
<legend>4. Trouble Relaxing:</legend>
<form name="form4" id="form4" runat="server">
<ul><li><input id="rdo_1c" type="radio" value="0" name="price">
<label for="rdo_1c">Not at all sure</label>
<li><input id="rdo_2c" type="radio" value="1" name="price">
<label for="rdo_2c">Several Days</label>
<li> <input id="rdo_3c" type="radio" value="2" name="price">
<label for="rdo_3c">Over half the days</label>
<li> <input id="rdo_4c" type="radio" value="3" name="price">
<label for="rdo_4c">Nearly every day</label>
</form></fieldset>
<fieldset data-role="controlgroup" data-mini="true">
<legend>5. Being so restless that it's hard to sit still:</legend>
<form name="form5" id="form5" runat="server">
<ul><li><input id="rdo_1d" type="radio" value="0" name="price">
<label for="rdo_1d">Not at all sure</label>
<li><input id="rdo_2d" type="radio" value="1" name="price">
<label for="rdo_2d">Several Days</label>
<li> <input id="rdo_3d" type="radio" value="2" name="price">
<label for="rdo_3d">Over half the days</label>
<li> <input id="rdo_4d" type="radio" value="3" name="price">
<label for="rdo_4d">Nearly every day</label>
</form></fieldset>
<fieldset data-role="controlgroup" data-mini="true">
<legend>6. Becoming easily annoyed or irritable:</legend>
<form name="form6" id="form6" runat="server">
<ul><li><input id="rdo_1e" type="radio" value="0" name="price">
<label for="rdo_1e">Not at all sure</label>
<li><input id="rdo_2e" type="radio" value="1" name="price">
<label for="rdo_2e">Several Days</label>
<li> <input id="rdo_3e" type="radio" value="2" name="price">
<label for="rdo_3e">Over half the days</label>
<li> <input id="rdo_4e" type="radio" value="3" name="price">
<label for="rdo_4e">Nearly every day</label>
</form></fieldset>
<fieldset data-role="controlgroup" data-mini="true">
<legend>7. Feeling afraid as if something awful might happen:</legend>
<form name="form7" id="form7" runat="server">
<ul><li><input id="rdo_1f" type="radio" value="0" name="price">
<label for="rdo_1f">Not at all sure</label>
<li><input id="rdo_2f" type="radio" value="1" name="price">
<label for="rdo_2f">Several Days</label>
<li> <input id="rdo_3f" type="radio" value="2" name="price">
<label for="rdo_3f">Over half the days</label>
<li> <input id="rdo_4f" type="radio" value="3" name="price">
<label for="rdo_4f">Nearly every day</label>
</form></fieldset>
</div>
</div>
</body>