Browse Source

[svn r12244] fix the bug http://www.dokeos.com/forum/viewtopic.php?t=8987

Eric Marguin 18 years ago
parent
commit
bc1a483603
1 changed files with 1 additions and 1 deletions
  1. 1 1
      main/newscorm/learnpathItem.class.php

+ 1 - 1
main/newscorm/learnpathItem.class.php

@@ -1081,7 +1081,7 @@ class learnpathItem{
 										$rs_quiz = api_sql_query($sql, __FILE__, __LINE__);
 										if($quiz = Database :: fetch_array($rs_quiz))
 										{
-											if($quiz['exe_result'] > $this -> min_score)
+											if($quiz['exe_result'] >= $this -> min_score)
 											{
 												$returnstatus = true;
 											}