diff --git a/config/SafetyQuiz.yaml b/config/SafetyQuiz.yaml new file mode 100644 index 0000000..40012b3 --- /dev/null +++ b/config/SafetyQuiz.yaml @@ -0,0 +1,197 @@ +Questions: + #Adding questions/choices is easy. Just follow the template below. Remember, an indent is 2 spaces. + #Any text not quoted cannot have spaces or special characters + #TEMPLATE BELOW: + #[SomeTextHereThatCanBeAnythingUnique] + # Text: "[This is what the question will show]" + # Choices: + # - {Label: "[Text for this label]", Value: [True/False representing if this is the correct answer]} + # - {Label: "[Text for this label]", Value: [True/False representing if this is the correct answer]} + Question_1: + Text: "Some safety topics in J.V. Manufacturing Safety Orientation Training are General Safety, Safe Lifting, Fall Protection and Forklift Training." + Choices: + - {Label: "True", Value: true} + - {Label: "False", Value: false} + Question2: + Text: "Accidents are caused by:" + Choices: + - {Label: "Unsafe acts of another employee.", Value: False} + - {Label: "Shortcuts taken by employees", Value: False} + - {Label: "Not following proper procedures", Value: False} + - {Label: "All of the above", Value: True} + Q3: + Text: "The Universal Precautions is to treat all blood, body fluids and potential infectious materials as if they were not infectious" + Choices: + - {Label: "True", Value: False} + - {Label: "False", Value: True} + Q4: + Text: "With the Control of bleeding with spurting blood you should:" + Choices: + - {Label: "Wear Gloves", Value: False} + - {Label: "Wear Gloves and eyewear", Value: False} + - {Label: "Wear Gloves, eyewear and mask", Value: False} + - {Label: "Wear Gloves, eyewear, mask, and apron", Value: True} + Q5: + Text: "Proper lifting techniques include:" + Choices: + - {Label: "Bending knees, not wisting at the waist and having a clear path", Value: True} + - {Label: "Bending knees, jerk load straight up nad drop the load when setting it down", Value: False} + - {Label: "Getting a helper, straight legs, and twisting at the waist", Value: False} + - {Label: "Bending knees, getting a helper, and pulling the load across the floor", Value: False} + Q6: + Text: "When using power grinders you should:" + Choices: + - {Label: "Wear safety glasses and a face shield", Value: False} + - {Label: "Never clamp a hand held grinder in a vise", Value: False} + - {Label: "Turn off the power when not in use", Value: False} + - {Label: "All of the above", Value: True} + Q7: + Text: "When moving compressed gas cylinders used in welding operations:" + Choices: + - {Label: "Don't drop or bang cylinders. Always secure them in an upright position.", Value: True} + - {Label: "Lift cylinders by their caps.", Value: False} + - {Label: "Roll, drag or slide the cylinders.", Value: False} + - {Label: "Both A and B", Value: False} + Q8: + Text: "Fall protection systems should prevent workers from falling more than:" + Choices: + - {Label: "2 Feet", Value: False} + - {Label: "4 Feet", Value: False} + - {Label: "6 Feet", Value: True} + - {Label: "8 Feet", Value: False} + Q9: + Text: "Common fall protection systems are:" + Choices: + - {Label: "Guard rail systems and toe boards.", Value: False} + - {Label: "Safety net systems.", Value: False} + - {Label: "Designated areas.", Value: False} + - {Label: "All of the above", Value: True} + Q10: + Text: "Hearing protection is important to wear when working in noisy situations." + Choices: + - {Label: "Only on the job.", Value: False} + - {Label: "Only at home.", Value: False} + - {Label: "On the job and at home.", Value: True} + - {Label: "None of the above.", Value: False} + Q11: + Text: "What equipment is typically considered eye protection?" + Choices: + - {Label: "Face shields.", Value: False} + - {Label: "Goggles.", Value: False} + - {Label: "Safety glasses.", Value: False} + - {Label: "All of the above", Value: True} + Q12: + Text: "When a foreign object or chemical is in your eye, you should:" + Choices: + - {Label: "Flush your eyes with water.", Value: True} + - {Label: "Rub your eye until it is removed.", Value: False} + - {Label: "Leave it alone and let nature take it's course.", Value: False} + - {Label: "All of the above", Value: False} + Q13: + Text: "Foot protection is made to meet a variety of occupational needs, including:" + Choices: + - {Label: "Reducing static electricity of wearer.", Value: False} + - {Label: "Protecting the toes from crushing injuries.", Value: False} + - {Label: "Keeping hot metal out of shoes.", Value: False} + - {Label: "All of the above", Value: True} + Q14: + Text: "Hazards to hands include:" + Choices: + - {Label: "Cuts, abrasions, punctures and crushing from machinery.", Value: False} + - {Label: "Rashes from biological agents and chemicals.", Value: False} + - {Label: "Environmental hazards such as extreme heat or cold.", Value: False} + - {Label: "All of the above", Value: True} + Q15: + Text: "The purpose of Lockout/Tagout is:" + Choices: + - {Label: "To make it hard to service a piece of equipment.", Value: False} + - {Label: "To keep all employees away from the equipment.", Value: False} + - {Label: "To prevent injuries due to automatic startup of a piece of equipment.", Value: True} + - {Label: "None of the above", Value: False} + Q16: + Text: "In order to prevent injuries due to a machine accidentally starting up during servicing:" + Choices: + - {Label: "An authorized worker should perform Lockout/Tagout procedures.", Value: True} + - {Label: "An affected worker should perform Lockout/Tagout procedures.", Value: False} + - {Label: "Standard operating procedures should be followed.", Value: False} + - {Label: "None of the above", Value: False} + Q17: + Text: "Machine guards are used to:" + Choices: + - {Label: "Prevent injuries.", Value: False} + - {Label: "Protect the operator.", Value: False} + - {Label: "Protect people in the area.", Value: False} + - {Label: "All of the above", Value: True} + Q18: + Text: "The point of operation is:" + Choices: + - {Label: "A rotation machine part.", Value: False} + - {Label: "An access port for routine maintenance.", Value: False} + - {Label: "The part of the machine where work is being done.", Value: True} + - {Label: "Part of the machine's operating procedures.", Value: False} + Q19: + Text: "Damaged guards:" + Choices: + - {Label: "Offer enough protection.", Value: False} + - {Label: "Need to be repaired or replaced.", Value: True} + - {Label: "Should be watched carefully.", Value: False} + - {Label: "None of the above", Value: False} + Q20: + Text: "The hazard communication standard provides for:" + Choices: + - {Label: "Training, labeling and MSDS's.", Value: True} + - {Label: "Annual training, testing and labels.", Value: False} + - {Label: "MSDS's but not labeling.", Value: False} + - {Label: "None of the above", Value: False} + Q21: + Text: "A flammable:" + Choices: + - {Label: "Is able to catch on fire and burn.", Value: False} + - {Label: "Will not burn.", Value: False} + - {Label: "Catches on fire easily and burns rapidly.", Value: False} + - {Label: "Both A and C", Value: True} + Q22: + Text: "What is the path by which chemicals enter the body?" + Choices: + - {Label: "Inhalation.", Value: False} + - {Label: "Ingestion.", Value: False} + - {Label: "Skin absorption.", Value: False} + - {Label: "All of the above", Value: True} + Q23: + Text: "Safety rules for cranes allow:" + Choices: + - {Label: "Walking away from the crane with a load suspended.", Value: False} + - {Label: "Lifting loads over employees working.", Value: False} + - {Label: "Lifting of two seperately rigged loads.", Value: False} + - {Label: "Move more slowly; Avoid sudden acceleration or deceleration.", Value: True} + Q24: + Text: "Allowing someone to ride the hook of a crane or load during hoisting, lowering or traveling is ok, as long as it is done during working hours." + Choices: + - {Label: "True", Value: False} + - {Label: "False", Value: True} + Q25: + Text: "The Emergency Action Plan is a plan with a safe means of evacuation in case of a fire or weather related emergency for J.V. Mfg., employees and visitors." + Choices: + - {Label: "True", Value: True} + - {Label: "false", Value: False} + Q26: + Text: "In the Emergency Action Plan, a fire breaks out in the paint room and a code is called out over the intercom. What is the correct code?" + Choices: + - {Label: "Code Green, Paint Room", Value: False} + - {Label: "Code Blue, Paint Room", Value: False} + - {Label: "Code Red, Paint Room", Value: True} + - {Label: "Code Yellow, Paint Room", Value: False} + Q27: + Text: "When using a fire extinguisher, you should us the PASS method for fighting fires." + Choices: + - {Label: "Pull, alarm, squeeze and sweep.", Value: False} + - {Label: "Pull, aim, squeeze and sweep.", Value: True} + - {Label: "Pull, aim, shut your eyes and sweep.", Value: False} + - {Label: "Pull, alarm, squeeze and shout out loud.", Value: False} + Q28: + Text: "If an employee is injured:" + Choices: + - {Label: "Report it to your supervisor.", Value: False} + - {Label: "Call the first response team.", Value: False} + - {Label: "All of the above.", Value: True} + - {Label: "None of the above.", Value: False} \ No newline at end of file