testTakerUri = $testTakerUri; } public function getName() { return __CLASS__; } /** * @inheritDoc */ public function getWebhookEventName() { return 'lti-test-taker-created'; } /** * @inheritDoc */ public function serializeForWebhook() { return [ 'testTakerUri' => $this->testTakerUri, 'unit' => 1 ]; } }