qobjects = [
{
question: "The random.uniform() method has three parameters, which ones?",
options: [
"x y size",
"low high size",
"lower upper size"
],
correct: 1
},
{
fillintheblanks: "exercise_random_uniform1.htm"
},
{
question: "Which one of the following curves is a Uniform Data Distribution?",
options: [
"
",
"
",
"
"
],
correct: 0
}
]