qobjects = [
{
question: "The random.normal() method has three parameters, which ones?",
options: [
"dept scale size",
"mean dev size",
"loc scale size"
],
correct: 2
},
{
question: "The curve of a Normal Distribution is also known as another object due to its shape. What is it called?",
options: [
"The Trompet Curve",
"The Drumstick Curve",
"The Bell Curve"
],
correct: 2
},
{
question: "Which one of the following curves is a Normal Data Distribution?",
options: [
"
",
"
",
"
"
],
correct: 1
}
]