{
  "name": "My Custom Questions",
  "categories": [
    {
      "name": "Animus Home",
      "questions": [
        {
          "q": "When was the company Animus Home AB founded?",
          "o": [
            "2017",
            "2016",
            "2014"
          ],
          "a": "2015"
        },
        {
          "q": "What is Animus Home's flagship product called?",
          "o": [
            "Max",
            "S12",
            "Echo"
          ],
          "a": "Heart"
        }
      ]
    },
    {
      "name": "Sports",
      "questions": [
        {
          "q": "Who was the champion of the Tour de France from 1999 to 2005?",
          "o": [
            "Marco Pantani",
            "Floyd Landis",
            "Miguel Indurain"
          ],
          "a": "Lance Armstrong"
        },
        {
          "q": "Which ball is worth the most points in English snooker?",
          "o": [
            "Pink ball",
            "Blue ball",
            "Red ball"
          ],
          "a": "Black ball"
        }
      ]
    }
  ]
}
