5 require_once
'Services/Utilities/classes/class.ilConfirmationGUI.php';
50 parent::__construct();
103 $headerText = sprintf(
104 $this->lng->txt(
'tst_change_quest_set_type_from_old_to_new_with_conflict'),
110 $headerText .=
'<br /><br />' . $this->lng->txt(
'tst_nonpool_questions_get_lost_warning');
124 if (strcmp(
$key,
"cmd") != 0) {
125 if (is_array($value)) {
126 foreach ($value as $k => $v) {
144 switch (
$item->getType()) {
145 case 'section_header':
151 $datetime =
$item->getDate();
154 if (!($date instanceof
ilDate)) {
178 $postVar =
$item->getPostVar() .
'[' .
$type .
']';
179 $datetime =
$item->{
'get' . ucfirst(
$type)}();
181 if ($datetime instanceof ilDateTime) {
183 if (!($date instanceof
ilDate)) {
195 case 'checkboxgroup':
197 if (is_array(
$item->getValue())) {
198 foreach (
$item->getValue() as $option) {
207 $value =
$item->getValue();
208 if (!is_array($value)) {
209 $value =
array($value);
211 foreach ($value as $option) {
219 if (
$item->getChecked()) {
setQuestionLossInfoEnabled($questionLossInfoEnabled)
addHiddenItem($a_post_var, $a_value)
Add hidden item.
populateParametersFromPropertyForm(ilPropertyFormGUI $form, $timezone)
populateParametersFromPost()
setOldQuestionSetType($oldQuestionSetType)
setNewQuestionSetType($newQuestionSetType)
if(isset($_POST['submit'])) $form
__construct(ilLanguage $lng, ilObjTest $testOBJ)
Create styles array
The data for the language used.
setHeaderText($a_headertext)
Set Set header text.
isQuestionLossInfoEnabled()
Confirmation screen class.