Hi Jose,
I tried to do what you said, and it's not working.
I defined the resource like imsqti_xmlv1p1 or imsqti_item_xmlv2p0, but it seems that it is another thing.
I define the imsmanifest.xml file from the test with this part:
...
<resources>
<resource identifier="RESOURCE1" type="imsqti_xmlv1p1" href="imsqti-impeval.xml">
<file href="imsqti-impeval.xml" />
</resource>
</resources>
...
Then in the imsmanifest from the course I define this test, as a new activity with one resource, like:
... <imsld:learning-activity identifier="LA-task4.1" isvisible="true">
<imsld:title>4.1. Impressionism Evaluation</imsld:title>
<imsld:environment-ref ref="ENV-webquestart"/>
<imsld:activity-description>
<imsld:item identifierref="resource-impressionism-eval" isvisible="true">
<imsld:title>Impressionism Eval</imsld:title>
</imsld:item>
</imsld:activity-description>
<imsld:complete-activity>
<imsld:user-choice />
</imsld:complete-activity>
</imsld:learning-activity>
...
<resource type="imsqti_xmlv1p1" identifier="resource-impressionism-eval" href="resources/imsqti-impeval.zip">
<file href="resources/imsqti-impeval.zip"/>
</resource>
...
Do I have to do anything else?? Where is the problem??
Thanks, javier