categories = $args[2]; $this->possibleResponses = $args[0]; break; case 2: parent::__construct($args[3], $args[1]); break; default: break; } } public function responseStrategy(): void { echo "Implement responseStrategy() method."; } public function printStrategy(): string { $id = $this->getId(); $content = $this->getContent(); $possibleResponses = $this->getPossibleResponses(); $categories = $this->getCategories(); $html = "\t\t\t