ILIAS
release_10 Revision v10.1-43-ga1241a92c2f
◀ 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 Wed Sep 10 2025 15:16:39 for ILIAS by
1.8.13 (using
Doxyfile
)