Skip to content
Snippets Groups Projects
Commit 3274bab6 authored by jfvanass's avatar jfvanass
Browse files

issue 161 : remove spaces

parent dccff557
No related branches found
No related tags found
No related merge requests found
......@@ -41,7 +41,7 @@ class ScormScoreRawSubmitted extends ScormEvent {
$scoremin = $opts['scorm_scoes_track']['scoremin'];
}
if ($scoremax !=0 && $scoremin !=0) {
if ($scoremax != 0 && $scoremin != 0) {
$scorescaled = $scoreraw >= 0 ? ($scoreraw / $scoremax) : ($scoreraw / $scoremin);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment