19 require_once 
'./Modules/Test/classes/inc.AssessmentConstants.php';
   186         if ($picture_id >= 0) {
   187             $this->picture_or_definition_id = $picture_id;
   200         if ($definition_id >= 0) {
   201             $this->picture_or_definition_id = $definition_id;
   214         $this->picture_or_definition = $picture;
   226         $this->picture_or_definition = $definition;
 setPictureId(int $picture_id=0)
Sets the picture id Sets the nonnegative picture identifier which can be used for sorting or displayi...
 
setDefinitionId(int $definition_id=0)
Sets the definition id Sets the nonnegative definition identifier which can be used for sorting or di...
 
__construct( $points=0.0, $term_id=0, $picture_or_definition="", $picture_or_definition_id=0)
ASS_AnswerMatching constructor. 
 
getPictureId()
Gets the picture identifier. 
 
setPicture(string $picture="")
Sets the picture Sets the picture. 
 
setTermId($term_id=0)
Sets the term id. 
 
getDefinitionId()
Gets the definition identifier. 
 
getTermId()
Gets the term id. 
 
getPicture()
Gets the picture. 
 
getDefinition()
Gets the definition. 
 
setDefinition(string $definition="")
Sets the definition Sets the definition. 
 
getPoints()
Gets the points. 
 
$picture_or_definition_id
 
setPoints(float $points=0.0)
Sets the points Sets the points given for selecting the answer. 
 
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...