瀏覽代碼

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

Eric Marguin 18 年之前
父節點
當前提交
bc1a483603
共有 1 個文件被更改,包括 1 次插入1 次删除
  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;
 											}