5 require_once
'Services/Utilities/classes/class.ilConfirmationGUI.php';
103 $headerText = sprintf(
104 $this->lng->txt(
'tst_change_quest_set_type_from_old_to_new_with_conflict'),
111 $headerText .=
'<br /><br />'.$this->lng->txt(
'tst_nonpool_questions_get_lost_warning');
124 foreach (
$_POST as $key => $value)
126 if (strcmp($key,
"cmd") != 0)
128 if (is_array($value))
130 foreach ($value as $k => $v)
152 switch(
$item->getType() )
154 case 'section_header':
164 list($y, $m,
$d) = explode(
'-', $date);
170 if(
$item->getShowTime() )
172 list($h, $m, $s) = explode(
'-', $time);
200 "{$item->getPostVar()}[start][date][y]",
204 "{$item->getPostVar()}[start][date][m]",
208 "{$item->getPostVar()}[start][date][d]",
212 "{$item->getPostVar()}[start][time][h]",
216 "{$item->getPostVar()}[start][time][m]",
220 "{$item->getPostVar()}[start][time][s]",
224 "{$item->getPostVar()}[end][date][y]",
228 "{$item->getPostVar()}[end][date][m]",
232 "{$item->getPostVar()}[end][date][d]",
236 "{$item->getPostVar()}[end][time][h]",
240 "{$item->getPostVar()}[end][time][m]",
244 "{$item->getPostVar()}[end][time][s]",
250 case 'checkboxgroup':
252 if( is_array(
$item->getValue()) )
254 foreach(
$item->getValue() as $option )
264 if(
$item->getChecked() )