<?xml version="1.0" encoding="utf-8" ?>
    <test name="FVU Engelsk - 4 L&#230;seforst&#229;else">
        <type da="Generisk test" en="Generic test" enum="10008" />
        <generator version="3.0" nodeId="3850" lastEditedDate="2023-10-31T13:34:26" 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="3">
        <question name="FVU Engelsk Opgave 4.1" nodeId="3853" 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=""><h1 style="text-align: center;">Dish Soap for Dinner</h1><p>Joe came home from work and opened his mailbox. In his mailbox he found a yellow bottle of soap – soap for washing dishes.</p><p>The dish soap was a free sample from a soap company. The company mailed small bottles of soap to millions of people. It was a new soap with a little lemon juice in it. The company wanted people to try it.</p><p>Joe looked at his free bottle of soap. There was a picture of two lemons on the label. Over the lemons were the words "with Real Lemon Juice." "Good! " Joe thought. "A free sample of lemon juice! I'm going to have a salad for dinner. This lemon juice will taste good on my salad." Joe put the soap on his salad and ate it. After Joe ate the salad, he felt sick.</p><p>Joe wasn't the only person who got sick. A lot of people thought the soap was lemon juice. They put the soap on fish, on salads, and in tea. Later they felt sick, too. Some people had stomachaches but felt better in a few hours. Same people felt sick and went to the hospital. Luckily, no one died from eating the soap.</p><p>What can we learn from Joe's story? Read labels carefully. And don't eat dish soap for dinner!</p></div><div class="widget richText" data-report=""><p>Du vil fortælle historien "Dish Soap for Dinner'' til en ven i kun to sætninger. Hvilken to sætninger fortæller historien bedst?</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="2035d2bc-dad3-a5fb-f9ab-27c731c68946"><span>1. Joe came home from work and opened his mailbox. He was happy because he found a free sample-a yellow bottle of dish soap</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="21cc8e2b-9689-8da2-c180-64b5b4b6701f"><span>2. A soap company mailed soap to millions of people. Some people thought he soap was lemon juice, so they ate it and got sick.</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="4c218984-0064-d34b-175e-14fcd99d4d51"><span>3. Joe went to buy dish soap before dinner</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="e2a1abdd-d54a-7fbf-8560-426014910586"><span>4. Spring opgaven over</span></a></li></ul></div></div></div></div></div>



]]>
                </renderedQuestionText>
                <renderedReportText>
                    <![CDATA[]]>
                </renderedReportText>
            </questionText>

                                <multipleChoiceAnswers>
                            <answer id="2035d2bc-dad3-a5fb-f9ab-27c731c68946" name="1" isCorrect="false">
                                <text><![CDATA[1. Joe came home from work and opened his mailbox. He was happy because he found a free sample-a yellow bottle of dish soap]]></text>
                                <reportText><![CDATA[<div>1. Joe came home from work and opened his mailbox. He was happy because he found a free sample-a yellow bottle of dish soap</div>]]></reportText>
                            </answer>
                            <answer id="21cc8e2b-9689-8da2-c180-64b5b4b6701f" name="2" isCorrect="true">
                                <text><![CDATA[2. A soap company mailed soap to millions of people. Some people thought he soap was lemon juice, so they ate it and got sick.]]></text>
                                <reportText><![CDATA[<div>2. A soap company mailed soap to millions of people. Some people thought he soap was lemon juice, so they ate it and got sick.</div>]]></reportText>
                            </answer>
                            <answer id="4c218984-0064-d34b-175e-14fcd99d4d51" name="3" isCorrect="false">
                                <text><![CDATA[3. Joe went to buy dish soap before dinner]]></text>
                                <reportText><![CDATA[<div>3. Joe went to buy dish soap before dinner</div>]]></reportText>
                            </answer>
                            <answer id="e2a1abdd-d54a-7fbf-8560-426014910586" name="Ikke besvaret" isCorrect="false">
                                <text><![CDATA[4. Spring opgaven over]]></text>
                                <reportText><![CDATA[<div>4. Spring opgaven over</div>]]></reportText>
                            </answer>
                    </multipleChoiceAnswers>


            <assets>
                


            </assets>
        </question>
        <question name="FVU Engelsk Opgave 4.2" nodeId="3898" 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=""><h1 style="text-align: center;">Working in Industry</h1><p>I work for a large, multinational company. We manufacture components for our car production plants in Europe. The company has operations in over fifty countries. We export to Eastern Europe and the Far East. </p><p>What does your job involve? I'm in charge of twenty-five assembly workers. I'm on flexi-time. Do you do overtime? We have a three-shift system. I'm on the early shift.</p></div><div class="widget richText" data-report=""><p>Marker det korrekte svar herunder:</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="2035d2bc-dad3-a5fb-f9ab-27c731c68946"><span>1. The company has operations in less than 50 countries</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="21cc8e2b-9689-8da2-c180-64b5b4b6701f"><span>2. The company has operations in more than 50 countries</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="157317fe-b1f6-19a0-64dd-2e49539b85a0"><span>3. The company is in 15 countries</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="e2a1abdd-d54a-7fbf-8560-426014910586"><span>4. Spring opgaven over</span></a></li></ul></div></div></div></div></div>



]]>
                </renderedQuestionText>
                <renderedReportText>
                    <![CDATA[]]>
                </renderedReportText>
            </questionText>

                                <multipleChoiceAnswers>
                            <answer id="2035d2bc-dad3-a5fb-f9ab-27c731c68946" name="Less than 50 countries" isCorrect="false">
                                <text><![CDATA[1. The company has operations in less than 50 countries]]></text>
                                <reportText><![CDATA[<div>1. The company has operations in less than 50 countries</div>]]></reportText>
                            </answer>
                            <answer id="21cc8e2b-9689-8da2-c180-64b5b4b6701f" name="More than 50 countries" isCorrect="true">
                                <text><![CDATA[2. The company has operations in more than 50 countries]]></text>
                                <reportText><![CDATA[<div>2. The company has operations in more than 50 countries</div>]]></reportText>
                            </answer>
                            <answer id="157317fe-b1f6-19a0-64dd-2e49539b85a0" name="15 countries" isCorrect="false">
                                <text><![CDATA[3. The company is in 15 countries]]></text>
                                <reportText><![CDATA[<div>3. The company is in 15 countries</div>]]></reportText>
                            </answer>
                            <answer id="e2a1abdd-d54a-7fbf-8560-426014910586" name="Ikke besvaret" isCorrect="false">
                                <text><![CDATA[4. Spring opgaven over]]></text>
                                <reportText><![CDATA[<div>4. Spring opgaven over</div>]]></reportText>
                            </answer>
                    </multipleChoiceAnswers>


            <assets>
                


            </assets>
        </question>
        <question name="FVU Engelsk Opgave 4.3" nodeId="3904" 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=""><h1 style="text-align: center;">Working in industri</h1><p>I work for a large, multinational company. We manufacture components for our car production plants in Europe. The company has operations in over fifty countries. We export to Eastern Europe and the Far East. </p><p>What does your job involve? I'm in charge of twenty-five assembly workers. I'm on flexi-time. Do you do overtime? We have a three-shift system. I'm on the early shift.</p></div><div class="widget richText" data-report=""><p>Marker det korrekte svar herunder:</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="4c218984-0064-d34b-175e-14fcd99d4d51"><span>1. The early shift is the first shift</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="738980ec-6ea2-d5e8-bf34-6ce4d4159876"><span>2. The early shift is the second shift</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="157317fe-b1f6-19a0-64dd-2e49539b85a0"><span>3. The early shift is the third shift</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="e2a1abdd-d54a-7fbf-8560-426014910586"><span>4. Spring opgaven over</span></a></li></ul></div></div></div></div></div>



]]>
                </renderedQuestionText>
                <renderedReportText>
                    <![CDATA[]]>
                </renderedReportText>
            </questionText>

                                <multipleChoiceAnswers>
                            <answer id="4c218984-0064-d34b-175e-14fcd99d4d51" name="Early shift" isCorrect="true">
                                <text><![CDATA[1. The early shift is the first shift]]></text>
                                <reportText><![CDATA[<div>1. The early shift is the first shift</div>]]></reportText>
                            </answer>
                            <answer id="738980ec-6ea2-d5e8-bf34-6ce4d4159876" name="early shift second" isCorrect="false">
                                <text><![CDATA[2. The early shift is the second shift]]></text>
                                <reportText><![CDATA[<div>2. The early shift is the second shift</div>]]></reportText>
                            </answer>
                            <answer id="157317fe-b1f6-19a0-64dd-2e49539b85a0" name="early shift third" isCorrect="false">
                                <text><![CDATA[3. The early shift is the third shift]]></text>
                                <reportText><![CDATA[<div>3. The early shift is the third shift</div>]]></reportText>
                            </answer>
                            <answer id="e2a1abdd-d54a-7fbf-8560-426014910586" name="Ikke besvaret" isCorrect="false">
                                <text><![CDATA[4. Spring opgaven over]]></text>
                                <reportText><![CDATA[<div>4. Spring opgaven over</div>]]></reportText>
                            </answer>
                    </multipleChoiceAnswers>


            <assets>
                


            </assets>
        </question>
</questions>



    </test>
