ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Class ilTestPDFGenerator. More...
Static Public Member Functions | |
static | generatePDF ($pdf_output, $output_mode, $filename=null, $purpose=null) |
static | preprocessHTML ($html) |
Data Fields | |
const | PDF_OUTPUT_DOWNLOAD = 'D' |
const | PDF_OUTPUT_INLINE = 'I' |
const | PDF_OUTPUT_FILE = 'F' |
const | service = "Test" |
Static Protected Member Functions | |
static | getTemplatePath ($a_filename, $module_path='Modules/Test/') |
static | getCssContent () |
Static Private Member Functions | |
static | buildHtmlDocument ($contentHtml, $styleHtml) |
Class ilTestPDFGenerator.
Class that handles PDF generation for test and assessment.
Definition at line 16 of file class.ilTestPDFGenerator.php.
|
staticprivate |
Definition at line 24 of file class.ilTestPDFGenerator.php.
References $html.
|
static |
Definition at line 97 of file class.ilTestPDFGenerator.php.
References $filename.
Referenced by ilTestArchiveService\archiveActivesPass(), ilTestPlayerAbstractGUI\archiveParticipantSubmission(), ilParticipantsTestResultsGUI\createUserResults(), ilTestServiceGUI\getQuestionResultForTestUsers(), ilTestEvaluationGUI\outParticipantsPassDetails(), ilTestEvaluationGUI\outParticipantsResultsOverview(), ilTestEvaluationGUI\outUserPassDetails(), ilTestEvaluationGUI\outUserResultsOverview(), ilTestSubmissionReviewGUI\pdfDownload(), ilTestServiceGUI\populateContent(), ilObjTestGUI\printobject(), ilObjTestGUI\reviewobject(), and ilTestArchiver\updateTestArchive().
|
staticprotected |
Definition at line 130 of file class.ilTestPDFGenerator.php.
|
staticprotected |
Definition at line 115 of file class.ilTestPDFGenerator.php.
References ilStyleDefinition\getCurrentSkin().
|
static |
const ilTestPDFGenerator::PDF_OUTPUT_DOWNLOAD = 'D' |
Definition at line 18 of file class.ilTestPDFGenerator.php.
Referenced by ilParticipantsTestResultsGUI\createUserResults(), ilTestServiceGUI\getQuestionResultForTestUsers(), ilTestEvaluationGUI\outParticipantsPassDetails(), ilTestEvaluationGUI\outParticipantsResultsOverview(), ilTestEvaluationGUI\outUserPassDetails(), ilTestEvaluationGUI\outUserResultsOverview(), ilTestSubmissionReviewGUI\pdfDownload(), ilTestServiceGUI\populateContent(), ilObjTestGUI\printobject(), and ilObjTestGUI\reviewobject().
const ilTestPDFGenerator::PDF_OUTPUT_FILE = 'F' |
Definition at line 20 of file class.ilTestPDFGenerator.php.
Referenced by ilTestArchiveService\archiveActivesPass(), ilTestPlayerAbstractGUI\archiveParticipantSubmission(), ilTestExportGUI\createTestArchiveExport(), and ilTestArchiver\updateTestArchive().
const ilTestPDFGenerator::PDF_OUTPUT_INLINE = 'I' |
Definition at line 19 of file class.ilTestPDFGenerator.php.
const ilTestPDFGenerator::service = "Test" |
Definition at line 22 of file class.ilTestPDFGenerator.php.