29 changed files with
53 additions and
36 deletions
|
|
|
|
@ -17,7 +17,7 @@
|
|
|
|
|
*
|
|
|
|
|
* @author Oliver Hanraths <oliver.hanraths@uni-duesseldorf.de>
|
|
|
|
|
*/
|
|
|
|
|
class BossfightQuesttypeAgent extends \hhu\z\QuesttypeAgent
|
|
|
|
|
class BossfightQuesttypeAgent extends \hhu\z\agents\QuesttypeAgent
|
|
|
|
|
{
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -17,7 +17,7 @@
|
|
|
|
|
*
|
|
|
|
|
* @author Oliver Hanraths <oliver.hanraths@uni-duesseldorf.de>
|
|
|
|
|
*/
|
|
|
|
|
class BossfightQuesttypeController extends \hhu\z\QuesttypeController
|
|
|
|
|
class BossfightQuesttypeController extends \hhu\z\controllers\QuesttypeController
|
|
|
|
|
{
|
|
|
|
|
/**
|
|
|
|
|
* Required models
|
|
|
|
|
|
|
|
|
|
@ -17,7 +17,7 @@
|
|
|
|
|
*
|
|
|
|
|
* @author Oliver Hanraths <oliver.hanraths@uni-duesseldorf.de>
|
|
|
|
|
*/
|
|
|
|
|
class BossfightQuesttypeModel extends \hhu\z\QuesttypeModel
|
|
|
|
|
class BossfightQuesttypeModel extends \hhu\z\models\QuesttypeModel
|
|
|
|
|
{
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -17,7 +17,7 @@
|
|
|
|
|
*
|
|
|
|
|
* @author Oliver Hanraths <oliver.hanraths@uni-duesseldorf.de>
|
|
|
|
|
*/
|
|
|
|
|
class ChoiceinputQuesttypeAgent extends \hhu\z\QuesttypeAgent
|
|
|
|
|
class ChoiceinputQuesttypeAgent extends \hhu\z\agents\QuesttypeAgent
|
|
|
|
|
{
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -18,7 +18,7 @@
|
|
|
|
|
*
|
|
|
|
|
* @author Oliver Hanraths <oliver.hanraths@uni-duesseldorf.de>
|
|
|
|
|
*/
|
|
|
|
|
class ChoiceinputQuesttypeController extends \hhu\z\QuesttypeController
|
|
|
|
|
class ChoiceinputQuesttypeController extends \hhu\z\controllers\QuesttypeController
|
|
|
|
|
{
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -18,7 +18,7 @@
|
|
|
|
|
*
|
|
|
|
|
* @author Oliver Hanraths <oliver.hanraths@uni-duesseldorf.de>
|
|
|
|
|
*/
|
|
|
|
|
class ChoiceinputQuesttypeModel extends \hhu\z\QuesttypeModel
|
|
|
|
|
class ChoiceinputQuesttypeModel extends \hhu\z\models\QuesttypeModel
|
|
|
|
|
{
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -17,7 +17,7 @@
|
|
|
|
|
*
|
|
|
|
|
* @author Oliver Hanraths <oliver.hanraths@uni-duesseldorf.de>
|
|
|
|
|
*/
|
|
|
|
|
class CrosswordQuesttypeAgent extends \hhu\z\QuesttypeAgent
|
|
|
|
|
class CrosswordQuesttypeAgent extends \hhu\z\agents\QuesttypeAgent
|
|
|
|
|
{
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -17,7 +17,7 @@
|
|
|
|
|
*
|
|
|
|
|
* @author Oliver Hanraths <oliver.hanraths@uni-duesseldorf.de>
|
|
|
|
|
*/
|
|
|
|
|
class CrosswordQuesttypeController extends \hhu\z\QuesttypeController
|
|
|
|
|
class CrosswordQuesttypeController extends \hhu\z\controllers\QuesttypeController
|
|
|
|
|
{
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -17,7 +17,7 @@
|
|
|
|
|
*
|
|
|
|
|
* @author Oliver Hanraths <oliver.hanraths@uni-duesseldorf.de>
|
|
|
|
|
*/
|
|
|
|
|
class CrosswordQuesttypeModel extends \hhu\z\QuesttypeModel
|
|
|
|
|
class CrosswordQuesttypeModel extends \hhu\z\models\QuesttypeModel
|
|
|
|
|
{
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -17,7 +17,7 @@
|
|
|
|
|
*
|
|
|
|
|
* @author Oliver Hanraths <oliver.hanraths@uni-duesseldorf.de>
|
|
|
|
|
*/
|
|
|
|
|
class DragndropQuesttypeAgent extends \hhu\z\QuesttypeAgent
|
|
|
|
|
class DragndropQuesttypeAgent extends \hhu\z\agents\QuesttypeAgent
|
|
|
|
|
{
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -17,7 +17,7 @@
|
|
|
|
|
*
|
|
|
|
|
* @author Oliver Hanraths <oliver.hanraths@uni-duesseldorf.de>
|
|
|
|
|
*/
|
|
|
|
|
class DragndropQuesttypeController extends \hhu\z\QuesttypeController
|
|
|
|
|
class DragndropQuesttypeController extends \hhu\z\controllers\QuesttypeController
|
|
|
|
|
{
|
|
|
|
|
/**
|
|
|
|
|
* Required models
|
|
|
|
|
|
|
|
|
|
@ -17,7 +17,7 @@
|
|
|
|
|
*
|
|
|
|
|
* @author Oliver Hanraths <oliver.hanraths@uni-duesseldorf.de>
|
|
|
|
|
*/
|
|
|
|
|
class DragndropQuesttypeModel extends \hhu\z\QuesttypeModel
|
|
|
|
|
class DragndropQuesttypeModel extends \hhu\z\models\QuesttypeModel
|
|
|
|
|
{
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -17,7 +17,7 @@
|
|
|
|
|
*
|
|
|
|
|
* @author Oliver Hanraths <oliver.hanraths@uni-duesseldorf.de>
|
|
|
|
|
*/
|
|
|
|
|
class MultiplechoiceQuesttypeAgent extends \hhu\z\QuesttypeAgent
|
|
|
|
|
class MultiplechoiceQuesttypeAgent extends \hhu\z\agents\QuesttypeAgent
|
|
|
|
|
{
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -17,7 +17,7 @@
|
|
|
|
|
*
|
|
|
|
|
* @author Oliver Hanraths <oliver.hanraths@uni-duesseldorf.de>
|
|
|
|
|
*/
|
|
|
|
|
class MultiplechoiceQuesttypeController extends \hhu\z\QuesttypeController
|
|
|
|
|
class MultiplechoiceQuesttypeController extends \hhu\z\controllers\QuesttypeController
|
|
|
|
|
{
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -17,7 +17,7 @@
|
|
|
|
|
*
|
|
|
|
|
* @author Oliver Hanraths <oliver.hanraths@uni-duesseldorf.de>
|
|
|
|
|
*/
|
|
|
|
|
class MultiplechoiceQuesttypeModel extends \hhu\z\QuesttypeModel
|
|
|
|
|
class MultiplechoiceQuesttypeModel extends \hhu\z\models\QuesttypeModel
|
|
|
|
|
{
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -17,7 +17,7 @@
|
|
|
|
|
*
|
|
|
|
|
* @author Oliver Hanraths <oliver.hanraths@uni-duesseldorf.de>
|
|
|
|
|
*/
|
|
|
|
|
class SubmitQuesttypeAgent extends \hhu\z\QuesttypeAgent
|
|
|
|
|
class SubmitQuesttypeAgent extends \hhu\z\agents\QuesttypeAgent
|
|
|
|
|
{
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -17,7 +17,7 @@
|
|
|
|
|
*
|
|
|
|
|
* @author Oliver Hanraths <oliver.hanraths@uni-duesseldorf.de>
|
|
|
|
|
*/
|
|
|
|
|
class SubmitQuesttypeController extends \hhu\z\QuesttypeController
|
|
|
|
|
class SubmitQuesttypeController extends \hhu\z\controllers\QuesttypeController
|
|
|
|
|
{
|
|
|
|
|
/**
|
|
|
|
|
* Required models
|
|
|
|
|
|
|
|
|
|
@ -17,7 +17,7 @@
|
|
|
|
|
*
|
|
|
|
|
* @author Oliver Hanraths <oliver.hanraths@uni-duesseldorf.de>
|
|
|
|
|
*/
|
|
|
|
|
class SubmitQuesttypeModel extends \hhu\z\QuesttypeModel
|
|
|
|
|
class SubmitQuesttypeModel extends \hhu\z\models\QuesttypeModel
|
|
|
|
|
{
|
|
|
|
|
/**
|
|
|
|
|
* Required models
|
|
|
|
|
|
|
|
|
|
@ -17,7 +17,7 @@
|
|
|
|
|
*
|
|
|
|
|
* @author Oliver Hanraths <oliver.hanraths@uni-duesseldorf.de>
|
|
|
|
|
*/
|
|
|
|
|
class TextinputQuesttypeAgent extends \hhu\z\QuesttypeAgent
|
|
|
|
|
class TextinputQuesttypeAgent extends \hhu\z\agents\QuesttypeAgent
|
|
|
|
|
{
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -17,7 +17,7 @@
|
|
|
|
|
*
|
|
|
|
|
* @author Oliver Hanraths <oliver.hanraths@uni-duesseldorf.de>
|
|
|
|
|
*/
|
|
|
|
|
class TextinputQuesttypeController extends \hhu\z\QuesttypeController
|
|
|
|
|
class TextinputQuesttypeController extends \hhu\z\controllers\QuesttypeController
|
|
|
|
|
{
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -17,7 +17,7 @@
|
|
|
|
|
*
|
|
|
|
|
* @author Oliver Hanraths <oliver.hanraths@uni-duesseldorf.de>
|
|
|
|
|
*/
|
|
|
|
|
class TextinputQuesttypeModel extends \hhu\z\QuesttypeModel
|
|
|
|
|
class TextinputQuesttypeModel extends \hhu\z\models\QuesttypeModel
|
|
|
|
|
{
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|