From cc580370c117ffc70a97dacd7ba9e6c204d104a7 Mon Sep 17 00:00:00 2001 From: Audrey Aaliyah Jensen Date: Thu, 31 Aug 2023 15:57:43 -0500 Subject: [PATCH 1/2] spell correction --- config/SafetyQuiz.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/SafetyQuiz.yaml b/config/SafetyQuiz.yaml index eeee517..dfd7e23 100644 --- a/config/SafetyQuiz.yaml +++ b/config/SafetyQuiz.yaml @@ -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} From c97d087a21206053769596004153eea29973563a Mon Sep 17 00:00:00 2001 From: Audrey Aaliyah Jensen Date: Thu, 31 Aug 2023 16:05:17 -0500 Subject: [PATCH 2/2] more spelling fixes --- config/SafetyQuiz.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config/SafetyQuiz.yaml b/config/SafetyQuiz.yaml index dfd7e23..5bd1a62 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}