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