<?xml version="1.0" encoding="utf-8" ?>
    <test name="Brug af mobiltelefon til internets&#248;gning">
        <type da="Generisk test" en="Generic test" enum="10008" />
        <generator version="3.0" nodeId="3717" lastEditedDate="2026-04-27T11:57:31" 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[TIl de næste 2 opgaver skal du bruge din mobiltelefon. <br/>
Hvis du ikke har en mobiltelefon til rådighed, skal du henvende dig til den testansvarlige, inden du klikker på "Start testen".]]></introductionText>
            <assets>
                                    <asset type="sound" file="/v3_media/2428/brug-af-mobiltelefon-til-internetsoegning.mp3" isTextRead="true" />
            </assets>
        </introduction>



<questions count="2">
        <question name="Opgave 1" nodeId="3718" type="input">
            <settings>
                    <setting name="maxSoundRepeats" value="2" />
                <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 questionSound"><div class="soundplayer large align-center" data-bg="/images/soundplayersprite.png" id="sound3718"></div></div><div class="widget richText" data-report="true"><p>Jeg vil male dagen rød<br>med den sidste roses glød,<br>jeg vil plukke kantareller,<br>løvetand og brændenælder,<br>?????<br>- Jeg vil male dagen rød.</p><p>Det er en kendt sang – find den linje der mangler på internettet</p></div></div></div></div><div class="layout layout-100 container"><div class="row"><div class="col"><div class="widget inputAnswer"><div class="noList"><p class="input"><input type="text" class="textbox medium" name="{questionHiddenInputName}" id="{questionHiddenInputId}"></p><p class="navigation"><input type="button" class="submit okButton" onclick="Test.Next();" value="OK"></p></div></div></div></div></div>



]]>
                </renderedQuestionText>
                <renderedReportText>
                    <![CDATA[<div class="widget richText" data-report="true"><p>Jeg vil male dagen rød<br>med den sidste roses glød,<br>jeg vil plukke kantareller,<br>løvetand og brændenælder,<br>?????<br>- Jeg vil male dagen rød.</p><p>Det er en kendt sang – find den linje der mangler på internettet</p></div>
]]>
                </renderedReportText>
            </questionText>

                                    <reportAnswerText><![CDATA[<strong>{0}</strong>]]></reportAnswerText>
                        <removeSpacesFromAnswer>false</removeSpacesFromAnswer>
                            <correctAnswers>
                                    <correctAnswer><![CDATA[leve i det nu, der gælder]]></correctAnswer>
                            </correctAnswers>


            <assets>
                                    <asset type="sound" file="/v3_media/2428/brug-af-mobiltelefon-til-internetsoegning.mp3" isTextRead="true" />


                    <asset type="questionSound" file="/v3_media/2416/mobil-opg1.mp3" isTextRead="true" />

            </assets>
        </question>
        <question name="Opgave 2" nodeId="3664" type="multipleChoice">
            <settings>
                    <setting name="maxSoundRepeats" value="2" />
                <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><p>Hvilke program kan man bruge for at finde frem til afstanden mellem Barfredsvej 3, Frederikshavn til Kottesgade 6, Odense? </p></div><div class="widget questionSound"><div class="soundplayer large align-center" data-bg="/images/soundplayersprite.png" id="sound3664"></div></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="dce117f6-3b5f-fe7b-09e8-dccd1e0972bc"><span>1. Excel</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="96b7d399-13d6-67ca-72e0-dc95378c4962"><span>2. PowerPoint</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="023495ec-9105-6d03-f1ab-758a3cdcb0fa"><span>3. Google Maps</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="c58122d6-9081-d7be-0c91-282adee23a1e"><span>4. Ved ikke</span></a></li></ul></div></div></div></div></div>



]]>
                </renderedQuestionText>
                <renderedReportText>
                    <![CDATA[<div class="widget richText" data-report="true"><p><p>Hvilke program kan man bruge for at finde frem til afstanden mellem Barfredsvej 3, Frederikshavn til Kottesgade 6, Odense? </p></div>
]]>
                </renderedReportText>
            </questionText>

                                <multipleChoiceAnswers>
                            <answer id="dce117f6-3b5f-fe7b-09e8-dccd1e0972bc" name="1" isCorrect="false">
                                <text><![CDATA[1. Excel]]></text>
                                <reportText><![CDATA[<div>1. Excel</div>]]></reportText>
                            </answer>
                            <answer id="96b7d399-13d6-67ca-72e0-dc95378c4962" name="2" isCorrect="false">
                                <text><![CDATA[2. PowerPoint]]></text>
                                <reportText><![CDATA[<div>2. PowerPoint</div>]]></reportText>
                            </answer>
                            <answer id="023495ec-9105-6d03-f1ab-758a3cdcb0fa" name="3" isCorrect="true">
                                <text><![CDATA[3. Google Maps]]></text>
                                <reportText><![CDATA[<div>3. Google Maps</div>]]></reportText>
                            </answer>
                            <answer id="c58122d6-9081-d7be-0c91-282adee23a1e" name="Ved ikke" isCorrect="false">
                                <text><![CDATA[4. Ved ikke]]></text>
                                <reportText><![CDATA[<div>4. Ved ikke</div>]]></reportText>
                            </answer>
                    </multipleChoiceAnswers>


            <assets>
                                    <asset type="sound" file="/v3_media/2428/brug-af-mobiltelefon-til-internetsoegning.mp3" isTextRead="true" />


                    <asset type="questionSound" file="/v3_media/2403/komp-opg-4.mp3" isTextRead="true" />

            </assets>
        </question>
</questions>



    </test>
