standardize question keys

This commit is contained in:
Audrey Jensen 2023-09-15 16:12:25 +00:00
parent a65e11f3b8
commit 2520cd7fe2

View File

@ -7,12 +7,12 @@ Questions:
# Choices: # 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]}
# - {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: Q1:
Text: "Some safety topics in J.V. Manufacturing Safety Orientation Training are General Safety, Safe Lifting, Fall Protection and Forklift Training." Text: "Some safety topics in J.V. Manufacturing Safety Orientation Training are General Safety, Safe Lifting, Fall Protection and Forklift Training."
Choices: Choices:
- {Label: "True", Value: true} - {Label: "True", Value: true}
- {Label: "False", Value: false} - {Label: "False", Value: false}
Question2: Q2:
Text: "Accidents are caused by:" Text: "Accidents are caused by:"
Choices: Choices:
- {Label: "Unsafe acts of another employee.", Value: False} - {Label: "Unsafe acts of another employee.", Value: False}