ILIAS  release_8 Revision v8.23
interface.ilAsqQuestionPresentation.php
Go to the documentation of this file.
1 <?php
2 
3 /* Copyright (c) 1998-2013 ILIAS open source, Extended GPL, see docs/LICENSE */
4 
14 {
18  public function setQuestion(ilAsqQuestion $question);
19 
25 
31 
37 
43 
47  public function hasInlineFeedback(): bool;
48 
52  public function isAutosaveable(): bool;
53 
57  public function setQuestionNavigation(ilAsqQuestionNavigationAware $questionNavigationAware);
58 }
setQuestionNavigation(ilAsqQuestionNavigationAware $questionNavigationAware)
setQuestion(ilAsqQuestion $question)
getQuestionPresentation(ilAsqQuestionSolution $solution)
A component is the most general form of an entity in the UI.
Definition: Component.php:27
getSpecificFeedbackOutput(ilAsqQuestionSolution $solution)
getGenericFeedbackOutput(ilAsqQuestionSolution $solution)
getSolutionPresentation(ilAsqQuestionSolution $solution)