<?php class TestMaker extends Intent { function init(){ $this->name = "testmaker"; } function act(){ // if($userStep == EnumAdmins::ADMIN_WRITES_QUIZ_NAME) { $userStep = $this->getIS()->getTG()->dictionary->getUserStep($this->user['id']); $quizMaker = new QuizMaker($this->getIS()->getTG()); $quizMaker->quizProcess($this->getIS()->getTG(), $userStep); // } } } ?>
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
TestMaker.intent.class.php | File | 431 B | 0644 |
|