 var data  = {
    "rubric": "Find these words in the word search.",
    "title": "Word search",
    "wordListArr": {
        "across": [
            {
                "clue": "SUMMER",
                "ids": [
                    0,
                    0
                ],
                "inx": 1,
                "ans": "SUMMER"
            },
            {
                "clue": "MONSOON",
                "ids": [
                    0,
                    9
                ],
                "inx": 2,
                "ans": "MONSOON"
            },
            {
                "clue": "HUMIDITY",
                "ids": [
                    2,
                    8
                ],
                "inx": 3,
                "ans": "HUMIDITY"
            }
        ],
        "down": [
            {
                "clue": "RAINFALL",
                "ids": [
                    1,
                    1
                ],
                "inx": 4,
                "ans": "RAINFALL"
            },
            {
                "clue": "SNOWFALL",
                "ids": [
                    0,
                    1
                ],
                "inx": 5,
                "ans": "SNOWFALL"
            },
            {
                "clue": "BREEZE",
                "ids": [
                    9,
                    1
                ],
                "inx": 6,
                "ans": "BREEZE"
            },
            {
                "clue": "WIND",
                "ids": [
                    3,
                    1
                ],
                "inx": 7,
                "ans": "WIND"
            }
        ]
    },
    "totalRows": 10,
    "totalCols": 10,
    "type": "WordSearch",
    "intro": ""
}