-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathWHSQuiz.html
More file actions
83 lines (79 loc) · 3.05 KB
/
WHSQuiz.html
File metadata and controls
83 lines (79 loc) · 3.05 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
<!DOCTYPE html>
<html>
<head>
<title>OSI Questions</title>
<link rel="stylesheet" href="https://unpkg.com/purecss@1.0.0/build/pure-min.css" integrity="sha384-nn4HPE8lTHyVtfCBi5yW9d20FjT8BJwUXyWZT9InLYax14RDjBj46LmSztkmNP9w" crossorigin="anonymous">
<style>
font-family: helvetica;
text-align: centre;
body {
font-family: helvetica;
text-align: centre;
}
form
{
border: 5px solid red;
color: black;
font-family: helvetica;
text-align: center;
}
</style>
</head>
<body>
<h1> OSI Site Induction </h1>
<form class="pure-form" action="log_results_WHS.php" method="post">
<fieldset>
<br><br>
Q1. Who is responsible for keeping a safe working environment?
<br><br>
<input type="radio" name="q1" value="A"> A. Management <br>
<input type="radio" name="q1" value="B"> B. The Government <br>
<input type="radio" name="q1" value="C"> C. Everyone <br>
<input type="radio" name="q1" value="D"> D. The Army
<br><br>
Q2. What is a simple thing you can do to prevent repetitive Injuries?
<br><br>
<input type="radio" name="q2" value="A"> A. Don't go to work <br>
<input type="radio" name="q2" value="B"> B. Warm up and Streches <br>
<input type="radio" name="q2" value="C"> C. Work harder <br>
<input type="radio" name="q2" value="D"> D. Get somone else to do it
<br> <br>
Q3. If you have to physically move an object is it better to push or pull?
<br><br>
<input type="radio" name="q3" value="A"> A. Push <br>
<input type="radio" name="q3" value="B"> B. Pull<br>
<br><br>
Q4. WHat does "LOTO" stand for?
<br><br>
<input type="radio" name="q4" value="A"> A. Look Out Tag Out <br>
<input type="radio" name="q4" value="B"> B. Loose Organs Tip Over <br>
<input type="radio" name="q4" value="C"> C. Leap over the Orchard
<br><br>
Q5. WHen operating a Crate-jack or Forklift, WHat must you do when approaching a Doorway or Blind-spot?
<br><br>
<input type="radio" name="q5" value="A"> A. Cut the corner <br>
<input type="radio" name="q5" value="B"> B. Ram People <br>
<input type="radio" name="q5" value="C"> C. Go Faster <br>
<input type="radio" name="q5" value="D"> D. Sound the Horn
<br><br>
Q6. Who must you "firstly" report and injury too?
<br><br>
<input type="radio" name="q6" value="A"> A. The first Aid Officer <br>
<input type="radio" name="q6" value="B"> B. Your Spouse <br>
<input type="radio" name="q6" value="C"> C. Workmates <br>
<input type="radio" name="q6" value="D"> D. The Fire Brigade
<br><br>
Q7. What must you do if you notice any Faulty Equiptment, Unsafe Areas or Near Misses?
<br><br>
<input type="radio" name="q7" value="A"> A. Go Home <br>
<input type="radio" name="q7" value="B"> B. Inform the Supervisor <br>
<input type="radio" name="q7" value="C"> C. Ignore it and Keep working <br>
<input type="radio" name="q7" value="D"> D. Be Careful
<br><br>
<input type="submit" value="Submit">
<br><br>
</fieldset>
</form>
Please send page complaints and ammendments to e.halliday@me.com
</body>
</html>