<?xml version="1.0" encoding="utf-8" ?>
    <test name="FGU engelsk blandede opgaver">
        <type da="Generisk test" en="Generic test" enum="10008" />
        <generator version="3.0" nodeId="3361" lastEditedDate="2021-02-09T08:56:14" lastEditedBy="ITEM Systems" />
        <handlers>
            <handler type="renderer" name="Taleinstituttet.Presentation.Test.GenericTestRenderer" />
            <handler type="saver" name="Taleinstituttet.Business.Test.GenericTestSaver" />
        </handlers>
        <settings>



<setting name="css">
    <![CDATA[/* editor only */
.editor-main .layout { font-family: 'Open Sans'; }
.layout { text-align: center; }
.layout .widget { margin-bottom: 1em; }
.layout.align-left { text-align: left; }
.editor-main .widget i.fa-eye { position: absolute; background-color: rgba(255,255,255,0.85); top: .1em; right: .1em; padding: .2em; z-index: 1000; }

/* cols */
.layout.container .row { display: flex; margin: 0 0; -ms-flex-wrap: wrap; -webkit-flex-wrap: wrap; flex-wrap: wrap; align-items: stretch; -ms-align-content: flex-end; -webkit-align-content: flex-end; align-content: flex-end; -ms-flex-direction: row; -webkit-flex-direction: row; flex-direction: row; justify-content: flex-start; }
.layout.container .col { -ms-flex: 1; -webkit-flex: 1; flex: 1; align-self: auto; margin: 0; padding: 1em; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; overflow: hidden; }
.layout.layout-100 .col { -ms-flex: 100%; -webkit-flex: 100%; flex: 100%; }
.layout.layout-50-50 .col { -ms-flex: 50%; -webkit-flex: 50%; flex: 50%; }
.layout.layout-66-33 .col { -ms-flex: 33.3333%; -webkit-flex: 33.3333%; flex: 33.3333%; }
.layout.layout-66-33 .col:first-child { flex-grow: 2; }
.layout.layout-33-66 .col { -ms-flex: 33.3333%; -webkit-flex: 33.3333%; flex: 33.3333%; }
.layout.layout-33-66 .col:last-child { flex-grow: 2; }

/* generic */
.widget .noList, .widget .noList li { list-style: none; margin: 0; padding: 0; }
.widget.bullets { text-align: left; }

/* headers */
.widget.header { }

/* richtext */
.editor-main div[data-type="widget"] div[style*="column-count"]:hover { background-color: rgba(190,190,190,.185); }
.editor-main div[data-type="widget"] div[style*="column-count"] .controlOverlay:hover { background-color: transparent; }
.widget.richtext { margin-bottom: 2em; }
.widget.richtext .text.columns p { margin-top: 0; margin-bottom: 1.5em; }

/* image */
.editorImage { display: inline-block; }
.editorImage img { display: block; max-width: 100%; }
.editorImage.clickableImage { cursor: -webkit-zoom-in; cursor: -moz-zoom-in; }

/* widget grid */
.item-grid.noList li { float: left; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }
.item-grid-lg-1 li { width: 100%; }
.item-grid-lg-2 li { width: 50%; }
.item-grid-lg-3 li { width: 33.33%; }
.item-grid-lg-4 li { width: 25%; }
.item-grid-lg-5 li { width: 20%; }
.item-grid-lg-6 li { width: 16.666%; }
.item-grid-lg-7 li { width: 14.28%; }
.item-grid-lg-8 li { width: 12.5%; }

/* gallery */
.widget.imageGallery { overflow: hidden; }
.imageGalleryList:hover img { }
.imageGalleryList li { overflow: hidden; }
.imageGalleryList li a { display: block; overflow: hidden; }
.imageGalleryList img { display: block; width: 100%; }
.imageGalleryList li a:hover img { }
.widget.imageGallery .clickableImage { cursor: -webkit-zoom-in; cursor: -moz-zoom-in; }

/* bullets */
.widget.bullets li { padding: .35em 0; }

/* multiple choice */
.widget.multipleChoice { overflow: hidden; }
.widget.multipleChoice li { overflow: hidden; }
.widget.multipleChoice li a { display: block; cursor: pointer; border: solid 4px #ddd; }
.widget.multipleChoice li a:hover { border-color: #c8de91; }
.widget.multipleChoice li a.selected { border-color: #87B21A; }
.widget.multipleChoice li a span { display: block; padding: 1em; }
.widget.multipleChoice img { width: 100%; display: block; }
.widget.multipleChoice input[type="button"] { background: #87B21A; color: #fff; border: none; border-radius: 2px; min-width: 7em; padding: .75em 1.5em; cursor: pointer; font-size: 15px; margin: 0 0 0 .35em; }

/* input answer */
.widget.inputAnswer { }
.widget.inputAnswer p { display: inline-block; margin-right: .75em; vertical-align: middle; }
.widget.inputAnswer div.multiLine p { vertical-align: top; }
.widget.inputAnswer .textbox { padding: .25em .5em; text-align: center; }
.widget.left.inputAnswer .textbox { text-align: left; }
.editor-main .widget.inputAnswer p.input { font-size: 1.25em; }
.editor-main .widget.inputAnswer .textbox { font-family: 'Segoe UI', 'Lucida Sans Unicode', Arial, Helvetica, Sans-Serif; font-size: 1em; }

.widget.inputAnswer .textbox.small { width: 3em; }
.widget.inputAnswer .textbox.medium { width: 15em; }
.widget.inputAnswer .textbox.large { width: 25em; }
.widget.inputAnswer .break { margin: .5em 0; display: table; }
.widget.inputAnswer .navigation input { margin: 0; background: #87B21A; color: #fff; border: none; border-radius: 2px; min-width: 7em; padding: .55em 1.5em; cursor: pointer; font-size: 15px; }

/* sound */
.widget.questionSound .soundplayer { display: block; background-image: url('/images/soundplayersprite.png'); background-repeat: no-repeat; background-size: cover; width: 64px; height: 64px; margin: 0 auto; }
.widget.questionSound .soundplayer.empty { opacity: 0.3; }
.widget.questionSound .soundplayer.hidden { display: none; }
.editor-main .widget.questionSound .soundplayer.hidden { opacity: 0.04; display: block; }
.widget.questionSound .soundplayer.small { width: 32px; height: 32px; }
.widget.questionSound .soundplayer.medium { width: 48px; height: 48px; }
.widget.questionSound .soundplayer.large { width: 64px; height: 64px; }
.widget.questionSound .soundplayer.align-left { float: left; margin: 0; }
.widget.questionSound .soundplayer.align-right { float: right; margin: 0; }
]]>
</setting>


        </settings>
        <introduction>
            <introductionText><![CDATA[]]></introductionText>
            <assets>
                            </assets>
        </introduction>



<questions count="17">
        <question name="FGU eng G opg 4" nodeId="3362" type="multipleChoice">
            <settings>
                <setting name="autoPlaySound" value="false" />
            </settings>
            <questionText>
                <introductionText>
                    <![CDATA[]]>
                </introductionText>
                <renderedQuestionText>
                    <![CDATA[ 
    <div class="layout layout-100 container"><div class="row"><div class="col"><div class="widget richText" data-report="true"><p>I left my bike at home.</p></div></div></div></div><div class="layout layout-100 container"><div class="row"><div class="col"><div class="widget multipleChoice"><div class="multipleChoice"><input type="hidden" name="{questionHiddenInputName}" id="{questionHiddenInputId}"><ul class="noList answerList item-grid item-grid-lg-3 item-grid-md-3 item-grid-sm-1 clearfix" style="width: 102%"><li style="padding-right: 2%; padding-bottom: 2%;" class="item-mod3-0 item-mod1-0 clearfix"><a data-id="bc565dc1-4b76-aa8c-ce5a-fa3e27d66671"><span>&quot;left&quot;, st&#229; i datid</span></a></li><li style="padding-right: 2%; padding-bottom: 2%;" class="item-mod3-1 item-mod1-0 clearfix"><a data-id="23aaee18-4170-f254-97be-d4bcd64a283e"><span>&quot;left&quot;, st&#229;r i nutid</span></a></li><li style="padding-right: 2%; padding-bottom: 2%;" class="item-mod3-2 item-mod1-0 clearfix"><a data-id="48641c34-4ef6-4d35-7b14-93408042807c"><span>Spring opgaven over</span></a></li></ul></div></div></div></div></div>



]]>
                </renderedQuestionText>
                <renderedReportText>
                    <![CDATA[<div class="widget richText" data-report="true"><p>I left my bike at home.</p></div>
]]>
                </renderedReportText>
            </questionText>

                                <multipleChoiceAnswers>
                            <answer id="bc565dc1-4b76-aa8c-ce5a-fa3e27d66671" name="1" isCorrect="true">
                                <text><![CDATA["left", stå i datid]]></text>
                                <reportText><![CDATA[<div>"left", stå i datid</div>]]></reportText>
                            </answer>
                            <answer id="23aaee18-4170-f254-97be-d4bcd64a283e" name="2" isCorrect="false">
                                <text><![CDATA["left", står i nutid]]></text>
                                <reportText><![CDATA[<div>"left", står i nutid</div>]]></reportText>
                            </answer>
                            <answer id="48641c34-4ef6-4d35-7b14-93408042807c" name="3" isCorrect="false">
                                <text><![CDATA[Spring opgaven over]]></text>
                                <reportText><![CDATA[<div>Spring opgaven over</div>]]></reportText>
                            </answer>
                    </multipleChoiceAnswers>


            <assets>
                


            </assets>
        </question>
        <question name="FGU eng G opg 10" nodeId="3368" type="multipleChoice">
            <settings>
                <setting name="autoPlaySound" value="false" />
            </settings>
            <questionText>
                <introductionText>
                    <![CDATA[]]>
                </introductionText>
                <renderedQuestionText>
                    <![CDATA[ 
    <div class="layout layout-100 container"><div class="row"><div class="col"><div class="widget richText" data-report="true"><p>I listen to music all day long</p></div></div></div></div><div class="layout layout-100 container"><div class="row"><div class="col"><div class="widget multipleChoice"><div class="multipleChoice"><input type="hidden" name="{questionHiddenInputName}" id="{questionHiddenInputId}"><ul class="noList answerList item-grid item-grid-lg-3 item-grid-md-3 item-grid-sm-1 clearfix" style="width: 102%"><li style="padding-right: 2%; padding-bottom: 2%;" class="item-mod3-0 item-mod1-0 clearfix"><a data-id="f3d8dc79-05e9-007f-9926-07434d4b1c5e"><span>&quot;listen&quot; st&#229;r i datid</span></a></li><li style="padding-right: 2%; padding-bottom: 2%;" class="item-mod3-1 item-mod1-0 clearfix"><a data-id="303de970-b75f-3443-6625-692867a38138"><span>&quot;listen&quot;, st&#229;r i nutid</span></a></li><li style="padding-right: 2%; padding-bottom: 2%;" class="item-mod3-2 item-mod1-0 clearfix"><a data-id="50a8abdf-6b65-2f92-6235-e855c6b52c7b"><span>Spring opgaven over</span></a></li></ul></div></div></div></div></div>



]]>
                </renderedQuestionText>
                <renderedReportText>
                    <![CDATA[<div class="widget richText" data-report="true"><p>I listen to music all day long</p></div>
]]>
                </renderedReportText>
            </questionText>

                                <multipleChoiceAnswers>
                            <answer id="f3d8dc79-05e9-007f-9926-07434d4b1c5e" name="1" isCorrect="false">
                                <text><![CDATA["listen" står i datid]]></text>
                                <reportText><![CDATA[<div>"listen" står i datid</div>]]></reportText>
                            </answer>
                            <answer id="303de970-b75f-3443-6625-692867a38138" name="2" isCorrect="true">
                                <text><![CDATA["listen", står i nutid]]></text>
                                <reportText><![CDATA[<div>"listen", står i nutid</div>]]></reportText>
                            </answer>
                            <answer id="50a8abdf-6b65-2f92-6235-e855c6b52c7b" name="3" isCorrect="false">
                                <text><![CDATA[Spring opgaven over]]></text>
                                <reportText><![CDATA[<div>Spring opgaven over</div>]]></reportText>
                            </answer>
                    </multipleChoiceAnswers>


            <assets>
                


            </assets>
        </question>
        <question name="FGU eng G opg 13" nodeId="3372" type="multipleChoice">
            <settings>
                <setting name="autoPlaySound" value="false" />
            </settings>
            <questionText>
                <introductionText>
                    <![CDATA[]]>
                </introductionText>
                <renderedQuestionText>
                    <![CDATA[ 
    <div class="layout layout-100 container"><div class="row"><div class="col"><div class="widget richText" data-report="true"><p>What time is it?</p></div></div></div></div><div class="layout layout-100 container"><div class="row"><div class="col"><div class="widget imageGallery" data-report="true"><ul class="noList imageGalleryList item-grid item-grid-lg-3 item-grid-md-3 item-grid-sm-1 clearfix" style="width: 102%"><li class="image item-mod3-0 item-mod1-0 clearfix clickableImage" style="padding-right: 2%; padding-bottom: 2%;"><a class="image item-mod3-0 item-mod1-0 clearfix clickableImage" title="Klik for at zoome ind" rel="gallery" data-href="/media/2015/skaermbillede-2020-06-24-kl-185512.png"><img alt="Sk&#230;rmbillede 2020-06-24 kl. 18.55.12.png" style="max-width: 177px" data-maxwidth="177" id="img3376" data-src="/media/2015/skaermbillede-2020-06-24-kl-185512.png?width=750&amp;upscale=false"></a></li><li class="image item-mod3-1 item-mod1-0 clearfix clickableImage" style="padding-right: 2%; padding-bottom: 2%;"><a class="image item-mod3-1 item-mod1-0 clearfix clickableImage" title="Klik for at zoome ind" rel="gallery" data-href="/media/2010/ur-fgu-eng-g.jpg"><img alt="ur fgu eng G.jpg" style="max-width: 920px" data-maxwidth="920" id="img3353" data-src="/media/2010/ur-fgu-eng-g.jpg?width=750&amp;upscale=false"></a></li><li class="image item-mod3-2 item-mod1-0 clearfix clickableImage" style="padding-right: 2%; padding-bottom: 2%;"><a class="image item-mod3-2 item-mod1-0 clearfix clickableImage" title="Klik for at zoome ind" rel="gallery" data-href="/media/2015/skaermbillede-2020-06-24-kl-185512.png"><img alt="Sk&#230;rmbillede 2020-06-24 kl. 18.55.12.png" style="max-width: 177px" data-maxwidth="177" id="img3376" data-src="/media/2015/skaermbillede-2020-06-24-kl-185512.png?width=750&amp;upscale=false"></a></li></ul></div></div></div></div><div class="layout layout-100 container"><div class="row"><div class="col"><div class="widget multipleChoice"><div class="multipleChoice"><input type="hidden" name="{questionHiddenInputName}" id="{questionHiddenInputId}"><ul class="noList answerList item-grid item-grid-lg-4 item-grid-md-2 item-grid-sm-1 clearfix" style="width: 102%"><li style="padding-right: 2%; padding-bottom: 2%;" class="item-mod4-0 item-mod2-0 item-mod1-0 clearfix"><a data-id="899c9c80-7b89-2078-1fbe-1104ec7e1107"><span>It&#180;s three o&#180;clock</span></a></li><li style="padding-right: 2%; padding-bottom: 2%;" class="item-mod4-1 item-mod2-1 item-mod1-0 clearfix"><a data-id="a0a5211f-394e-f6a9-d0ae-efca604dd0ab"><span>It&#180;s seven o`clock</span></a></li><li style="padding-right: 2%; padding-bottom: 2%;" class="item-mod4-2 item-mod2-0 item-mod1-0 clearfix"><a data-id="51fa0840-52dc-6e66-89bf-cda7dbd00d6b"><span>It&#180;s nine o`clock</span></a></li><li style="padding-right: 2%; padding-bottom: 2%;" class="item-mod4-3 item-mod2-1 item-mod1-0 clearfix"><a data-id="ec98f399-d8e1-5d15-91a7-46371181b617"><span>Spring opgaven over</span></a></li></ul></div></div></div></div></div>



]]>
                </renderedQuestionText>
                <renderedReportText>
                    <![CDATA[<div class="widget richText" data-report="true"><p>What time is it?</p></div>
<div class="widget imageGallery" data-report="true"><ul class="noList imageGalleryList item-grid item-grid-lg-3 item-grid-md-3 item-grid-sm-1 clearfix" style="width: 102%"><li class="image item-mod3-0 item-mod1-0 clearfix clickableImage" style="padding-right: 2%; padding-bottom: 2%;"><a class="image item-mod3-0 item-mod1-0 clearfix clickableImage" title="Klik for at zoome ind" rel="gallery" data-href="/media/2015/skaermbillede-2020-06-24-kl-185512.png"><img alt="Sk&#230;rmbillede 2020-06-24 kl. 18.55.12.png" style="max-width: 177px" data-maxwidth="177" id="img3376" data-src="/media/2015/skaermbillede-2020-06-24-kl-185512.png?width=750&amp;upscale=false"></a></li><li class="image item-mod3-1 item-mod1-0 clearfix clickableImage" style="padding-right: 2%; padding-bottom: 2%;"><a class="image item-mod3-1 item-mod1-0 clearfix clickableImage" title="Klik for at zoome ind" rel="gallery" data-href="/media/2010/ur-fgu-eng-g.jpg"><img alt="ur fgu eng G.jpg" style="max-width: 920px" data-maxwidth="920" id="img3353" data-src="/media/2010/ur-fgu-eng-g.jpg?width=750&amp;upscale=false"></a></li><li class="image item-mod3-2 item-mod1-0 clearfix clickableImage" style="padding-right: 2%; padding-bottom: 2%;"><a class="image item-mod3-2 item-mod1-0 clearfix clickableImage" title="Klik for at zoome ind" rel="gallery" data-href="/media/2015/skaermbillede-2020-06-24-kl-185512.png"><img alt="Sk&#230;rmbillede 2020-06-24 kl. 18.55.12.png" style="max-width: 177px" data-maxwidth="177" id="img3376" data-src="/media/2015/skaermbillede-2020-06-24-kl-185512.png?width=750&amp;upscale=false"></a></li></ul></div>
]]>
                </renderedReportText>
            </questionText>

                                <multipleChoiceAnswers>
                            <answer id="899c9c80-7b89-2078-1fbe-1104ec7e1107" name="1" isCorrect="true">
                                <text><![CDATA[It´s three o´clock]]></text>
                                <reportText><![CDATA[<div>It´s three o´clock</div>]]></reportText>
                            </answer>
                            <answer id="a0a5211f-394e-f6a9-d0ae-efca604dd0ab" name="2" isCorrect="false">
                                <text><![CDATA[It´s seven o`clock]]></text>
                                <reportText><![CDATA[<div>It´s seven o`clock</div>]]></reportText>
                            </answer>
                            <answer id="51fa0840-52dc-6e66-89bf-cda7dbd00d6b" name="3" isCorrect="false">
                                <text><![CDATA[It´s nine o`clock]]></text>
                                <reportText><![CDATA[<div>It´s nine o`clock</div>]]></reportText>
                            </answer>
                            <answer id="ec98f399-d8e1-5d15-91a7-46371181b617" name="4" isCorrect="false">
                                <text><![CDATA[Spring opgaven over]]></text>
                                <reportText><![CDATA[<div>Spring opgaven over</div>]]></reportText>
                            </answer>
                    </multipleChoiceAnswers>


            <assets>
                
                    <asset type="questionImage" fromRenderedText="true" file="/v3_media/2015/skaermbillede-2020-06-24-kl-185512.png?width=750&amp;amp;upscale=false" />
                    <asset type="questionImage" fromRenderedText="true" file="/v3_media/2010/ur-fgu-eng-g.jpg?width=750&amp;amp;upscale=false" />
                    <asset type="questionImage" fromRenderedText="true" file="/v3_media/2015/skaermbillede-2020-06-24-kl-185512.png" />
                    <asset type="questionImage" fromRenderedText="true" file="/v3_media/2010/ur-fgu-eng-g.jpg" />


            </assets>
        </question>
        <question name="FGU eng G opg 16" nodeId="3379" type="multipleChoice">
            <settings>
                <setting name="autoPlaySound" value="false" />
            </settings>
            <questionText>
                <introductionText>
                    <![CDATA[]]>
                </introductionText>
                <renderedQuestionText>
                    <![CDATA[ 
    <div class="layout layout-100 container"><div class="row"><div class="col"><div class="widget richText" data-report="true"><p>Hvilket udsagn er det samme? : </p><p><p>It´s 9 o´clock</p></div></div></div></div><div class="layout layout-100 container"><div class="row"><div class="col"><div class="widget multipleChoice"><div class="multipleChoice"><input type="hidden" name="{questionHiddenInputName}" id="{questionHiddenInputId}"><ul class="noList answerList item-grid item-grid-lg-4 item-grid-md-2 item-grid-sm-1 clearfix" style="width: 102%"><li style="padding-right: 2%; padding-bottom: 2%;" class="item-mod4-0 item-mod2-0 item-mod1-0 clearfix"><a data-id="9ec222af-a4e6-e801-0dce-52e08eafa9ee"><span>It&#180;s nine o`clock</span></a></li><li style="padding-right: 2%; padding-bottom: 2%;" class="item-mod4-1 item-mod2-1 item-mod1-0 clearfix"><a data-id="4e14f884-da56-1be0-01d9-ccc77a22471e"><span>it&#180;s five o`clock</span></a></li><li style="padding-right: 2%; padding-bottom: 2%;" class="item-mod4-2 item-mod2-0 item-mod1-0 clearfix"><a data-id="87fe609c-0dc1-83e2-888a-b0458328a73c"><span>it`s seven o`clock</span></a></li><li style="padding-right: 2%; padding-bottom: 2%;" class="item-mod4-3 item-mod2-1 item-mod1-0 clearfix"><a data-id="e9f893a2-7022-b03a-5546-8d2165ca6a62"><span>Spring opgaven over</span></a></li></ul></div></div></div></div></div>



]]>
                </renderedQuestionText>
                <renderedReportText>
                    <![CDATA[<div class="widget richText" data-report="true"><p>Hvilket udsagn er det samme? : </p><p><p>It´s 9 o´clock</p></div>
]]>
                </renderedReportText>
            </questionText>

                                <multipleChoiceAnswers>
                            <answer id="9ec222af-a4e6-e801-0dce-52e08eafa9ee" name="1" isCorrect="true">
                                <text><![CDATA[It´s nine o`clock]]></text>
                                <reportText><![CDATA[<div>It´s nine o`clock</div>]]></reportText>
                            </answer>
                            <answer id="4e14f884-da56-1be0-01d9-ccc77a22471e" name="2" isCorrect="false">
                                <text><![CDATA[it´s five o`clock]]></text>
                                <reportText><![CDATA[<div>it´s five o`clock</div>]]></reportText>
                            </answer>
                            <answer id="87fe609c-0dc1-83e2-888a-b0458328a73c" name="3" isCorrect="false">
                                <text><![CDATA[it`s seven o`clock]]></text>
                                <reportText><![CDATA[<div>it`s seven o`clock</div>]]></reportText>
                            </answer>
                            <answer id="e9f893a2-7022-b03a-5546-8d2165ca6a62" name="4" isCorrect="false">
                                <text><![CDATA[Spring opgaven over]]></text>
                                <reportText><![CDATA[<div>Spring opgaven over</div>]]></reportText>
                            </answer>
                    </multipleChoiceAnswers>


            <assets>
                


            </assets>
        </question>
        <question name="FGU eng D opg 3" nodeId="3383" type="multipleChoice">
            <settings>
                <setting name="autoPlaySound" value="false" />
            </settings>
            <questionText>
                <introductionText>
                    <![CDATA[]]>
                </introductionText>
                <renderedQuestionText>
                    <![CDATA[ 
    <div class="layout layout-100 container"><div class="row"><div class="col"><div class="widget richText" data-report="true"><p>Find the word that is a synonymous with: "most likely"</p></div></div></div></div><div class="layout layout-100 container"><div class="row"><div class="col"><div class="widget multipleChoice"><div class="multipleChoice"><input type="hidden" name="{questionHiddenInputName}" id="{questionHiddenInputId}"><ul class="noList answerList item-grid item-grid-lg-5 item-grid-md-2 item-grid-sm-1 clearfix" style="width: 102%"><li style="padding-right: 2%; padding-bottom: 2%;" class="item-mod5-0 item-mod2-0 item-mod1-0 clearfix"><a data-id="821448ea-ed4e-57fc-4146-7dd62e43fe57"><span>properly</span></a></li><li style="padding-right: 2%; padding-bottom: 2%;" class="item-mod5-1 item-mod2-1 item-mod1-0 clearfix"><a data-id="318b253a-1638-2ca6-1364-d07a58ae9173"><span>probably</span></a></li><li style="padding-right: 2%; padding-bottom: 2%;" class="item-mod5-2 item-mod2-0 item-mod1-0 clearfix"><a data-id="dbe765dd-e477-71ea-41c0-39d846bc4653"><span>hardly</span></a></li><li style="padding-right: 2%; padding-bottom: 2%;" class="item-mod5-3 item-mod2-1 item-mod1-0 clearfix"><a data-id="c835841b-3070-c589-0b31-8bc8855b7ef3"><span>certainly</span></a></li><li style="padding-right: 2%; padding-bottom: 2%;" class="item-mod5-4 item-mod2-0 item-mod1-0 clearfix"><a data-id="071e5a62-9599-a1fa-9053-fc01a91e47e4"><span>Spring opgaven over</span></a></li></ul></div></div></div></div></div>



]]>
                </renderedQuestionText>
                <renderedReportText>
                    <![CDATA[<div class="widget richText" data-report="true"><p>Find the word that is a synonymous with: "most likely"</p></div>
]]>
                </renderedReportText>
            </questionText>

                                <multipleChoiceAnswers>
                            <answer id="821448ea-ed4e-57fc-4146-7dd62e43fe57" name="1" isCorrect="false">
                                <text><![CDATA[properly]]></text>
                                <reportText><![CDATA[<div>properly</div>]]></reportText>
                            </answer>
                            <answer id="318b253a-1638-2ca6-1364-d07a58ae9173" name="2" isCorrect="true">
                                <text><![CDATA[probably]]></text>
                                <reportText><![CDATA[<div>probably</div>]]></reportText>
                            </answer>
                            <answer id="dbe765dd-e477-71ea-41c0-39d846bc4653" name="3" isCorrect="false">
                                <text><![CDATA[hardly]]></text>
                                <reportText><![CDATA[<div>hardly</div>]]></reportText>
                            </answer>
                            <answer id="c835841b-3070-c589-0b31-8bc8855b7ef3" name="4" isCorrect="false">
                                <text><![CDATA[certainly]]></text>
                                <reportText><![CDATA[<div>certainly</div>]]></reportText>
                            </answer>
                            <answer id="071e5a62-9599-a1fa-9053-fc01a91e47e4" name="5" isCorrect="false">
                                <text><![CDATA[Spring opgaven over]]></text>
                                <reportText><![CDATA[<div>Spring opgaven over</div>]]></reportText>
                            </answer>
                    </multipleChoiceAnswers>


            <assets>
                


            </assets>
        </question>
        <question name="FGU eng D opg 8" nodeId="3388" type="multipleChoice">
            <settings>
                <setting name="autoPlaySound" value="false" />
            </settings>
            <questionText>
                <introductionText>
                    <![CDATA[]]>
                </introductionText>
                <renderedQuestionText>
                    <![CDATA[ 
    <div class="layout layout-100 container"><div class="row"><div class="col"><div class="widget richText" data-report="true"><p>Hvilket ord er nutidsformen af "to be"`? </p><p></div></div></div></div><div class="layout layout-100 container"><div class="row"><div class="col"><div class="widget multipleChoice"><div class="multipleChoice"><input type="hidden" name="{questionHiddenInputName}" id="{questionHiddenInputId}"><ul class="noList answerList item-grid item-grid-lg-4 item-grid-md-2 item-grid-sm-1 clearfix" style="width: 102%"><li style="padding-right: 2%; padding-bottom: 2%;" class="item-mod4-0 item-mod2-0 item-mod1-0 clearfix"><a data-id="c253bdb8-d63f-2fbf-00a0-477b40a12d50"><span>is</span></a></li><li style="padding-right: 2%; padding-bottom: 2%;" class="item-mod4-1 item-mod2-1 item-mod1-0 clearfix"><a data-id="63f00def-0bb3-f521-8f15-409545d775ee"><span>was</span></a></li><li style="padding-right: 2%; padding-bottom: 2%;" class="item-mod4-2 item-mod2-0 item-mod1-0 clearfix"><a data-id="24732295-5ea0-8ab5-fc6f-eb53fbdfc25d"><span>been</span></a></li><li style="padding-right: 2%; padding-bottom: 2%;" class="item-mod4-3 item-mod2-1 item-mod1-0 clearfix"><a data-id="b17a8b9c-2fd7-68f7-c2b4-562b01f33ad3"><span>Spring opgaven over</span></a></li></ul></div></div></div></div></div>



]]>
                </renderedQuestionText>
                <renderedReportText>
                    <![CDATA[<div class="widget richText" data-report="true"><p>Hvilket ord er nutidsformen af "to be"`? </p><p></div>
]]>
                </renderedReportText>
            </questionText>

                                <multipleChoiceAnswers>
                            <answer id="c253bdb8-d63f-2fbf-00a0-477b40a12d50" name="2" isCorrect="true">
                                <text><![CDATA[is]]></text>
                                <reportText><![CDATA[<div>is</div>]]></reportText>
                            </answer>
                            <answer id="63f00def-0bb3-f521-8f15-409545d775ee" name="3" isCorrect="false">
                                <text><![CDATA[was]]></text>
                                <reportText><![CDATA[<div>was</div>]]></reportText>
                            </answer>
                            <answer id="24732295-5ea0-8ab5-fc6f-eb53fbdfc25d" name="4" isCorrect="false">
                                <text><![CDATA[been]]></text>
                                <reportText><![CDATA[<div>been</div>]]></reportText>
                            </answer>
                            <answer id="b17a8b9c-2fd7-68f7-c2b4-562b01f33ad3" name="1" isCorrect="false">
                                <text><![CDATA[Spring opgaven over]]></text>
                                <reportText><![CDATA[<div>Spring opgaven over</div>]]></reportText>
                            </answer>
                    </multipleChoiceAnswers>


            <assets>
                


            </assets>
        </question>
        <question name="FGU eng D opg 12" nodeId="3392" type="multipleChoice">
            <settings>
                <setting name="autoPlaySound" value="false" />
            </settings>
            <questionText>
                <introductionText>
                    <![CDATA[]]>
                </introductionText>
                <renderedQuestionText>
                    <![CDATA[ 
    <div class="layout layout-100 container"><div class="row"><div class="col"><div class="widget richText" data-report="true"><p>Hvilken person står grundleddet i? </p><p><p>The dog barks</p></div></div></div></div><div class="layout layout-100 container"><div class="row"><div class="col"><div class="widget multipleChoice"><div class="multipleChoice"><input type="hidden" name="{questionHiddenInputName}" id="{questionHiddenInputId}"><ul class="noList answerList item-grid item-grid-lg-4 item-grid-md-2 item-grid-sm-1 clearfix" style="width: 102%"><li style="padding-right: 2%; padding-bottom: 2%;" class="item-mod4-0 item-mod2-0 item-mod1-0 clearfix"><a data-id="2c5829cb-4268-fdfe-5358-5c4583fdffb7"><span>1.person ental</span></a></li><li style="padding-right: 2%; padding-bottom: 2%;" class="item-mod4-1 item-mod2-1 item-mod1-0 clearfix"><a data-id="0db33891-c48c-7afb-d228-dcad9abe8fb6"><span>2.person flertal</span></a></li><li style="padding-right: 2%; padding-bottom: 2%;" class="item-mod4-2 item-mod2-0 item-mod1-0 clearfix"><a data-id="97ef3177-c951-f200-8190-f0ea64710025"><span>3.person ental</span></a></li><li style="padding-right: 2%; padding-bottom: 2%;" class="item-mod4-3 item-mod2-1 item-mod1-0 clearfix"><a data-id="cce921f1-6a96-042b-7e2b-aedc84a02a10"><span>Spring opgaven over</span></a></li></ul></div></div></div></div></div>



]]>
                </renderedQuestionText>
                <renderedReportText>
                    <![CDATA[<div class="widget richText" data-report="true"><p>Hvilken person står grundleddet i? </p><p><p>The dog barks</p></div>
]]>
                </renderedReportText>
            </questionText>

                                <multipleChoiceAnswers>
                            <answer id="2c5829cb-4268-fdfe-5358-5c4583fdffb7" name="1" isCorrect="false">
                                <text><![CDATA[1.person ental]]></text>
                                <reportText><![CDATA[<div>1.person ental</div>]]></reportText>
                            </answer>
                            <answer id="0db33891-c48c-7afb-d228-dcad9abe8fb6" name="2" isCorrect="false">
                                <text><![CDATA[2.person flertal]]></text>
                                <reportText><![CDATA[<div>2.person flertal</div>]]></reportText>
                            </answer>
                            <answer id="97ef3177-c951-f200-8190-f0ea64710025" name="3" isCorrect="true">
                                <text><![CDATA[3.person ental]]></text>
                                <reportText><![CDATA[<div>3.person ental</div>]]></reportText>
                            </answer>
                            <answer id="cce921f1-6a96-042b-7e2b-aedc84a02a10" name="4" isCorrect="false">
                                <text><![CDATA[Spring opgaven over]]></text>
                                <reportText><![CDATA[<div>Spring opgaven over</div>]]></reportText>
                            </answer>
                    </multipleChoiceAnswers>


            <assets>
                


            </assets>
        </question>
        <question name="FGU eng D opg 13" nodeId="3393" type="multipleChoice">
            <settings>
                <setting name="autoPlaySound" value="false" />
            </settings>
            <questionText>
                <introductionText>
                    <![CDATA[]]>
                </introductionText>
                <renderedQuestionText>
                    <![CDATA[ 
    <div class="layout layout-100 container"><div class="row"><div class="col"><div class="widget richText" data-report="true"><p>Du skal vælge den rigtige tid. </p><p><p>Sarah is a single woman. She (...).</p></div></div></div></div><div class="layout layout-100 container"><div class="row"><div class="col"><div class="widget multipleChoice"><div class="multipleChoice"><input type="hidden" name="{questionHiddenInputName}" id="{questionHiddenInputId}"><ul class="noList answerList item-grid item-grid-lg-5 item-grid-md-2 item-grid-sm-1 clearfix" style="width: 102%"><li style="padding-right: 2%; padding-bottom: 2%;" class="item-mod5-0 item-mod2-0 item-mod1-0 clearfix"><a data-id="dbb39447-3bfd-4df4-9c7c-9a9bb48e5ef7"><span>has never been married.</span></a></li><li style="padding-right: 2%; padding-bottom: 2%;" class="item-mod5-1 item-mod2-1 item-mod1-0 clearfix"><a data-id="29fd52a1-b357-602a-5606-6c1386a1baea"><span>was never married.</span></a></li><li style="padding-right: 2%; padding-bottom: 2%;" class="item-mod5-2 item-mod2-0 item-mod1-0 clearfix"><a data-id="2e6a6e16-63cc-25c6-ba73-4380427fb826"><span>had never been married.</span></a></li><li style="padding-right: 2%; padding-bottom: 2%;" class="item-mod5-3 item-mod2-1 item-mod1-0 clearfix"><a data-id="4f6caeeb-9b1a-a88a-c86c-176480374d31"><span>is never married.</span></a></li><li style="padding-right: 2%; padding-bottom: 2%;" class="item-mod5-4 item-mod2-0 item-mod1-0 clearfix"><a data-id="8f7d5904-cec6-e233-96a5-adb1f746bae0"><span>Spring opgaven over</span></a></li></ul></div></div></div></div></div>



]]>
                </renderedQuestionText>
                <renderedReportText>
                    <![CDATA[<div class="widget richText" data-report="true"><p>Du skal vælge den rigtige tid. </p><p><p>Sarah is a single woman. She (...).</p></div>
]]>
                </renderedReportText>
            </questionText>

                                <multipleChoiceAnswers>
                            <answer id="dbb39447-3bfd-4df4-9c7c-9a9bb48e5ef7" name="1" isCorrect="false">
                                <text><![CDATA[has never been married.]]></text>
                                <reportText><![CDATA[<div>has never been married.</div>]]></reportText>
                            </answer>
                            <answer id="29fd52a1-b357-602a-5606-6c1386a1baea" name="2" isCorrect="false">
                                <text><![CDATA[was never married.]]></text>
                                <reportText><![CDATA[<div>was never married.</div>]]></reportText>
                            </answer>
                            <answer id="2e6a6e16-63cc-25c6-ba73-4380427fb826" name="3" isCorrect="false">
                                <text><![CDATA[had never been married.]]></text>
                                <reportText><![CDATA[<div>had never been married.</div>]]></reportText>
                            </answer>
                            <answer id="4f6caeeb-9b1a-a88a-c86c-176480374d31" name="4" isCorrect="true">
                                <text><![CDATA[is never married.]]></text>
                                <reportText><![CDATA[<div>is never married.</div>]]></reportText>
                            </answer>
                            <answer id="8f7d5904-cec6-e233-96a5-adb1f746bae0" name="5" isCorrect="false">
                                <text><![CDATA[Spring opgaven over]]></text>
                                <reportText><![CDATA[<div>Spring opgaven over</div>]]></reportText>
                            </answer>
                    </multipleChoiceAnswers>


            <assets>
                


            </assets>
        </question>
        <question name="FGU eng D opg 17" nodeId="3427" type="multipleChoice">
            <settings>
                <setting name="autoPlaySound" value="false" />
            </settings>
            <questionText>
                <introductionText>
                    <![CDATA[]]>
                </introductionText>
                <renderedQuestionText>
                    <![CDATA[ 
    <div class="layout layout-100 container"><div class="row"><div class="col"><div class="widget richText" data-report="true"><p style="text-align: center;">"Gasoline is slowly poured into the tank".</p><p style="text-align: left;"><p style="text-align: center;">Find den korrekte oversættelse</p></div></div></div></div><div class="layout layout-100 container"><div class="row"><div class="col"><div class="widget multipleChoice"><div class="multipleChoice"><input type="hidden" name="{questionHiddenInputName}" id="{questionHiddenInputId}"><ul class="noList answerList item-grid item-grid-lg-4 item-grid-md-2 item-grid-sm-1 clearfix" style="width: 102%"><li style="padding-right: 2%; padding-bottom: 2%;" class="item-mod4-0 item-mod2-0 item-mod1-0 clearfix"><a data-id="1734d18d-99a1-f1dd-68ae-dabc2e062334"><span>Benzin h&#230;ldes forsigtigt i tanken.</span></a></li><li style="padding-right: 2%; padding-bottom: 2%;" class="item-mod4-1 item-mod2-1 item-mod1-0 clearfix"><a data-id="4668a550-7d7f-ed63-020f-38d5f902b7f0"><span>Benzin h&#230;ldes langsomt i tanken.</span></a></li><li style="padding-right: 2%; padding-bottom: 2%;" class="item-mod4-2 item-mod2-0 item-mod1-0 clearfix"><a data-id="778d78e5-baa7-4689-bf77-207dc511ee9d"><span>Benzin h&#230;ldes omhyggeligt i tanken.</span></a></li><li style="padding-right: 2%; padding-bottom: 2%;" class="item-mod4-3 item-mod2-1 item-mod1-0 clearfix"><a data-id="41d38e11-9399-0a05-b8ff-49254ca4354c"><span>Spring opgaven over</span></a></li></ul></div></div></div></div></div>



]]>
                </renderedQuestionText>
                <renderedReportText>
                    <![CDATA[<div class="widget richText" data-report="true"><p style="text-align: center;">"Gasoline is slowly poured into the tank".</p><p style="text-align: left;"><p style="text-align: center;">Find den korrekte oversættelse</p></div>
]]>
                </renderedReportText>
            </questionText>

                                <multipleChoiceAnswers>
                            <answer id="1734d18d-99a1-f1dd-68ae-dabc2e062334" name="1" isCorrect="false">
                                <text><![CDATA[Benzin hældes forsigtigt i tanken.]]></text>
                                <reportText><![CDATA[<div>Benzin hældes forsigtigt i tanken.</div>]]></reportText>
                            </answer>
                            <answer id="4668a550-7d7f-ed63-020f-38d5f902b7f0" name="2" isCorrect="true">
                                <text><![CDATA[Benzin hældes langsomt i tanken.]]></text>
                                <reportText><![CDATA[<div>Benzin hældes langsomt i tanken.</div>]]></reportText>
                            </answer>
                            <answer id="778d78e5-baa7-4689-bf77-207dc511ee9d" name="3" isCorrect="false">
                                <text><![CDATA[Benzin hældes omhyggeligt i tanken.]]></text>
                                <reportText><![CDATA[<div>Benzin hældes omhyggeligt i tanken.</div>]]></reportText>
                            </answer>
                            <answer id="41d38e11-9399-0a05-b8ff-49254ca4354c" name="4" isCorrect="false">
                                <text><![CDATA[Spring opgaven over]]></text>
                                <reportText><![CDATA[<div>Spring opgaven over</div>]]></reportText>
                            </answer>
                    </multipleChoiceAnswers>


            <assets>
                


            </assets>
        </question>
        <question name="FGU eng G opg 17" nodeId="3566" type="multipleChoice">
            <settings>
                <setting name="autoPlaySound" value="false" />
            </settings>
            <questionText>
                <introductionText>
                    <![CDATA[]]>
                </introductionText>
                <renderedQuestionText>
                    <![CDATA[ 
    <div class="layout layout-100 container"><div class="row"><div class="col"><div class="widget richText" data-report="true"><p>The sausages were made (...) the butcher. </p></div></div></div></div><div class="layout layout-100 container"><div class="row"><div class="col"><div class="widget multipleChoice"><div class="multipleChoice"><input type="hidden" name="{questionHiddenInputName}" id="{questionHiddenInputId}"><ul class="noList answerList item-grid item-grid-lg-4 item-grid-md-2 item-grid-sm-1 clearfix" style="width: 102%"><li style="padding-right: 2%; padding-bottom: 2%;" class="item-mod4-0 item-mod2-0 item-mod1-0 clearfix"><a data-id="915fc2ac-ad46-23ad-8141-ff0a2974f6b1"><span>on</span></a></li><li style="padding-right: 2%; padding-bottom: 2%;" class="item-mod4-1 item-mod2-1 item-mod1-0 clearfix"><a data-id="b93931e4-8bcb-4c75-5eb8-e0086f81e1af"><span>by</span></a></li><li style="padding-right: 2%; padding-bottom: 2%;" class="item-mod4-2 item-mod2-0 item-mod1-0 clearfix"><a data-id="4d1ed6ae-2d2f-79bf-f2c3-095a363aaa58"><span>of</span></a></li><li style="padding-right: 2%; padding-bottom: 2%;" class="item-mod4-3 item-mod2-1 item-mod1-0 clearfix"><a data-id="c59bed13-66bb-de31-8a37-59e6f131c79a"><span>Spring opgaven over</span></a></li></ul></div></div></div></div></div>



]]>
                </renderedQuestionText>
                <renderedReportText>
                    <![CDATA[<div class="widget richText" data-report="true"><p>The sausages were made (...) the butcher. </p></div>
]]>
                </renderedReportText>
            </questionText>

                                <multipleChoiceAnswers>
                            <answer id="915fc2ac-ad46-23ad-8141-ff0a2974f6b1" name="1" isCorrect="false">
                                <text><![CDATA[on]]></text>
                                <reportText><![CDATA[<div>on</div>]]></reportText>
                            </answer>
                            <answer id="b93931e4-8bcb-4c75-5eb8-e0086f81e1af" name="2" isCorrect="true">
                                <text><![CDATA[by]]></text>
                                <reportText><![CDATA[<div>by</div>]]></reportText>
                            </answer>
                            <answer id="4d1ed6ae-2d2f-79bf-f2c3-095a363aaa58" name="3" isCorrect="false">
                                <text><![CDATA[of]]></text>
                                <reportText><![CDATA[<div>of</div>]]></reportText>
                            </answer>
                            <answer id="c59bed13-66bb-de31-8a37-59e6f131c79a" name="4" isCorrect="false">
                                <text><![CDATA[Spring opgaven over]]></text>
                                <reportText><![CDATA[<div>Spring opgaven over</div>]]></reportText>
                            </answer>
                    </multipleChoiceAnswers>


            <assets>
                


            </assets>
        </question>
        <question name="FGU eng G opg 18" nodeId="3568" type="multipleChoice">
            <settings>
                <setting name="autoPlaySound" value="false" />
            </settings>
            <questionText>
                <introductionText>
                    <![CDATA[]]>
                </introductionText>
                <renderedQuestionText>
                    <![CDATA[ 
    <div class="layout layout-100 container"><div class="row"><div class="col"><div class="widget richText" data-report="true"><p>The food is (...) the table.</p></div></div></div></div><div class="layout layout-100 container"><div class="row"><div class="col"><div class="widget multipleChoice"><div class="multipleChoice"><input type="hidden" name="{questionHiddenInputName}" id="{questionHiddenInputId}"><ul class="noList answerList item-grid item-grid-lg-4 item-grid-md-2 item-grid-sm-1 clearfix" style="width: 102%"><li style="padding-right: 2%; padding-bottom: 2%;" class="item-mod4-0 item-mod2-0 item-mod1-0 clearfix"><a data-id="62b7a482-4eaf-b3cb-7ebb-eafbf07d204f"><span>on</span></a></li><li style="padding-right: 2%; padding-bottom: 2%;" class="item-mod4-1 item-mod2-1 item-mod1-0 clearfix"><a data-id="c7a95168-430a-9b92-a2c1-496c358f9a34"><span>off</span></a></li><li style="padding-right: 2%; padding-bottom: 2%;" class="item-mod4-2 item-mod2-0 item-mod1-0 clearfix"><a data-id="7747bc8b-c50f-dba7-b7d4-2b817ccab645"><span>by</span></a></li><li style="padding-right: 2%; padding-bottom: 2%;" class="item-mod4-3 item-mod2-1 item-mod1-0 clearfix"><a data-id="5eec3ef5-43c0-f7bc-d3cb-1a31a68d32d3"><span>Spring opgaven over</span></a></li></ul></div></div></div></div></div>



]]>
                </renderedQuestionText>
                <renderedReportText>
                    <![CDATA[<div class="widget richText" data-report="true"><p>The food is (...) the table.</p></div>
]]>
                </renderedReportText>
            </questionText>

                                <multipleChoiceAnswers>
                            <answer id="62b7a482-4eaf-b3cb-7ebb-eafbf07d204f" name="1" isCorrect="true">
                                <text><![CDATA[on]]></text>
                                <reportText><![CDATA[<div>on</div>]]></reportText>
                            </answer>
                            <answer id="c7a95168-430a-9b92-a2c1-496c358f9a34" name="2" isCorrect="false">
                                <text><![CDATA[off]]></text>
                                <reportText><![CDATA[<div>off</div>]]></reportText>
                            </answer>
                            <answer id="7747bc8b-c50f-dba7-b7d4-2b817ccab645" name="3" isCorrect="false">
                                <text><![CDATA[by]]></text>
                                <reportText><![CDATA[<div>by</div>]]></reportText>
                            </answer>
                            <answer id="5eec3ef5-43c0-f7bc-d3cb-1a31a68d32d3" name="4" isCorrect="false">
                                <text><![CDATA[Spring opgaven over]]></text>
                                <reportText><![CDATA[<div>Spring opgaven over</div>]]></reportText>
                            </answer>
                    </multipleChoiceAnswers>


            <assets>
                


            </assets>
        </question>
        <question name="FGU eng G opg 19" nodeId="3569" type="multipleChoice">
            <settings>
                <setting name="autoPlaySound" value="false" />
            </settings>
            <questionText>
                <introductionText>
                    <![CDATA[]]>
                </introductionText>
                <renderedQuestionText>
                    <![CDATA[ 
    <div class="layout layout-100 container"><div class="row"><div class="col"><div class="widget richText" data-report="true"><p>There was a spot (...) her coat. </p></div></div></div></div><div class="layout layout-100 container"><div class="row"><div class="col"><div class="widget multipleChoice"><div class="multipleChoice"><input type="hidden" name="{questionHiddenInputName}" id="{questionHiddenInputId}"><ul class="noList answerList item-grid item-grid-lg-4 item-grid-md-2 item-grid-sm-1 clearfix" style="width: 102%"><li style="padding-right: 2%; padding-bottom: 2%;" class="item-mod4-0 item-mod2-0 item-mod1-0 clearfix"><a data-id="73136a67-479e-c0c1-3d62-27902a759143"><span>in</span></a></li><li style="padding-right: 2%; padding-bottom: 2%;" class="item-mod4-1 item-mod2-1 item-mod1-0 clearfix"><a data-id="020e09dd-410a-26ad-049a-d4649ad27a25"><span>on</span></a></li><li style="padding-right: 2%; padding-bottom: 2%;" class="item-mod4-2 item-mod2-0 item-mod1-0 clearfix"><a data-id="fc742ddb-159f-1fe3-6926-0c9ca8a8d957"><span>off</span></a></li><li style="padding-right: 2%; padding-bottom: 2%;" class="item-mod4-3 item-mod2-1 item-mod1-0 clearfix"><a data-id="aec69f47-7da5-a2cb-65f8-5059963569ac"><span>Spring opgaven over</span></a></li></ul></div></div></div></div></div>



]]>
                </renderedQuestionText>
                <renderedReportText>
                    <![CDATA[<div class="widget richText" data-report="true"><p>There was a spot (...) her coat. </p></div>
]]>
                </renderedReportText>
            </questionText>

                                <multipleChoiceAnswers>
                            <answer id="73136a67-479e-c0c1-3d62-27902a759143" name="1" isCorrect="false">
                                <text><![CDATA[in]]></text>
                                <reportText><![CDATA[<div>in</div>]]></reportText>
                            </answer>
                            <answer id="020e09dd-410a-26ad-049a-d4649ad27a25" name="2" isCorrect="true">
                                <text><![CDATA[on]]></text>
                                <reportText><![CDATA[<div>on</div>]]></reportText>
                            </answer>
                            <answer id="fc742ddb-159f-1fe3-6926-0c9ca8a8d957" name="3" isCorrect="false">
                                <text><![CDATA[off]]></text>
                                <reportText><![CDATA[<div>off</div>]]></reportText>
                            </answer>
                            <answer id="aec69f47-7da5-a2cb-65f8-5059963569ac" name="4" isCorrect="false">
                                <text><![CDATA[Spring opgaven over]]></text>
                                <reportText><![CDATA[<div>Spring opgaven over</div>]]></reportText>
                            </answer>
                    </multipleChoiceAnswers>


            <assets>
                


            </assets>
        </question>
        <question name="FGU eng G opg 20" nodeId="3570" type="multipleChoice">
            <settings>
                <setting name="autoPlaySound" value="false" />
            </settings>
            <questionText>
                <introductionText>
                    <![CDATA[]]>
                </introductionText>
                <renderedQuestionText>
                    <![CDATA[ 
    <div class="layout layout-100 container"><div class="row"><div class="col"><div class="widget richText" data-report="true"><p>(...) the days of my grandfather, people often starved. </p></div></div></div></div><div class="layout layout-100 container"><div class="row"><div class="col"><div class="widget multipleChoice"><div class="multipleChoice"><input type="hidden" name="{questionHiddenInputName}" id="{questionHiddenInputId}"><ul class="noList answerList item-grid item-grid-lg-4 item-grid-md-2 item-grid-sm-1 clearfix" style="width: 102%"><li style="padding-right: 2%; padding-bottom: 2%;" class="item-mod4-0 item-mod2-0 item-mod1-0 clearfix"><a data-id="f1a424d6-6199-cb3a-6fb1-03c457bfebe3"><span>At </span></a></li><li style="padding-right: 2%; padding-bottom: 2%;" class="item-mod4-1 item-mod2-1 item-mod1-0 clearfix"><a data-id="71715fb8-3f48-acf8-6e4e-2d38e0aef61f"><span>In</span></a></li><li style="padding-right: 2%; padding-bottom: 2%;" class="item-mod4-2 item-mod2-0 item-mod1-0 clearfix"><a data-id="58d71900-1598-bced-74ab-cd6db4ff0f96"><span>By</span></a></li><li style="padding-right: 2%; padding-bottom: 2%;" class="item-mod4-3 item-mod2-1 item-mod1-0 clearfix"><a data-id="76a0b2ad-d4be-2599-92ae-4b3867db7d23"><span>Spring opgaven over</span></a></li></ul></div></div></div></div></div>



]]>
                </renderedQuestionText>
                <renderedReportText>
                    <![CDATA[<div class="widget richText" data-report="true"><p>(...) the days of my grandfather, people often starved. </p></div>
]]>
                </renderedReportText>
            </questionText>

                                <multipleChoiceAnswers>
                            <answer id="f1a424d6-6199-cb3a-6fb1-03c457bfebe3" name="1" isCorrect="false">
                                <text><![CDATA[At]]></text>
                                <reportText><![CDATA[<div>At</div>]]></reportText>
                            </answer>
                            <answer id="71715fb8-3f48-acf8-6e4e-2d38e0aef61f" name="2" isCorrect="true">
                                <text><![CDATA[In]]></text>
                                <reportText><![CDATA[<div>In</div>]]></reportText>
                            </answer>
                            <answer id="58d71900-1598-bced-74ab-cd6db4ff0f96" name="3" isCorrect="false">
                                <text><![CDATA[By]]></text>
                                <reportText><![CDATA[<div>By</div>]]></reportText>
                            </answer>
                            <answer id="76a0b2ad-d4be-2599-92ae-4b3867db7d23" name="4" isCorrect="false">
                                <text><![CDATA[Spring opgaven over]]></text>
                                <reportText><![CDATA[<div>Spring opgaven over</div>]]></reportText>
                            </answer>
                    </multipleChoiceAnswers>


            <assets>
                


            </assets>
        </question>
        <question name="FGU eng D opg 1a" nodeId="3381" type="multipleChoice">
            <settings>
                <setting name="autoPlaySound" value="false" />
            </settings>
            <questionText>
                <introductionText>
                    <![CDATA[]]>
                </introductionText>
                <renderedQuestionText>
                    <![CDATA[ 
    <div class="layout layout-100 container"><div class="row"><div class="col"><div class="widget richText" data-report="true"><p>Du skal vælge det manglende ord: </p><p><p>(...) one do you want? The red one or the blue one?</p></div></div></div></div><div class="layout layout-100 container"><div class="row"><div class="col"><div class="widget multipleChoice"><div class="multipleChoice"><input type="hidden" name="{questionHiddenInputName}" id="{questionHiddenInputId}"><ul class="noList answerList item-grid item-grid-lg-5 item-grid-md-2 item-grid-sm-1 clearfix" style="width: 102%"><li style="padding-right: 2%; padding-bottom: 2%;" class="item-mod5-0 item-mod2-0 item-mod1-0 clearfix"><a data-id="e0f4d3e3-cb18-cb1c-adf6-8561ac6b0712"><span>Whits</span></a></li><li style="padding-right: 2%; padding-bottom: 2%;" class="item-mod5-1 item-mod2-1 item-mod1-0 clearfix"><a data-id="fb4706b6-42b5-db81-780a-3b4b92b22837"><span>Wits</span></a></li><li style="padding-right: 2%; padding-bottom: 2%;" class="item-mod5-2 item-mod2-0 item-mod1-0 clearfix"><a data-id="e3614225-f923-221c-29bd-3a48273b16bc"><span>Witch</span></a></li><li style="padding-right: 2%; padding-bottom: 2%;" class="item-mod5-3 item-mod2-1 item-mod1-0 clearfix"><a data-id="1bfcb2d4-883c-6062-323d-47a607149125"><span>Which</span></a></li><li style="padding-right: 2%; padding-bottom: 2%;" class="item-mod5-4 item-mod2-0 item-mod1-0 clearfix"><a data-id="26bc6dc0-a3d4-6de3-3e88-72a8cb803d35"><span>Spring opgaven over</span></a></li></ul></div></div></div></div></div>



]]>
                </renderedQuestionText>
                <renderedReportText>
                    <![CDATA[<div class="widget richText" data-report="true"><p>Du skal vælge det manglende ord: </p><p><p>(...) one do you want? The red one or the blue one?</p></div>
]]>
                </renderedReportText>
            </questionText>

                                <multipleChoiceAnswers>
                            <answer id="e0f4d3e3-cb18-cb1c-adf6-8561ac6b0712" name="1" isCorrect="false">
                                <text><![CDATA[Whits]]></text>
                                <reportText><![CDATA[<div>Whits</div>]]></reportText>
                            </answer>
                            <answer id="fb4706b6-42b5-db81-780a-3b4b92b22837" name="2" isCorrect="false">
                                <text><![CDATA[Wits]]></text>
                                <reportText><![CDATA[<div>Wits</div>]]></reportText>
                            </answer>
                            <answer id="e3614225-f923-221c-29bd-3a48273b16bc" name="3" isCorrect="false">
                                <text><![CDATA[Witch]]></text>
                                <reportText><![CDATA[<div>Witch</div>]]></reportText>
                            </answer>
                            <answer id="1bfcb2d4-883c-6062-323d-47a607149125" name="4" isCorrect="true">
                                <text><![CDATA[Which]]></text>
                                <reportText><![CDATA[<div>Which</div>]]></reportText>
                            </answer>
                            <answer id="26bc6dc0-a3d4-6de3-3e88-72a8cb803d35" name="5" isCorrect="false">
                                <text><![CDATA[Spring opgaven over]]></text>
                                <reportText><![CDATA[<div>Spring opgaven over</div>]]></reportText>
                            </answer>
                    </multipleChoiceAnswers>


            <assets>
                


            </assets>
        </question>
        <question name="FGU eng D opg 2a" nodeId="3382" type="multipleChoice">
            <settings>
                <setting name="autoPlaySound" value="false" />
            </settings>
            <questionText>
                <introductionText>
                    <![CDATA[]]>
                </introductionText>
                <renderedQuestionText>
                    <![CDATA[ 
    <div class="layout layout-100 container"><div class="row"><div class="col"><div class="widget richText" data-report="true"><p>Du skal vælge det manglende ord: </p><p><p>Do you agree (...) him?</p></div></div></div></div><div class="layout layout-100 container"><div class="row"><div class="col"><div class="widget multipleChoice"><div class="multipleChoice"><input type="hidden" name="{questionHiddenInputName}" id="{questionHiddenInputId}"><ul class="noList answerList item-grid item-grid-lg-4 item-grid-md-2 item-grid-sm-1 clearfix" style="width: 102%"><li style="padding-right: 2%; padding-bottom: 2%;" class="item-mod4-0 item-mod2-0 item-mod1-0 clearfix"><a data-id="c9646172-9158-73c9-3a32-21efcf037ad7"><span>with</span></a></li><li style="padding-right: 2%; padding-bottom: 2%;" class="item-mod4-1 item-mod2-1 item-mod1-0 clearfix"><a data-id="50dc974c-b536-45d7-d270-5e3620535aa5"><span>whit</span></a></li><li style="padding-right: 2%; padding-bottom: 2%;" class="item-mod4-2 item-mod2-0 item-mod1-0 clearfix"><a data-id="3a0a3154-dcb3-42ac-f174-8e54db947339"><span>white</span></a></li><li style="padding-right: 2%; padding-bottom: 2%;" class="item-mod4-3 item-mod2-1 item-mod1-0 clearfix"><a data-id="9634dbff-6438-3042-aac0-3854202c19af"><span>Spring opgaven over</span></a></li></ul></div></div></div></div></div>



]]>
                </renderedQuestionText>
                <renderedReportText>
                    <![CDATA[<div class="widget richText" data-report="true"><p>Du skal vælge det manglende ord: </p><p><p>Do you agree (...) him?</p></div>
]]>
                </renderedReportText>
            </questionText>

                                <multipleChoiceAnswers>
                            <answer id="c9646172-9158-73c9-3a32-21efcf037ad7" name="1" isCorrect="true">
                                <text><![CDATA[with]]></text>
                                <reportText><![CDATA[<div>with</div>]]></reportText>
                            </answer>
                            <answer id="50dc974c-b536-45d7-d270-5e3620535aa5" name="2" isCorrect="false">
                                <text><![CDATA[whit]]></text>
                                <reportText><![CDATA[<div>whit</div>]]></reportText>
                            </answer>
                            <answer id="3a0a3154-dcb3-42ac-f174-8e54db947339" name="3" isCorrect="false">
                                <text><![CDATA[white]]></text>
                                <reportText><![CDATA[<div>white</div>]]></reportText>
                            </answer>
                            <answer id="9634dbff-6438-3042-aac0-3854202c19af" name="4" isCorrect="false">
                                <text><![CDATA[Spring opgaven over]]></text>
                                <reportText><![CDATA[<div>Spring opgaven over</div>]]></reportText>
                            </answer>
                    </multipleChoiceAnswers>


            <assets>
                


            </assets>
        </question>
        <question name="FGU eng D opg 4a" nodeId="3384" type="multipleChoice">
            <settings>
                <setting name="autoPlaySound" value="false" />
            </settings>
            <questionText>
                <introductionText>
                    <![CDATA[]]>
                </introductionText>
                <renderedQuestionText>
                    <![CDATA[ 
    <div class="layout layout-100 container"><div class="row"><div class="col"><div class="widget richText" data-report="true"><p>Indsæt det manglende ord: </p><p><p>I want to marry a man (...) can cook.</p></div></div></div></div><div class="layout layout-100 container"><div class="row"><div class="col"><div class="widget multipleChoice"><div class="multipleChoice"><input type="hidden" name="{questionHiddenInputName}" id="{questionHiddenInputId}"><ul class="noList answerList item-grid item-grid-lg-5 item-grid-md-2 item-grid-sm-1 clearfix" style="width: 102%"><li style="padding-right: 2%; padding-bottom: 2%;" class="item-mod5-0 item-mod2-0 item-mod1-0 clearfix"><a data-id="c3ef5611-f94e-f163-083b-a7b54ee02ac2"><span>who</span></a></li><li style="padding-right: 2%; padding-bottom: 2%;" class="item-mod5-1 item-mod2-1 item-mod1-0 clearfix"><a data-id="9c28ca10-9ed5-05a9-0905-529909eb8745"><span>which</span></a></li><li style="padding-right: 2%; padding-bottom: 2%;" class="item-mod5-2 item-mod2-0 item-mod1-0 clearfix"><a data-id="9c4a36b8-6f27-ad35-f714-ee40e093fe60"><span>witch</span></a></li><li style="padding-right: 2%; padding-bottom: 2%;" class="item-mod5-3 item-mod2-1 item-mod1-0 clearfix"><a data-id="5e861b5d-8802-2b35-2894-58b7f81d67de"><span>there</span></a></li><li style="padding-right: 2%; padding-bottom: 2%;" class="item-mod5-4 item-mod2-0 item-mod1-0 clearfix"><a data-id="b70a3d54-cb14-f9b9-f319-a29b6ff6908f"><span>Spring opgaven over</span></a></li></ul></div></div></div></div></div>



]]>
                </renderedQuestionText>
                <renderedReportText>
                    <![CDATA[<div class="widget richText" data-report="true"><p>Indsæt det manglende ord: </p><p><p>I want to marry a man (...) can cook.</p></div>
]]>
                </renderedReportText>
            </questionText>

                                <multipleChoiceAnswers>
                            <answer id="c3ef5611-f94e-f163-083b-a7b54ee02ac2" name="1" isCorrect="true">
                                <text><![CDATA[who]]></text>
                                <reportText><![CDATA[<div>who</div>]]></reportText>
                            </answer>
                            <answer id="9c28ca10-9ed5-05a9-0905-529909eb8745" name="2" isCorrect="false">
                                <text><![CDATA[which]]></text>
                                <reportText><![CDATA[<div>which</div>]]></reportText>
                            </answer>
                            <answer id="9c4a36b8-6f27-ad35-f714-ee40e093fe60" name="3" isCorrect="false">
                                <text><![CDATA[witch]]></text>
                                <reportText><![CDATA[<div>witch</div>]]></reportText>
                            </answer>
                            <answer id="5e861b5d-8802-2b35-2894-58b7f81d67de" name="4" isCorrect="false">
                                <text><![CDATA[there]]></text>
                                <reportText><![CDATA[<div>there</div>]]></reportText>
                            </answer>
                            <answer id="b70a3d54-cb14-f9b9-f319-a29b6ff6908f" name="5" isCorrect="false">
                                <text><![CDATA[Spring opgaven over]]></text>
                                <reportText><![CDATA[<div>Spring opgaven over</div>]]></reportText>
                            </answer>
                    </multipleChoiceAnswers>


            <assets>
                


            </assets>
        </question>
        <question name="FGU eng D opg 5a" nodeId="3385" type="multipleChoice">
            <settings>
                <setting name="autoPlaySound" value="false" />
            </settings>
            <questionText>
                <introductionText>
                    <![CDATA[]]>
                </introductionText>
                <renderedQuestionText>
                    <![CDATA[ 
    <div class="layout layout-100 container"><div class="row"><div class="col"><div class="widget richText" data-report="true"><p>Indsæt det manglende ord: </p><p><p>The parents gave (...) children everything they wanted. </p></div></div></div></div><div class="layout layout-100 container"><div class="row"><div class="col"><div class="widget multipleChoice"><div class="multipleChoice"><input type="hidden" name="{questionHiddenInputName}" id="{questionHiddenInputId}"><ul class="noList answerList item-grid item-grid-lg-5 item-grid-md-2 item-grid-sm-1 clearfix" style="width: 102%"><li style="padding-right: 2%; padding-bottom: 2%;" class="item-mod5-0 item-mod2-0 item-mod1-0 clearfix"><a data-id="661e656c-f280-606c-840c-30c694d56799"><span>their</span></a></li><li style="padding-right: 2%; padding-bottom: 2%;" class="item-mod5-1 item-mod2-1 item-mod1-0 clearfix"><a data-id="8a20c5e5-2c2f-cec8-5bbd-651b2f051726"><span>there</span></a></li><li style="padding-right: 2%; padding-bottom: 2%;" class="item-mod5-2 item-mod2-0 item-mod1-0 clearfix"><a data-id="a679860c-c3dd-46b4-3d54-30d9e0079b44"><span>theirs</span></a></li><li style="padding-right: 2%; padding-bottom: 2%;" class="item-mod5-3 item-mod2-1 item-mod1-0 clearfix"><a data-id="c12fd33d-24e3-e0c0-4d4e-1458f3621af3"><span>there&#180;s </span></a></li><li style="padding-right: 2%; padding-bottom: 2%;" class="item-mod5-4 item-mod2-0 item-mod1-0 clearfix"><a data-id="2a29af12-2d39-3970-80b0-a9cbe6f6fdfd"><span>Spring opgaven over</span></a></li></ul></div></div></div></div></div>



]]>
                </renderedQuestionText>
                <renderedReportText>
                    <![CDATA[<div class="widget richText" data-report="true"><p>Indsæt det manglende ord: </p><p><p>The parents gave (...) children everything they wanted. </p></div>
]]>
                </renderedReportText>
            </questionText>

                                <multipleChoiceAnswers>
                            <answer id="661e656c-f280-606c-840c-30c694d56799" name="1" isCorrect="true">
                                <text><![CDATA[their]]></text>
                                <reportText><![CDATA[<div>their</div>]]></reportText>
                            </answer>
                            <answer id="8a20c5e5-2c2f-cec8-5bbd-651b2f051726" name="2" isCorrect="false">
                                <text><![CDATA[there]]></text>
                                <reportText><![CDATA[<div>there</div>]]></reportText>
                            </answer>
                            <answer id="a679860c-c3dd-46b4-3d54-30d9e0079b44" name="3" isCorrect="false">
                                <text><![CDATA[theirs]]></text>
                                <reportText><![CDATA[<div>theirs</div>]]></reportText>
                            </answer>
                            <answer id="c12fd33d-24e3-e0c0-4d4e-1458f3621af3" name="4" isCorrect="false">
                                <text><![CDATA[there´s]]></text>
                                <reportText><![CDATA[<div>there´s</div>]]></reportText>
                            </answer>
                            <answer id="2a29af12-2d39-3970-80b0-a9cbe6f6fdfd" name="5" isCorrect="false">
                                <text><![CDATA[Spring opgaven over]]></text>
                                <reportText><![CDATA[<div>Spring opgaven over</div>]]></reportText>
                            </answer>
                    </multipleChoiceAnswers>


            <assets>
                


            </assets>
        </question>
</questions>



    </test>
