qobjects = [
{
question: "The random.poisson() method has two parameters, which ones?",
options: [
"loc and size",
"dev and size",
"lam and size"
],
correct: 2
},
{
fillintheblanks: "exercise_random_poisson1.htm"
},
{
question: "True or False. Normal distribution is continuous whereas Poisson is discrete.",
options: [
"True",
"False"
],
correct: 0
}
]