19 declare(strict_types=1);
77 $headerText = sprintf(
78 $this->
lng->txt(
'tst_change_quest_set_type_from_old_to_new_with_conflict'),
84 $headerText .=
'<br /><br />' . $this->
lng->txt(
'tst_nonpool_questions_get_lost_warning');
97 foreach ($this->request_data_collector->getPostKeys() as $key) {
99 $value = $this->request_data_collector->raw($key);
101 if (is_array($value)) {
102 foreach ($value as $k => $v) {
105 } elseif (is_string($value)) {
115 switch (
$item->getType()) {
116 case 'section_header':
148 foreach ([
"start",
"end"] as $type) {
149 $postVar =
$item->getPostVar() .
'[' . $type .
']';
166 case 'checkboxgroup':
168 if (is_array(
$item->getValue())) {
169 foreach (
$item->getValue() as $option) {
178 $value =
$item->getValue();
179 if (!is_array($value)) {
182 foreach ($value as $option) {
190 if (
$item->getChecked()) {
populateParametersFromPropertyForm(ilPropertyFormGUI $form, $timezone)
if($clientAssertionType !='urn:ietf:params:oauth:client-assertion-type:jwt-bearer'|| $grantType !='client_credentials') $parts
string $oldQuestionSetType
populateParametersFromPost()
setHeaderText(string $a_headertext)
addHiddenItem(string $a_post_var, string $a_value)
string $newQuestionSetType
setOldQuestionSetType(string $oldQuestionSetType)
__construct(private readonly RequestDataCollector $request_data_collector, protected readonly ilObjTest $testOBJ)
isQuestionLossInfoEnabled()
__construct(Container $dic, ilPlugin $plugin)
bool $questionLossInfoEnabled
setQuestionLossInfoEnabled(bool $questionLossInfoEnabled)
setNewQuestionSetType(string $newQuestionSetType)