|
|
|
@ -1043,7 +1043,7 @@ function dokeos_void_save_asset(myscore,mymax) |
|
|
|
*/ |
|
|
|
*/ |
|
|
|
function logit_scorm(message,priority){ |
|
|
|
function logit_scorm(message,priority){ |
|
|
|
|
|
|
|
|
|
|
|
if(scorm_logs>priority){ |
|
|
|
if(scorm_logs>=priority){ |
|
|
|
if($("#lp_log_name") && $("#log_content")){ |
|
|
|
if($("#lp_log_name") && $("#log_content")){ |
|
|
|
$("#log_content").append("SCORM: " + message + "<br/>"); |
|
|
|
$("#log_content").append("SCORM: " + message + "<br/>"); |
|
|
|
} |
|
|
|
} |
|
|
|
@ -1057,7 +1057,7 @@ function logit_scorm(message,priority){ |
|
|
|
* @param integer Priority (0 for top priority, 3 for lowest) |
|
|
|
* @param integer Priority (0 for top priority, 3 for lowest) |
|
|
|
*/ |
|
|
|
*/ |
|
|
|
function logit_lms(message,priority){ |
|
|
|
function logit_lms(message,priority){ |
|
|
|
if(lms_logs>priority){ |
|
|
|
if(lms_logs>=priority){ |
|
|
|
if ($("#lp_log_name") && $("#log_content")) { |
|
|
|
if ($("#lp_log_name") && $("#log_content")) { |
|
|
|
$("#log_content").append("LMS: " + message + "<br />"); |
|
|
|
$("#log_content").append("LMS: " + message + "<br />"); |
|
|
|
} |
|
|
|
} |
|
|
|
|