 var data  = {
    "rubric": "Click and choose the given words in the word search.",
    "title": "Word search",
    "wordListArr": {
        "across": [
            {
                "clue": "CRAYONS",
                "ids": [
                    0,
                    0
                ],
                "inx": 1,
                "ans": "CRAYONS"
            },
            {
                "clue": "PAINT",
                "ids": [
                    2,
                    3
                ],
                "inx": 2,
                "ans": "PAINT"
            },
            {
                "clue": "PENCIL",
                "ids": [
                    1,
                    9
                ],
                "inx": 3,
                "ans": "PENCIL"
            }
        ],
        "down": [
            {
                "clue": "CHART",
                "ids": [
                    0,
                    3
                ],
                "inx": 4,
                "ans": "CHART"
            },
            {
                "clue": "BRUSH",
                "ids": [
                    7,
                    1
                ],
                "inx": 5,
                "ans": "BRUSH"
            },
            {
                "clue": "ERASER",
                "ids": [
                    9,
                    0
                ],
                "inx": 6,
                "ans": "ERASER"
            }
        ]
    },
    "totalRows": 10,
    "totalCols": 10,
    "type": "WordSearch",
    "intro": "v"
}