// JavaScript Document

var data = {
    "_rubric": "<b>Drag and drop the correct answer in the appropriate column.</b>",
    "_title": "<b>Word families</b>",
    "_questionArr": [
        [
            "*Allowing people to preserve and develop their culture.*"
        ],
        [
            "*Taking care of public property.*"
        ],
        [
            "*Allowing citizens to speak freely.*"
        ],
        [
            "*Allowing residence and travel anywhere within the country.*"
        ],
        [
            "*Taking care of the environment.*"
        ],
        [
            "*Preserving our cultural heritage.*"
        ]
    ],
    "_optionArr": [
        [
            "Fundamental Rights",
            "Fundamental Duties"
        ],
        [
            "Fundamental Rights",
            "Fundamental Duties"
        ],
        [
            "Fundamental Rights",
            "Fundamental Duties"
        ],
        [
            "Fundamental Rights",
            "Fundamental Duties"
        ],
        [
            "Fundamental Rights",
            "Fundamental Duties"
        ],
        [
            "Fundamental Rights",
            "Fundamental Duties"
        ]
    ],
    "_AnsArr": [
        [
            [
                0
            ],
            [
                1
            ]
        ],
        [
            [
                1
            ],
            [
                0
            ]
        ],
        [
            [
                0
            ],
            [
                1
            ]
        ],
        [
            [
                0
            ],
            [
                1
            ]
        ],
        [
            [
                1
            ],
            [
                0
            ]
        ],
        [
            [
                1
            ],
            [
                0
            ]
        ]
    ]
};
			
