35 $this->
setId(
"qpl_print");
40 $ilCtrl = $DIC[
'ilCtrl'];
43 $this->
ctrl = $ilCtrl;
45 $this->
ctrl->setParameterByClass(
'ilObjQuestionPoolGUI',
'output',
$outputmode);
48 $this->
setStyle(
'table',
'fullwidth');
50 $this->
addCommandButton(
'print', $this->
lng->txt(
'print'),
"javascript:window.print();return false;");
52 $this->
setRowTemplate(
"tpl.il_as_qpl_printview_row.html",
"Modules/TestQuestionPool");
68 if (strcmp(
$c,
'description') == 0) {
69 $this->
addColumn($this->
lng->txt(
"description"),
'description',
'');
71 if (strcmp(
$c,
'author') == 0) {
72 $this->
addColumn($this->
lng->txt(
"author"),
'author',
'');
74 if (strcmp(
$c,
'ttype') == 0) {
75 $this->
addColumn($this->
lng->txt(
"question_type"),
'ttype',
'');
77 if (strcmp(
$c,
'points') == 0) {
80 if (strcmp(
$c,
'created') == 0) {
81 $this->
addColumn($this->
lng->txt(
"create_date"),
'created',
'');
83 if (strcmp(
$c,
'updated') == 0) {
84 $this->
addColumn($this->
lng->txt(
"last_update"),
'updated',
'');
98 $cols[
"description"] = array(
99 "txt" =>
$lng->
txt(
"description"),
102 $cols[
"author"] = array(
106 $cols[
"ttype"] = array(
107 "txt" =>
$lng->
txt(
"question_type"),
110 $cols[
"points"] = array(
114 $cols[
"created"] = array(
115 "txt" =>
$lng->
txt(
"create_date"),
118 $cols[
"updated"] = array(
119 "txt" =>
$lng->
txt(
"last_update"),
136 if (strcmp($c,
'description') == 0) {
137 $this->tpl->setCurrentBlock(
'description');
138 $this->tpl->setVariable(
142 $this->tpl->parseCurrentBlock();
144 if (strcmp($c,
'author') == 0) {
145 $this->tpl->setCurrentBlock(
'author');
147 $this->tpl->parseCurrentBlock();
149 if (strcmp($c,
'ttype') == 0) {
150 $this->tpl->setCurrentBlock(
'ttype');
152 $this->tpl->parseCurrentBlock();
154 if (strcmp($c,
'points') == 0) {
155 $this->tpl->setCurrentBlock(
'points');
157 $this->tpl->parseCurrentBlock();
159 if (strcmp($c,
'created') == 0) {
160 $this->tpl->setCurrentBlock(
'created');
162 $this->tpl->parseCurrentBlock();
164 if (strcmp($c,
'updated') == 0) {
165 $this->tpl->setCurrentBlock(
'updated');
167 $this->tpl->parseCurrentBlock();
170 if ((strcmp($this->outputmode,
"detailed") == 0) || (strcmp($this->outputmode,
"detailed_printview") == 0)) {
171 $this->tpl->setCurrentBlock(
"overview_row_detail");
172 include_once
"./Modules/TestQuestionPool/classes/class.assQuestion.php";
175 if (strcmp($this->outputmode,
"detailed") == 0) {
176 $solutionoutput = $question_gui->getSolutionOutput(0, null,
false,
false,
false,
false,
true,
false);
177 if (strlen($solutionoutput) == 0) {
178 $solutionoutput = $question_gui->getPreview();
180 $this->tpl->setVariable(
"DETAILS", $solutionoutput);
181 $this->tpl->setVariable(
"ROW_DETAIL_COLSPAN", $this->column_count);
183 $this->tpl->setVariable(
"DETAILS", $question_gui->getPreview());
184 $this->tpl->setVariable(
"ROW_DETAIL_COLSPAN", $this->column_count);
186 $this->tpl->parseCurrentBlock();
197 if (in_array($a_field, array(
'points',
'created',
'updated'))) {
__construct($a_parent_obj, $a_parent_cmd, $outputmode='')
enable(string $a_module_name)
txt(string $a_topic, string $a_default_lang_fallback_mod="")
gets the text for a given topic if the topic is not in the list, the topic itself with "-" will be re...
setFormAction(string $a_form_action, bool $a_multipart=false)
addCommandButton(string $a_cmd, string $a_text, string $a_onclick='', string $a_id="", string $a_class="")
static formatDate(ilDateTime $date, bool $a_skip_day=false, bool $a_include_wd=false, bool $include_seconds=false)
fillRow(array $a_set)
fill row public
setTotalPoints($totalPoints)
setFormName(string $a_name="")
static instantiateQuestionGUI(int $a_question_id)
numericOrdering(string $a_field)
setStyle(string $a_element, string $a_style)
setDefaultOrderField(string $a_defaultorderfield)
setRowTemplate(string $a_template, string $a_template_dir="")
Set row template.
setDefaultOrderDirection(string $a_defaultorderdirection)
__construct(Container $dic, ilPlugin $plugin)
addColumn(string $a_text, string $a_sort_field="", string $a_width="", bool $a_is_checkbox_action_column=false, string $a_class="", string $a_tooltip="", bool $a_tooltip_with_html=false)
disable(string $a_module_name)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
static setUseRelativeDates(bool $a_status)
set use relative dates
const RENDER_PURPOSE_PREVIEW