diff --git a/config/SafetyQuiz.yaml b/config/SafetyQuiz.yaml index eeee517..8db97c6 100644 --- a/config/SafetyQuiz.yaml +++ b/config/SafetyQuiz.yaml @@ -56,8 +56,8 @@ Questions: 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: "4 Feet", Value: True} + - {Label: "6 Feet", Value: False} - {Label: "8 Feet", Value: False} Q9: Text: "Common fall protection systems are:" diff --git a/templates/Training/Safety/Topics/fall.html.twig b/templates/Training/Safety/Topics/fall.html.twig index f0dd2ea..2cf600d 100644 --- a/templates/Training/Safety/Topics/fall.html.twig +++ b/templates/Training/Safety/Topics/fall.html.twig @@ -79,7 +79,7 @@