Actualización
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
<?php
|
||||
/* For licensing terms, see /license.txt */
|
||||
|
||||
/**
|
||||
* Interface HookMyStudentsQuizTrackingEventInterface.
|
||||
*/
|
||||
interface HookMyStudentsQuizTrackingEventInterface extends HookEventInterface
|
||||
{
|
||||
/**
|
||||
* @return array
|
||||
*/
|
||||
public function notifyTrackingHeader();
|
||||
|
||||
/**
|
||||
* @param int $quizId
|
||||
* @param int $studentId
|
||||
*
|
||||
* @return array
|
||||
*/
|
||||
public function notifyTrackingContent($quizId, $studentId);
|
||||
}
|
||||
Reference in New Issue
Block a user