| 
    ILIAS
    release_8 Revision v8.24
    
   | 
  
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
 Inheritance diagram for ilObjFileHandlingQuestionType:
 Collaboration diagram for ilObjFileHandlingQuestionType:Public Member Functions | |
| hasFileUploads ($test_id) | |
| Checks if file uploads exist for a given test and the original id of the question.  More... | |
| deliverFileUploadZIPFile ($ref_id, $test_id, $test_title) | |
| Generates a ZIP file containing all file uploads for a given test and the original id of the question.  More... | |
| getFileUploadPath ($test_id, $active_id, $question_id=null) | |
| Returns the path for uploaded files from given active in given test on current or given question.  More... | |
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V.
ILIAS is licensed with the GPL-3.0, see https://www.gnu.org/licenses/gpl-3.0.en.html You should have received a copy of said license along with the source code, too.
If this is not the case or you just want to try ILIAS, you'll find us at: https://www.ilias.de https://github.com/ILIAS-eLearning Interface ilObjFileHandlingQuestionType
Thin interface to denote a question as a file handling question type.
Definition at line 30 of file interface.ilObjFileHandlingQuestionType.php.
| ilObjFileHandlingQuestionType::deliverFileUploadZIPFile | ( | $ref_id, | |
| $test_id, | |||
| $test_title | |||
| ) | 
Generates a ZIP file containing all file uploads for a given test and the original id of the question.
| integer | $ref_id | |
| integer | $test_id | |
| string | $test_title | 
Implemented in assFileUpload.
| ilObjFileHandlingQuestionType::getFileUploadPath | ( | $test_id, | |
| $active_id, | |||
$question_id = null  | 
        |||
| ) | 
Returns the path for uploaded files from given active in given test on current or given question.
| integer | $test_id | |
| integer | $active_id | |
| integer | null | $question_id | 
Implemented in assFileUpload.
| ilObjFileHandlingQuestionType::hasFileUploads | ( | $test_id | ) | 
Checks if file uploads exist for a given test and the original id of the question.
| integer | $test_id | 
Implemented in assFileUpload.