Пример #1
0
 public function __construct(ScalarExercise $exercise, $answer)
 {
     parent::__construct();
     $this->content = $exercise->getBlueprint();
     $this->seed = $exercise->getSeed();
     $this->answer = $answer;
 }