4 require_once
'Services/Export/classes/class.ilExportGUI.php';
48 $pl_names = $ilPluginAdmin->getActivePluginsForSlot(
IL_COMP_MODULE,
'Test',
'tsig');
49 $pl = current($pl_names);
51 $this->plugin->setGUIObject($this);
61 $ret = $this->dispatchCommand();
67 protected function dispatchCommand()
71 $active = $this->test->getActiveIdOfUser($ilUser->getId());
72 $pass = $this->test->_getMaxPass($active);
73 $key =
'signed_'. $active .
'_'.
$pass;
136 public function redirectToTest(
$success)
141 $active = $this->test->getActiveIdOfUser($ilUser->getId());
142 $pass = $this->test->_getMaxPass($active);
143 $key =
'signed_'. $active .
'_'.
$pass;
This class provides processing control methods.
Output class for assessment test execution.
static set($a_var, $a_val)
Set a value.
__construct(ilTestOutputGUI $testOutputGUI)
getNextClass($a_gui_class=null)
Get next class in the control path from the current class to the target command class.
getCmd($a_default_cmd="", $a_safe_commands="")
Determines current get/post command.
static getPluginObject($a_ctype, $a_cname, $a_slot_id, $a_pname)
Get Plugin Object.
setTestOutputGUI($testOutputGUI)