56 $component_factory = $DIC[
"component.factory"];
65 $plugins = $component_factory->getActivePluginsInSlot(
"tsig");
66 $this->plugin = current($plugins);
67 $this->plugin->setGUIObject($this);
72 $next_class = $this->
ilCtrl->getNextClass($this);
74 switch ($next_class) {
76 $ret = $this->dispatchCommand();
82 protected function dispatchCommand()
87 $active = $this->test->getActiveIdOfUser(
$ilUser->getId());
88 $pass = $this->test->_getMaxPass($active);
89 $key =
'signed_' . $active .
'_' . $pass;
92 $cmd = $this->
ilCtrl->getCmd();
95 $ret = $this->plugin->invoke($cmd);
151 public function redirectToTest($success)
158 $active = $this->test->getActiveIdOfUser(
$ilUser->getId());
159 $pass = $this->test->_getMaxPass($active);
160 $key =
'signed_' . $active .
'_' . $pass;
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
__construct(ilTestOutputGUI $testOutputGUI)
setTestOutputGUI($testOutputGUI)
static set(string $a_var, $a_val)
Set a value.