-
Notifications
You must be signed in to change notification settings - Fork 0
/
Depression.html
81 lines (75 loc) · 1.78 KB
/
Depression.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
@Anustup Mukherjee : Author
#html question script to have a data for the model
<!DOCTYPE html>
<html>
<head>
<title>wikiHow Fan Page</title>
</head>
<body>
<div id="wrapper">
<label for="yes_no_radio">Diminished energetic activities for atleast 2 weeks ?</label>
<p>
<input type="radio" name="yes_no" checked>Yes</input>
</p>
<p>
<input type="radio" name="yes_no">No</input>
</p>
</div>
<div id="wrapper">
<label for="yes_no_radio">Easy irritability?</label>
<p>
<input type="radio" name="yes_no" checked>Yes</input>
</p>
<p>
<input type="radio" name="yes_no">No</input>
</p>
</div>
<div id="wrapper">
<label for="yes_no_radio">Emotional outbreaks?</label>
<p>
<input type="radio" name="yes_no" checked>Yes</input>
</p>
<p>
<input type="radio" name="yes_no">No</input>
</p>
</div>
<div id="wrapper">
<label for="yes_no_radio">Do you feel anxiety?</label>
<p>
<input type="radio" name="yes_no" checked>Yes</input>
</p>
<p>
<input type="radio" name="yes_no">No</input>
</p>
</div>
<div id="wrapper">
<label for="yes_no_radio">Do you have suicidal thaughts ?</label>
<p>
<input type="radio" name="yes_no" checked>Yes</input>
</p>
<p>
<input type="radio" name="yes_no">No</input>
</p>
</div>
<div id="wrapper">
<label for="yes_no_radio">Guilt or low self worth realization ?</label>
<p>
<input type="radio" name="yes_no" checked>Yes</input>
</p>
<p>
<input type="radio" name="yes_no">No</input>
</p>
</div>
<div id="wrapper">
<label for="yes_no_radio">Is your apetite is decreasing ?</label>
<p>
<input type="radio" name="yes_no" checked>Yes</input>
</p>
<p>
<input type="radio" name="yes_no">No</input>
</p>
</div>
<h2>Links</h2>
<p>Here is a link to: <a href="https://depression.bookmark.com">RESULT</a></p>
</body>
</html>