mirror of
https://github.com/moodle/moodle.git
synced 2025-04-21 08:22:07 +02:00
Removed code which was there to skip a step on Scorm compliance test
This commit is contained in:
parent
e2eb83135a
commit
b7500e489f
@ -381,9 +381,9 @@ function SCORMapi1_3() {
|
||||
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');
|
||||
|
Loading…
x
Reference in New Issue
Block a user