 var data  = {
    "rubric": "Find yesterday words in the word search.",
    "title": "Yesterday Words",
    "wordListArr": {
        "across": [
            {
                "clue": "danced",
                "ids": [
                    2,
                    0
                ],
                "inx": 1,
                "ans": "DANCED"
            }
        ],
        "down": [
            {
                "clue": "happened",
                "ids": [
                    0,
                    0
                ],
                "inx": 2,
                "ans": "HAPPENED"
            },
            {
                "clue": "waited",
                "ids": [
                    3,
                    4
                ],
                "inx": 3,
                "ans": "WAITED"
            },
            {
                "clue": "lived",
                "ids": [
                    5,
                    4
                ],
                "inx": 4,
                "ans": "LIVED"
            },
            {
                "clue": "finished",
                "ids": [
                    9,
                    0
                ],
                "inx": 5,
                "ans": "FINISHED"
            },
            {
                "clue": "stitched",
                "ids": [
                    7,
                    2
                ],
                "inx": 6,
                "ans": "STITCHED"
            },
            {
                "clue": "thrilled",
                "ids": [
                    1,
                    1
                ],
                "inx": 7,
                "ans": "THRILLED"
            }
        ]
    },
    "totalRows": 10,
    "totalCols": 10,
    "type": "WordSearch",
    "intro": "g"
}