Procházet zdrojové kódy

Fixing fill in blank update.

Julio Montoya před 11 roky
rodič
revize
47b9c8bf48
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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();
 	}