qobjects = [
{
question: "The random.binomial() method has three parameters, which ones?",
options: [
"n p size",
"mean dev size",
"loc mean size"
],
correct: 0
},
{
fillintheblanks: "exercise_random_binomial1.htm"
},
{
question: "True or False. The curve of a Binomial Distribution will always be identical to a Normal Distribution.",
options: [
"True",
"False"
],
correct: 1
}
]