
// JavaScript Document

var data = {
    "title": "<b>Homophones</b>",
    "rubric": "<b>Click on the correct option to complete each sentence.</b>",
    "quesArr": [
        {
            "ques": "Take a ( <op>right</op> / <op>write</op> ) turn from here."
        },
        {
            "ques": "Rahul and Rehan ( <op>one</op> / <op>won</op> ) the match!"
        },
        {
            "ques": "Please ( <op>grate</op> / <op>great</op> ) some cheese for the sandwich."
        },
        {
            "ques": "( <op>Wood</op> / <op>Would</op> ) you like some tea or coffee?"
        },
        {
            "ques": "Your new ( <op>blue</op> / <op>blew</op> ) shirt looks very smart."
        }
    ],
    "Aarr": [
        0,
        1,
        0,
        1,
        0
    ],
    "intro": "v",
    "type": "ClickableWords"
};
			
//====================================================================

//<input class='txtformat' id='txtF' readonly></input>