ILIAS  release_6 Revision v6.24-5-g0c8bfefb3b8
All Data Structures Namespaces Files Functions Variables Modules Pages
interface.ilAsqQuestionPresentation.php
Go to the documentation of this file.
1 <?php
2 /* Copyright (c) 1998-2013 ILIAS open source, Extended GPL, see docs/LICENSE */
3 
13 {
17  public function setQuestion(ilAsqQuestion $question);
18 
24 
30 
36 
42 
46  public function hasInlineFeedback() : bool;
47 
51  public function isAutosaveable() : bool;
52 
56  public function setQuestionNavigation(ilAsqQuestionNavigationAware $questionNavigationAware);
57 }
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:13
getSpecificFeedbackOutput(ilAsqQuestionSolution $solution)
getGenericFeedbackOutput(ilAsqQuestionSolution $solution)
getSolutionPresentation(ilAsqQuestionSolution $solution)