qobjects = [
{
question: "The random.chisquare() method has two parameters, which ones?",
options: [
"n and size",
"df and size",
"scale and size"
],
correct: 1
},
{
fillintheblanks: "exercise_random_chi_square1.htm"
},
{
question: "Which one of the following curves is a Chi Square Data Distribution?",
options: [
"
",
"
",
"
"
],
correct: 2
}
]