Forum .LRN Q&A: Re: Assessment and LORSm

Collapse
3: Re: Assessment and LORSm (response to 2)
Posted by Ernie Ghiglione on
Malte,

<blockquote> None, this is how I had assumed it to work until the discussion started about
assessment storing single questions as items in LORSm, which is an approach you
(obviously) are not taking.
</blockquote>

I bet you are really happy then...  😉

Well, technically -if you look closer- they are still IMS CP items, but referencing to resources other than "webcontent":

<manifest xmlns="http://www.imsproject.org/xsd/imscp_rootv1p1p2" ...>
  <organizations default="ORG-...">
    <organization identifier="ORG-D..." structure="hierarchical">
      <title>INFORMACION Y COMUNICACION</title>
      <item identifier="ITEM-E8.." identifierref="RES-1.." isvisible="true">
        <title>Indice</title>
      </item>
      ...
        <item identifier="ITEM-3.." identifierref="RES-B.."
isvisible="true">
          <title>Examen 1</title>
        </item>
        <item identifier="ITEM-C.." identifierref="RES-F.."
isvisible="true">
          <title>Examen 2</title>
        </item>
      ...
  <resources>
    <resource identifier="RES-1.." type="webcontent" href="index.html" adlcp:scormtype="asset">
      <file href="index.html" />
    </resource>
    ...
    <resource identifier="RES-B.." type="ims-qti-package" href="assessment/test-1.zip" adlcp:scormtype="asset">
      <file href="assessment/test-1.zip" />
    </resource>
    </resource>
  </resources>
</manifest>

So yes, they are items of LORSm still. It is because they are IMSCP items that we can link to them in a sequence... Although, as we said before, they aren't 'processed' by LORSm but other fellow packages which return back a URL that LORSm uses for that item's href.

Ernie