// JavaScript Document


var data = {
    "_rubric": "<b>Type 'T' for true or 'F' for false.</b>",
    "_title": "<b>Conjunctions</b>",
    "_optionArr": [
        [],
        [],
        [],
        [],
        []
    ],
    "_quesArr": [
        [
            {
                "ques": "A point has length or breadth.  ________",
                "ans": [
                    [
                        "F",
                        "f"
                    ]
                ]
            }
        ],
        [
            {
                "ques": "The point is the greatest part of a line.  ________",
                "ans": [
                    [
                        "F",
                        "f"
                    ]
                ]
            }
        ],
        [
            {
                "ques": "A line can be drawn endlessly in both directions. ________",
                "ans": [
                    [
                        "T",
                        "t"
                    ]
                ]
            }
        ],
        [
            {
                "ques": "A line segment has a starting point and an ending point. ________",
                "ans": [
                    [
                        "T",
                        "t"
                    ]
                ]
            }
        ],
        [
            {
                "ques": "A line segment is a part of a line. ________",
                "ans": [
                    [
                        "T",
                        "t"
                    ]
                ]
            }
        ]
    ],
    "intro": "",
    "type": "TypingAllOnce"
};
			
			
