|
|
@ -21,9 +21,9 @@ abstract class BoxQuestion extends Question
|
|
|
|
$this->possibleResponses = $possibleResponses;
|
|
|
|
$this->possibleResponses = $possibleResponses;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
public abstract function responseStrategy();
|
|
|
|
abstract public function responseStrategy();
|
|
|
|
|
|
|
|
|
|
|
|
public abstract function printStrategy(): string;
|
|
|
|
abstract public function printStrategy(): string;
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
/**
|
|
|
|
* @return array
|
|
|
|
* @return array
|
|
|
@ -56,4 +56,4 @@ abstract class BoxQuestion extends Question
|
|
|
|
{
|
|
|
|
{
|
|
|
|
$this->categories = $categories;
|
|
|
|
$this->categories = $categories;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|