ILIAS  release_8 Revision v8.24
class.ilAssOrderingDefaultElementFallback.php
Go to the documentation of this file.
1<?php
2
26{
27 public function manipulateFormInputValues(array $inputValues): array
28 {
29 if (!count($inputValues)) {
30 require_once 'Modules/TestQuestionPool/classes/questions/class.ilAssOrderingElementList.php';
32
33 $inputValues[$defaultElement->getRandomIdentifier()] = $defaultElement;
34 }
35
36 return $inputValues;
37 }
38
39 public function manipulateFormSubmitValues(array $submitValues): array
40 {
41 return $submitValues;
42 }
43}
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...