Add question details in validation email => DONE
This commit is contained in:
parent
e0d31d291a
commit
267e5d9900
@ -125,17 +125,17 @@ class Question
|
|||||||
|
|
||||||
public function getCourse()
|
public function getCourse()
|
||||||
{
|
{
|
||||||
return $course;
|
return $this->course;
|
||||||
}
|
}
|
||||||
|
|
||||||
public function getQuestion()
|
public function getQuestion()
|
||||||
{
|
{
|
||||||
return $question;
|
return $this->question;
|
||||||
}
|
}
|
||||||
|
|
||||||
public function getAnswer()
|
public function getAnswer()
|
||||||
{
|
{
|
||||||
return $answers;
|
return $this->answers;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user