Skip to content

Commit

Permalink
Removed code which was there to skip a step on Scorm compliance test
Browse files Browse the repository at this point in the history
  • Loading branch information
csantossaenz committed May 15, 2007
1 parent e2eb831 commit b7500e4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions mod/scorm/datamodels/scorm_13.js.php
Expand Up @@ -381,9 +381,9 @@ function GetValue (element) {
function SetValue (element,value) {
errorCode = "0";
diagnostic = "";
if (element== 'cmi.interactions.0.learner_response' && value=='Dependency on cmi.interaction.n.type not established'){
errorCode="408";
}
// if (element== 'cmi.interactions.0.learner_response' && value=='Dependency on cmi.interaction.n.type not established'){
// errorCode="408";
//}
if ((Initialized) && (!Terminated)) {
if (element != "") {
expression = new RegExp(CMIIndex,'g');
Expand Down

0 comments on commit b7500e4

Please sign in to comment.