<?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 10</mm:Name>
        <mm:Number>10</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>Cé mhéad a bhíonn ar an tacsaí?</mm:Query>
        <mm:OptionA>Where do you get the taxi?</mm:OptionA>
        <mm:OptionB>How many taxis are there?</mm:OptionB>
        <mm:OptionC>When do you get the taxi?</mm:OptionC>
        <mm:OptionD>How much does the taxi cost?</mm:OptionD>
        <mm:CorrectAnswer>How much does the taxi cost?</mm:CorrectAnswer>
    </mm:Question>
    <mm:Question>
        <mm:Number>2</mm:Number>
        <mm:Query>An leatsa an carr?</mm:Query>
        <mm:OptionA>Whose car is it?</mm:OptionA>
        <mm:OptionB>Where is the car?</mm:OptionB>
        <mm:OptionC>Is it your car?</mm:OptionC>
        <mm:OptionD>Do you have the car?</mm:OptionD>
        <mm:CorrectAnswer>Is it your car?</mm:CorrectAnswer>
    </mm:Question>
    <mm:Question>
        <mm:Number>3</mm:Number>
        <mm:Query>Cathain a fuair tú é?</mm:Query>
        <mm:OptionA>Where did you get it?</mm:OptionA>
        <mm:OptionB>Did you get it?</mm:OptionB>
        <mm:OptionC>When did you get it?</mm:OptionC>
        <mm:OptionD>How did you get it?</mm:OptionD>
        <mm:CorrectAnswer>When did you get it?</mm:CorrectAnswer>
    </mm:Question>
</mm:Lesson>