4require_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;
 
An exception for terminatinating execution or to throw for unit testing.
This class provides processing control methods.
getCmd($a_default_cmd="", $a_safe_commands="")
Determines current get/post command.
getNextClass($a_gui_class=null)
Get next class in the control path from the current class to the target command class.
static getPluginObject($a_ctype, $a_cname, $a_slot_id, $a_pname)
Get Plugin Object.
static set($a_var, $a_val)
Set a value.
Output class for assessment test execution.
__construct(ilTestOutputGUI $testOutputGUI)
setTestOutputGUI($testOutputGUI)