var init = {
'questions': [
{
'question': '1) Does this farmer have enough room to grow all these flowers AND corn?','answers': [ 'a) Yes.', 'b) No.', ], 'correctAnswer' : 1, 'questionID' : 625 },
{
'question': '2) If this farmer decided to sell corn and flowers, what would have to happen to the flowers?','answers': [ 'a) He would have to grow fewer flowers.', 'b) Nothing would change.', ], 'correctAnswer' : 1, 'questionID' : 626 },
{
'question': '3) What did this farmer decide to grow in his garden?','answers': [ 'a) Corn', 'b) Flowers', 'c) Wheat', ], 'correctAnswer' : 2, 'questionID' : 624 },
{
'question': '4) What was this farmer\'s opportunity cost to grow flowers instead of corn?','answers': [ 'a) Corn.', 'b) Flowers.', ], 'correctAnswer' : 1, 'questionID' : 628 },
{
'question': '5) Why do you think this farmer chose to grow flowers?','answers': [ 'a) Flowers are pretty.', 'b) He is allergic to corn.', 'c) He can sell the flowers to make money.', ], 'correctAnswer' : 3, 'questionID' : 627 }, ],
'resultComments' :
{
perfect: 'Excellent!',
excellent: 'Great job!',
good: 'Nice work.',
average: 'Not too bad. You may want to review the lesson and try again.
',
bad: 'You should go back and review the lesson.',
poor: 'You should go back and review the lesson.',
worst: 'You should go back and review the lesson.'
}
};