diff --git a/main/exercise/question.class.php b/main/exercise/question.class.php index 96305a4a53..d5a7c619a9 100755 --- a/main/exercise/question.class.php +++ b/main/exercise/question.class.php @@ -267,7 +267,7 @@ abstract class Question * @author Nicolas Raynaud * @return integer - level of the question, 0 by default. */ - public function selectLevel() + public function getLevel() { return $this->level; }