4require_once 
'Modules/TestQuestionPool/classes/class.ilAssQuestionHintAbstractGUI.php';
 
    5require_once 
'Modules/TestQuestionPool/classes/class.ilAssQuestionHintTracking.php';
 
   67        $cmd = 
$ilCtrl->getCmd(self::CMD_SHOW_LIST);
 
   68        $nextClass = 
$ilCtrl->getNextClass($this);
 
   71            case 'ilasshintpagegui':
 
   73                require_once 
'Modules/TestQuestionPool/classes/class.ilAssQuestionHintPageObjectCommandForwarder.php';
 
   76                $forwarder->forward();
 
   96        require_once 
'Modules/TestQuestionPool/classes/class.ilAssQuestionHintsTableGUI.php';
 
   98        $questionHintList = $this->questionHintTracking->getRequestedHintsList();
 
  122        if (!isset(
$_GET[
'hintId']) || !(
int) 
$_GET[
'hintId']) {
 
  126        $isRequested = $this->questionHintTracking->isRequested((
int) 
$_GET[
'hintId']);
 
  129            throw new ilTestException(
'hint with given id is not yet requested for given testactive and testpass');
 
  134        require_once 
'Services/Utilities/classes/class.ilUtil.php';
 
  135        require_once 
'Services/Form/classes/class.ilPropertyFormGUI.php';
 
  136        require_once 
'Services/Form/classes/class.ilNonEditableValueGUI.php';
 
  144        $form->setTableWidth(
'100%');
 
  147            $lng->txt(
'tst_question_hints_form_header_edit'),
 
  148            $questionHint->getIndex(),
 
  149            $this->questionOBJ->getTitle()
 
  152        $form->addCommandButton(self::CMD_BACK_TO_QUESTION, 
$lng->txt(
'tst_question_hints_back_to_question'));
 
  154        $numExistingRequests = $this->questionHintTracking->getNumExistingRequests();
 
  156        if ($numExistingRequests > 1) {
 
  157            $form->addCommandButton(self::CMD_SHOW_LIST, 
$lng->txt(
'button_show_requested_question_hints'));
 
  162        $nonEditableHintText = 
new ilNonEditableValueGUI(
$lng->txt(
'tst_question_hints_form_label_hint_text'), 
'hint_text', 
true);
 
  164        $form->addItem($nonEditableHintText);
 
  168        $nonEditableHintPoints = 
new ilNonEditableValueGUI(
$lng->txt(
'tst_question_hints_form_label_hint_points'), 
'hint_points');
 
  169        $nonEditableHintPoints->setValue($questionHint->getPoints());
 
  170        $form->addItem($nonEditableHintPoints);
 
  188            $nextRequestableHint = $this->questionHintTracking->getNextRequestableHint();
 
  190            $ilCtrl->redirect($this, self::CMD_BACK_TO_QUESTION);
 
  193        require_once 
'Services/Utilities/classes/class.ilConfirmationGUI.php';
 
  199            "hintId={$nextRequestableHint->getId()}" 
  202        $confirmation->setFormAction($formAction);
 
  204        $confirmation->setConfirm(
$lng->txt(
'tst_question_hints_confirm_request'), self::CMD_PERFORM_REQUEST);
 
  205        $confirmation->setCancel(
$lng->txt(
'tst_question_hints_cancel_request'), self::CMD_BACK_TO_QUESTION);
 
  207        $confirmation->setHeaderText(
sprintf(
 
  208            $lng->txt(
'tst_question_hints_request_confirmation'),
 
  209            $nextRequestableHint->getIndex(),
 
  210            $nextRequestableHint->getPoints()
 
  227        if (!isset(
$_GET[
'hintId']) || !(
int) 
$_GET[
'hintId']) {
 
  232            $nextRequestableHint = $this->questionHintTracking->getNextRequestableHint();
 
  234            $ilCtrl->redirect($this, self::CMD_BACK_TO_QUESTION);
 
  237        if ($nextRequestableHint->getId() != (
int) 
$_GET[
'hintId']) {
 
  238            throw new ilTestException(
'given hint id does not relate to the next requestable hint');
 
  241        $this->questionHintTracking->storeRequest($nextRequestableHint);
 
  258        $ilCtrl->redirect($this->parentGUI, $this->parentCMD);
 
  273            $tpl->setBodyClass(
'kiosk');
 
  274            $tpl->setAddFooter(
false);
 
  279                'tpl.il_tst_question_hints_kiosk_page.html',
 
  280                'Modules/TestQuestionPool' 
  283            $tpl->setVariable(
'KIOSK_HEAD', $this->parentGUI->getKioskHead());
 
  285            $tpl->setVariable(
'KIOSK_CONTENT', $content);
 
  287            $tpl->setContent($content);
 
  312        if ($this->questionOBJ->isAdditionalContentEditingModePageObject()) {
 
  313            $ilCtrl->setParameterByClass(
'ilasshintpagegui', 
'hint_id', $hintId);
 
  314            $linkTarget = 
$ilCtrl->getLinkTargetByClass(
'ilAssHintPageGUI', 
'', 
'', 
false, $xmlStyle);
 
  316            $ilCtrl->setParameter($this, 
'hintId', $hintId);
 
  317            $linkTarget = 
$ilCtrl->getLinkTarget($this, self::CMD_SHOW_HINT, 
'', 
false, $xmlStyle);
 
sprintf('%.4f', $callTime)
An exception for terminatinating execution or to throw for unit testing.
Basic GUI class for assessment questions.
const PRESENTATION_MODE_REQUEST
presentation mode for requesting
const CMD_CONFIRM_REQUEST
__construct($parentGUI, $parentCMD, assQuestionGUI $questionGUI, $questionHintTracking)
Constructor.
getHintPresentationLinkTarget($hintId, $xmlStyle=true)
returns the link target for hint request presentation
performRequestCmd()
Performs a hint request and invokes the (re-)saving the question solution.
confirmRequestCmd()
shows a confirmation screen for a hint request
const CMD_PERFORM_REQUEST
populateContent($content)
populates the rendered questin hint relating output content to global template depending on possibly ...
showListCmd()
shows the list of allready requested hints
const CMD_SHOW_LIST
command constants
backToQuestionCmd()
gateway command method to jump back to test session output
executeCommand()
Execute Command.
const CMD_BACK_TO_QUESTION
showHintCmd()
shows an allready requested hint
static getInstanceById($hintId)
creates a hint object instance, loads the persisted hint dataset identified by passed hint id from da...
Confirmation screen class.
This class represents a non editable value in a property form.
Base Exception for all Exceptions relating to Modules/Test.
static appendUrlParameterString($a_url, $a_par, $xml_style=false)
append URL parameter string ("par1=value1&par2=value2...") to given URL string
static prepareTextareaOutput($txt_output, $prepare_for_latex_output=false, $omitNl2BrWhenTextArea=false)
Prepares a string for a text area output where latex code may be in it If the text is HTML-free,...
static redirect($a_script)
if(empty($password)) $table
if(isset($_POST['submit'])) $form