Rename selectLevel() to getLevel() in question class

pull/2487/head
Yannick Warnier 9 years ago
parent f30a5085da
commit 34cef4c3b7
  1. 2
      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;
}

Loading…
Cancel
Save