diff --git a/questtypes/dummy/DummyQuesttypeAgent.inc b/questtypes/dummy/DummyQuesttypeAgent.inc deleted file mode 100644 index f0de5cb1..00000000 --- a/questtypes/dummy/DummyQuesttypeAgent.inc +++ /dev/null @@ -1,24 +0,0 @@ - - * @copyright 2014 Heinrich-Heine-Universität Düsseldorf - * @license http://www.gnu.org/licenses/gpl.html - * @link https://bitbucket.org/coderkun/the-legend-of-z - */ - - namespace hhu\z\questtypes; - - - /** - * Dummy-QuesttypeAgent for testing basic QuesttypeAgent-functionality. - * - * @author Oliver Hanraths - */ - class DummyQuesttypeAgent extends \hhu\z\QuesttypeAgent - { - } - -?> diff --git a/questtypes/dummy/DummyQuesttypeController.inc b/questtypes/dummy/DummyQuesttypeController.inc deleted file mode 100644 index a478cda5..00000000 --- a/questtypes/dummy/DummyQuesttypeController.inc +++ /dev/null @@ -1,93 +0,0 @@ - - * @copyright 2014 Heinrich-Heine-Universität Düsseldorf - * @license http://www.gnu.org/licenses/gpl.html - * @link https://bitbucket.org/coderkun/the-legend-of-z - */ - - namespace hhu\z\questtypes; - - - /** - * Controller of the Dummy-QuesttypeAgent for testing basic - * QuesttypeAgent-functionality. - * - * @author Oliver Hanraths - */ - class DummyQuesttypeController extends \hhu\z\QuesttypeController - { - - - - - /** - * Save the answers of a Character for a Quest. - * - * @param array $seminary Current Seminary data - * @param array $questgroup Current Questgroup data - * @param array $quest Current Quest data - * @param array $character Current Character data - * @param array $answers Character answers for the Quest - */ - public function saveAnswersOfCharacter($seminary, $questgroup, $quest, $character, $answers) - { - // Do nothing - } - - - /** - * Check if answers of a Character for a Quest match the correct ones. - * - * @param array $seminary Current Seminary data - * @param array $questgroup Current Questgroup data - * @param array $quest Current Quest data - * @param array $character Current Character data - * @param array $answers Character answers for the Quest - * @return boolean True/false for a right/wrong answer or null for moderator evaluation - */ - public function matchAnswersOfCharacter($seminary, $questgroup, $quest, $character, $answers) - { - // Set status - return true; - } - - - /** - * Action: quest. - * - * Show the task of a Quest. - * - * @param array $seminary Current Seminary data - * @param array $questgroup Current Questgroup data - * @param array $quest Current Quest data - * @param array $character Current Character data - * @param Exception $exception Character submission exception - */ - public function quest($seminary, $questgroup, $quest, $character, $exception) - { - // Nothing to do - } - - - /** - * Action: submission. - * - * Show the submission of a Character for a Quest. - * - * @param array $seminary Current Seminary data - * @param array $questgroup Current Questgroup data - * @param array $quest Current Quest data - * @param array $character Current Character data - */ - public function submission($seminary, $questgroup, $quest, $character) - { - // Nothing to do - } - - } - -?> diff --git a/questtypes/dummy/DummyQuesttypeModel.inc b/questtypes/dummy/DummyQuesttypeModel.inc deleted file mode 100644 index c4aadf3e..00000000 --- a/questtypes/dummy/DummyQuesttypeModel.inc +++ /dev/null @@ -1,25 +0,0 @@ - - * @copyright 2014 Heinrich-Heine-Universität Düsseldorf - * @license http://www.gnu.org/licenses/gpl.html - * @link https://bitbucket.org/coderkun/the-legend-of-z - */ - - namespace hhu\z\questtypes; - - - /** - * Model of the Dummy-QuesttypeAgent for testing basic - * QuesttypeAgent-functionality. - * - * @author Oliver Hanraths - */ - class DummyQuesttypeModel extends \hhu\z\QuesttypeModel - { - } - -?> diff --git a/questtypes/dummy/html/quest.tpl b/questtypes/dummy/html/quest.tpl deleted file mode 100644 index f482a07b..00000000 --- a/questtypes/dummy/html/quest.tpl +++ /dev/null @@ -1,4 +0,0 @@ -
- - -
diff --git a/questtypes/dummy/html/submission.tpl b/questtypes/dummy/html/submission.tpl deleted file mode 100644 index e69de29b..00000000