Browse Source

Fixing fill in blank update.

Julio Montoya 11 năm trước cách đây
mục cha
commit
47b9c8bf48
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      main/exercice/fill_blanks.class.php

+ 1 - 1
main/exercice/fill_blanks.class.php

@@ -186,7 +186,7 @@ class FillBlanks extends Question
 
 		$this->save();
         $objAnswer = new answer($this->id);
-        $objAnswer->createAnswer($answer, 0, '', 0, '');
+        $objAnswer->createAnswer($answer, 0, '', 0, '1');
         $objAnswer->save();
 	}