diff --git a/src/Chamilo/CourseBundle/Entity/CQuizQuestion.php b/src/Chamilo/CourseBundle/Entity/CQuizQuestion.php index 1622833fe3..e9dde976d1 100644 --- a/src/Chamilo/CourseBundle/Entity/CQuizQuestion.php +++ b/src/Chamilo/CourseBundle/Entity/CQuizQuestion.php @@ -365,4 +365,13 @@ class CQuizQuestion { return $this->cId; } + + /** + * Get iid + * @return int + */ + public function getIid() + { + return $this->iid; + } }