-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathWrkProf.html
More file actions
101 lines (93 loc) · 6.29 KB
/
Copy pathWrkProf.html
File metadata and controls
101 lines (93 loc) · 6.29 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<title>NGOs</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
<noscript><link rel="stylesheet" href="assets/css/noscript.css" /></noscript>
</head>
<body>
<br>
<form method="post">
<h1><center>FEEDBACK FORM</center></h1>
<div class="fields">
<div class="field">
<label for="PrgmGood" style="font-size:30px"><strong>Was the Program good and useful?</strong></label><br>
<input type="radio" id="yes" name="ProgramGood" value="Yes">
<label for="yes" style="font-size:25px">Yes</label><br>
<input type="radio" id="no" name="ProgramGood" value="No">
<label for="no" style="font-size:25px">No</label><br>
<input type="radio" id="partially" name="ProgramGood" value="Partially">
<label for="partially" style="font-size:25px">Partially</label>
</div>
<hr>
<div class="field">
<label for="PrgmTopic" style="font-size:30px"><strong>Did you Understand most of the topics shared?</strong></label><br>
<input type="radio" id="yess" name="ProgramTopic" value="Yes">
<label for="yess" style="font-size:25px">Yes</label><br>
<input type="radio" id="noo" name="ProgramTopic" value="No">
<label for="noo" style="font-size:25px">No</label><br>
<input type="radio" id="partiallyy" name="ProgramTopic" value="Partially">
<label for="partiallyy"style="font-size:25px">Partially</label>
</div>
<hr>
<div class="field">
<label for="PrgmActvt" style="font-size:30px"><strong>Did you enjoy the activities?</strong></label><br>
<input type="radio" id="yesss" name="PrgmActvt" value="Yes">
<label for="yasss" style="font-size:25px">Yes</label><br>
<input type="radio" id="nooo" name="PrgmActvt" value="No">
<label for="nooo" style="font-size:25px">No</label><br>
<input type="radio" id="partiallyyy" name="PrgmActvt" value="Partially">
<label for="partiallyyy" style="font-size:25px">Partially</label>
</div>
<hr>
<div class="field">
<label for="PrgrmVdo" style="font-size:30px"><strong>Are the presentations / videos / work materials good to see, read and easy to understand?</strong></label><br>
<input type="radio" id="yessss" name="ProgramVdo" value="Yes">
<label for="yessss" style="font-size:25px">Yes</label><br>
<input type="radio" id="noooo" name="ProgramVdo" value="No">
<label for="noooo" style="font-size:25px">No</label><br>
<input type="radio" id="partiallyyyy" name="ProgramVdo" value="Partially">
<label for="partiallyyyy" style="font-size:25px">Partially</label>
</div>
<hr>
<div class="field">
<label for="PrgrmOpp" style="font-size:30px"><strong>Has your knowledge increased about different career paths / job opportunities / preparation?</strong></label><br>
<input type="radio" id="yes1" name="ProgramOpp" value="Yes">
<label for="yes1" style="font-size:25px">Yes</label><br>
<input type="radio" id="no1" name="ProgramOpp" value="No">
<label for="no1" style="font-size:25px">No</label><br>
<input type="radio" id="partially1" name="ProgramOpp" value="Partially">
<label for="partially1" style="font-size:25px">Partially</label>
</div>
<hr>
<div class="field">
<label for="PrgrmCla" style="font-size:30px"><strong>Do you have better clarity now on your next steps than before the program?</strong</label><br>
<input type="radio" id="yes2" name="ProgramCla" value="Yes">
<label for="yes2" style="font-size:25px">Yes</label><br>
<input type="radio" id="no2" name="ProgramCla" value="No">
<label for="no2" style="font-size:25px">No</label><br>
<input type="radio" id="partially2" name="ProgramCla" value="Partially">
<label for="partially2" style="font-size:25px">Partially</label>
</div>
<hr>
<hr>
<div class="field">
<label for="PrgrmCh" style="font-size:30px"><strong>Have your career choices changed with new or more options now?</strong></label><br>
<input type="radio" id="yes6" name="PrgrmCh" value="Yes">
<label for="yes6" style="font-size:25px">Yes</label><br>
<input type="radio" id="no6" name="PrgrmCh" value="No">
<label for="no6" style="font-size:25px">No</label><br>
<input type="radio" id="partially6" name="PrgrmCh" value="Partially">
<label for="partially6" style="font-size:25px">Partially</label>
</div>
<hr>
<label for="PrgrmRat" style="font-size:30px"><strong>14. Overall rating for the workshop? Rating Scale 1-10</strong></label><br>
<input type="number" id="Rating" name="Rating" min="0" max="10"style="font-size:25px">
</div>
</div>
<button type="button" class="btn">Submit</button>
</form>
</body>
</html>