ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Interface ilObjFileHandlingQuestionType. More...
Public Member Functions | |
hasFileUploads ($test_id) | |
Checks if file uploads exist for a given test and the original id of the question. More... | |
deliverFileUploadZIPFile ($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... | |
Interface ilObjFileHandlingQuestionType.
Thin interface to denote a question as a file handling question type.
Definition at line 15 of file interface.ilObjFileHandlingQuestionType.php.
ilObjFileHandlingQuestionType::deliverFileUploadZIPFile | ( | $test_id, | |
$test_title | |||
) |
Generates a ZIP file containing all file uploads for a given test and the original id of the question.
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.