diff --git a/main/exercise/question.class.php b/main/exercise/question.class.php index 82c93746bc..486c7dd7eb 100755 --- a/main/exercise/question.class.php +++ b/main/exercise/question.class.php @@ -1362,7 +1362,7 @@ abstract class Question public function get_question_type_name() { $key = self::$questionTypes[$this->type]; - + return get_lang($key[1]); } @@ -1615,14 +1615,20 @@ abstract class Question eval('$explanation = get_lang(' . $a_type[1] . '::$explanationLangVar);'); echo '