[svn r10116] The scormtype attribute is mandatory in a resource element definition in imsmanifest.xml files, but ENI forgot about it, and having an asset as a default breaks the tracking

skala
Yannick Warnier 19 years ago
parent 036647dc72
commit 0491788460
  1. 2
      main/newscorm/scormResource.class.php

@ -12,7 +12,7 @@ class scormResource {
var $identifier = '';
var $type = 'webcontent';
//var $identifierref = '';
var $scormtype = 'asset';
var $scormtype = 'sco'; //fix problems with ENI content where asset is not defined
var $base = '';
var $href = '';
var $metadata;

Loading…
Cancel
Save