qobjects = [
{
question: "The random.multinomial() method has three parameters, which ones?",
options: [
"loc scale size",
"n pvals size",
"loc dev size"
],
correct: 1
},
{
fillintheblanks: "exercise_random_multinomial1.htm"
},
{
question: "What does the first parameter of the random.multinomial() method specify?",
options: [
"The number of times to run the experiment",
"The mean, where the peak is",
"The standard deviation"
],
correct: 0
}
]