|
ILIAS
release_5-0 Revision 5.0.0-1144-gc4397b1f870
|
Interface ilObjFileHandlingQuestionType. 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... | |
| getFileUploadZIPFile ($test_id) | |
| Generates a ZIP file containing all file uploads for a given test and the original id of the question. More... | |
Interface ilObjFileHandlingQuestionType.
Thin interface to denote a question as a file handling question type.
Definition at line 15 of file interface.ilObjFileHandlingQuestionType.php.
| ilObjFileHandlingQuestionType::getFileUploadZIPFile | ( | $test_id | ) |
Generates a ZIP file containing all file uploads for a given test and the original id of the question.
| int | $test_id |
| ilObjFileHandlingQuestionType::hasFileUploads | ( | $test_id | ) |
Checks if file uploads exist for a given test and the original id of the question.
| int | $test_id |
Implemented in assFileUpload.