<?xml version="1.0" encoding="UTF-8"?>
<mm:Lesson xmlns:mm="x-schema:childdata.xml"><!-- This is a program to demonstrate the LessonSpec object schema to be used in the Irish Language CALL program. The name of the file is lesson.xml -->
    <mm:Heading>
        <mm:Name>Lesson 3</mm:Name>
        <mm:Number>3</mm:Number>
        <mm:Content>What do the following phrases in Irish mean?</mm:Content>
    </mm:Heading>
    <mm:Question>
        <mm:Number>1</mm:Number>
        <mm:Query>An bhfuil madra agat?</mm:Query>
        <mm:OptionA>Do you have a dog?</mm:OptionA>
        <mm:OptionB>Do you own the dog?</mm:OptionB>
        <mm:OptionC>Will you own a dog?</mm:OptionC>
        <mm:OptionD>Do you like dogs?</mm:OptionD>
        <mm:CorrectAnswer>Do you have a dog?</mm:CorrectAnswer>
    </mm:Question>
    <mm:Question>
        <mm:Number>2</mm:Number>
        <mm:Query>An dtugann tú an madra ag siúl?</mm:Query>
        <mm:OptionA>Does the dog go on walks?</mm:OptionA>
        <mm:OptionB>Do you take the dog for walks?</mm:OptionB>
        <mm:OptionC>Who takes the dog for a walk?</mm:OptionC>
        <mm:OptionD>Will you take the dog for a walk?</mm:OptionD>
        <mm:CorrectAnswer>Do you take the dog for walks?</mm:CorrectAnswer>
    </mm:Question>
    <mm:Question>
        <mm:Number>3</mm:Number>
        <mm:Query>Cá bhfuair tú an madra?</mm:Query>
        <mm:OptionA>Where is the dog?</mm:OptionA>
        <mm:OptionB>How much is the dog?</mm:OptionB>
        <mm:OptionC>Where did you get the dog?</mm:OptionC>
        <mm:OptionD>How did you get the dog?</mm:OptionD>
        <mm:CorrectAnswer>Where did you get the dog?</mm:CorrectAnswer>
    </mm:Question>
</mm:Lesson>