4 include_once
"./Modules/Test/classes/inc.AssessmentConstants.php";
181 if ($picture_id >= 0) {
182 $this->picture_or_definition_id = $picture_id;
197 if ($definition_id >= 0) {
198 $this->picture_or_definition_id = $definition_id;
213 $this->picture_or_definition = $picture;
227 $this->picture_or_definition = $definition;
setDefinitionId($definition_id=0)
Sets the definition id.
__construct( $points=0.0, $term_id=0, $picture_or_definition="", $picture_or_definition_id=0)
ASS_AnswerMatching constructor.
getPictureId()
Gets the picture identifier.
setTermId($term_id=0)
Sets the term id.
getDefinitionId()
Gets the definition identifier.
getTermId()
Gets the term id.
setDefinition($definition="")
Sets the definition.
setPictureId($picture_id=0)
Sets the picture id.
getPicture()
Gets the picture.
getDefinition()
Gets the definition.
setPicture($picture="")
Sets the picture.
getPoints()
Gets the points.
$picture_or_definition_id
setPoints($points=0.0)
Sets the points.
Class for matching question answers.