ILIAS
trunk Revision v11.0_alpha-2638-g80c1d007f79
◀ ilDoc Overview
class.ilAssLongMenuFeedback.php
Go to the documentation of this file.
1
<?php
2
24
class
ilAssLongMenuFeedback
extends
ilAssMultiOptionQuestionFeedback
25
{
26
public
const
SPECIFIC_QUESTION_TABLE_NAME
=
'qpl_qst_lome'
;
27
28
protected
function
getSpecificQuestionTableName
(): string
29
{
30
return
self::SPECIFIC_QUESTION_TABLE_NAME;
31
}
32
}
ilAssLongMenuFeedback\getSpecificQuestionTableName
getSpecificQuestionTableName()
Definition:
class.ilAssLongMenuFeedback.php:28
ilAssLongMenuFeedback
Definition:
class.ilAssLongMenuFeedback.php:24
ilAssMultiOptionQuestionFeedback
Definition:
class.ilAssMultiOptionQuestionFeedback.php:30
ilAssLongMenuFeedback\SPECIFIC_QUESTION_TABLE_NAME
const SPECIFIC_QUESTION_TABLE_NAME
Definition:
class.ilAssLongMenuFeedback.php:26
components
ILIAS
TestQuestionPool
classes
feedback
class.ilAssLongMenuFeedback.php
Generated on Sun Aug 31 2025 23:04:03 for ILIAS by
1.8.13 (using
Doxyfile
)