data = [
    {
     "question" : "1. A sharemarket index is a measure of the performance of a group of stocks.",
      "feedback" : "A sharemarket index measures the performance of a group of stocks. The index measures the net effect of price movements of the stocks in the index.",
      "correctAnswer" : "1",
      "answers": [{
         "optionId" : 1,
         "optionText" : "TRUE"
        },
        {
          "optionId" : 2,
         "optionText" : "FALSE"
        }]
    },
    {
     "question" : "2. Australian sharemarket indices are capitalisation-weighted. What does a company&apos;s sharemarket capitalisation depend on?",
      "feedback" : "In simple terms, a company&apos;s market capitalisation depends not just on its share price, but also on the number of shares on issue.",
      "correctAnswer" : "3",
      "answers": [{
         "optionId" : 1,
         "optionText" : "Its share price"
        },
        {
          "optionId" : 2,
         "optionText" : "The number of shares on issue"
        },
        {
          "optionId" : 3,
         "optionText" : "Both"
        }]
    },
    {
     "question" : "3. What is the name given to an index that takes into account both the price of shares and the dividends paid by those shares, and assumes that all dividends are reinvested?",
      "feedback" : "A price return index is a measure of performance that takes into account only the price of the shares in the index. The total return (accumulation) index takes into account both the price of shares and the dividends paid by those shares. It assumes that all dividends are reinvested.",
      "correctAnswer" : "2",
      "answers": [{
         "optionId" : 1,
         "optionText" : "Price return index"
        },
        {
          "optionId" : 2,
         "optionText" : "Accumulation index"
        }]
    },
    {
     "question" : "4. An investment in an ETF should produce the same returns as which corresponding index?",
      "feedback" : "An investment in an ETF should produce the same returns (before fees and expenses) as the relevant accumulation index, assuming you reinvest all distributions in additional ETF units.",
      "correctAnswer" : "2",
       "answers": [{
         "optionId" : 1,
         "optionText" : "Price return index"
        },
        {
          "optionId" : 2,
         "optionText" : "Accumulation index"
        }]
    },{
     "question" : "5. An index ETF can offer both income and capital growth.",
      "feedback" : "ETFs can offer returns in the form of income and capital growth. You receive regular distributions, typically either quarterly or half-yearly. There is also the potential for capital growth.",
      "correctAnswer" : "1",
      "answers": [{
         "optionId" : 1,
         "optionText" : "TRUE"
        },
        {
          "optionId" : 2,
         "optionText" : "FALSE"
        }]
    },{
     "question" : "6. Does an ETF manager take underweight and overweight positions in stocks in an attempt to outperform the index?",
      "feedback" : "The ETF manager&apos;s job is to replicate the index. The fund manager does not attempt to outperform the index by taking overweight or underweight positions in individual stocks.",
      "correctAnswer" : "2",
      "answers": [{
         "optionId" : 1,
         "optionText" : "Yes"
        },
        {
          "optionId" : 2,
         "optionText" : "No"
        }]
    },
    {
     "question" : "7. A market sector consists of a group of companies with similar market capitalisations.",
      "feedback" : " A market sector consists of a group of companies from the same or similar industries.",
      "correctAnswer" : "2",
      "answers": [{
         "optionId" : 1,
         "optionText" : "TRUE"
        },
        {
          "optionId" : 2,
         "optionText" : "FALSE"
        }]
    },{
     "question" : "8. Which of the following risks is the holder of an index ETF exposed to?",
      "feedback" : "The portfolio underlying an ETF is diversified across many securities, protecting you against the &apos;specific risk&apos; of an individual security performing poorly. You are still exposed to market risk.",
      "correctAnswer" : "1",
      "answers": [{
         "optionId" : 1,
         "optionText" : " Market risk"
        },
        {
          "optionId" : 2,
         "optionText" : "Specific risk"
        }]
    },
    {
     "question" : "9. Which risk of investing in ETFs does the diagram depict?",
      "feedback" : "If you hold an ETF that tracks the broad sharemarket, adding a sector ETF may duplicate an existing exposure to that market sector.",
      "correctAnswer" : "2",
      "answers": [{
         "optionId" : 1,
         "optionText" : "Market risk"
        },
        {
          "optionId" : 2,
         "optionText" : "Portfolio duplication"
        },
        {
          "optionId" : 3,
         "optionText" : "Currency risk"
        }]
    }
  ];