data = [
    {
     "question" : "1. Buying a $US ETF on ASX is consistent with the view that the $A will strengthen against the $US.",
      "feedback" : "Buying a $US ETF is consistent with the view that the $A will weaken against the $US (the $US will strengthen against the $A).",
      "correctAnswer" : "2",
      "answers": [{
         "optionId" : 1,
         "optionText" : "TRUE"
        },
        {
          "optionId" : 2,
         "optionText" : "FALSE"
        }]
    },
    {
     "question" : "2. You have bought a $US dollar ETF on ASX. After your purchase, the $A declines against the $US. What is the price of your ETF likely to do?",
      "feedback" : " If the $US strengthens against the $A, which is the same as saying the $A falls against the $US, the price of the ETF will rise.",
      "correctAnswer" : "1",
      "answers": [{
         "optionId" : 1,
         "optionText" : "Rise"
        },
        {
          "optionId" : 2,
         "optionText" : "Fall"
        }]
    },
    {
     "question" : "3. Are the costs of trading currency ETFs likely to be lower than those of trading directly in the foreign exchange market (for retail investors)?",
      "feedback" : "The spread between bid and offer prices for currency ETFs may be narrower than the spreads retail investors face when trading on the foreign exchange market. The costs of purchasing currency ETFs and ongoing management expenses (MERs) may be lower then the costs of buying foreign currency directly.",
      "correctAnswer" : "1",
      "answers": [{
         "optionId" : 1,
         "optionText" : "Yes"
        },
        {
          "optionId" : 2,
         "optionText" : "No"
        }]
    }
  ];