ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
◀ 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
Definition:
class.ilAssLongMenuFeedback.php:25
ilAssLongMenuFeedback\getSpecificQuestionTableName
getSpecificQuestionTableName()
Definition:
class.ilAssLongMenuFeedback.php:28
ilAssLongMenuFeedback\SPECIFIC_QUESTION_TABLE_NAME
const SPECIFIC_QUESTION_TABLE_NAME
Definition:
class.ilAssLongMenuFeedback.php:26
ilAssMultiOptionQuestionFeedback
Definition:
class.ilAssMultiOptionQuestionFeedback.php:31
components
ILIAS
TestQuestionPool
classes
feedback
class.ilAssLongMenuFeedback.php
Generated on Sun Oct 19 2025 23:04:26 for ILIAS by
1.9.4 (using
Doxyfile
)