diff --git a/config/SafetyQuiz.yaml b/config/SafetyQuiz.yaml index 8db97c6..e308e1f 100644 --- a/config/SafetyQuiz.yaml +++ b/config/SafetyQuiz.yaml @@ -35,14 +35,14 @@ Questions: 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: "Bending knees, jerk load straight up and 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: "Never clamp a handheld 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: @@ -90,7 +90,7 @@ Questions: Q13: Text: "Foot protection is made to meet a variety of occupational needs, including:" Choices: - - {Label: "Reducing static electricity of wearer.", Value: False} + - {Label: "Reducing static electricity of the 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} @@ -182,7 +182,7 @@ Questions: - {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." + Text: "When using a fire extinguisher, you should use the PASS method for fighting fires." Choices: - {Label: "Pull, alarm, squeeze and sweep.", Value: False} - {Label: "Pull, aim, squeeze and sweep.", Value: True}