qobjects = [
{
question: "How many parameters does the random.pareto() method have?",
options: [
"1",
"2",
"3"
],
correct: 1
},
{
question: "The random.pareto() method has two parameters, which ones?",
options: [
"a and size",
"df and size",
"scale and size"
],
correct: 0
},
{
fillintheblanks: "exercise_random_pareto1.htm"
}
]