Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Export to ims qti erases external references #29

Open
clavisound opened this issue Mar 30, 2020 · 0 comments
Open

Export to ims qti erases external references #29

clavisound opened this issue Mar 30, 2020 · 0 comments

Comments

@clavisound
Copy link

clavisound commented Mar 30, 2020

Hello guys, thank you for the great platform.

Let's say we have a question with a photo to external URL
<img src="https://mydomain/image.png" />

Export to QTI erases the external reference, although the external reference is working properly in openeclass.

According to QTI specication, seems possible.

uri The uri attribute is used to identify an external resource i.e. typically a file name or URL. An alternative, and preferred method is the usage of the entityref attribute.

QTI spec v1

example

<item title="112" ident="question112">
            <presentation>
                <material>
                    <mattext>Αυτό είναι το Λα;</mattext> <--- I Think here we need also the external URL
                </material>
            </presentation>
            <response_lid rcardinality="Single" rtiming="No">
            <render_choice>
            <response_label ident="question112answer1">
            <material>
                <mattext>Σωστό</mattext>
            </material>
            </response_label>
            <response_label ident="question112answer2">
            <material>
                <mattext>Λάθος</mattext>
            </material>
            </response_label></render_choice>
            </response_lid>
                <resprocessing>
            <respcondition>
                <conditionvar>
                    <varequal>question112answer1</varequal>
                </conditionvar>
                <setvar action="Set">0.00</setvar>
                <displayfeedback feedbacktype="Response" linkrefid="question112feedback1"/>
                </respcondition>
            <respcondition>
                <conditionvar>
                    <varequal>question112answer2</varequal>
                </conditionvar>
                <setvar action="Set">1.00</setvar>
                <displayfeedback feedbacktype="Response" linkrefid="question112feedback2"/>
                </respcondition></resprocessing>
                <itemfeedback ident="question112feedback1" view="Candidate">
                    <material>
                        <mattext/>
                    </material>
                </itemfeedback>
                
                <itemfeedback ident="question112feedback2" view="Candidate">
                    <material>
                        <mattext/>
                    </material>
                </itemfeedback>
                </item>

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant