add questions details in validation mail => Fail
This commit is contained in:
parent
d2544cabb2
commit
563274b3c9
3 changed files with 27 additions and 5 deletions
|
|
@ -116,6 +116,24 @@ class Question
|
|||
{
|
||||
return $this->validated;
|
||||
}
|
||||
|
||||
public function getCourse()
|
||||
{
|
||||
return $course;
|
||||
}
|
||||
|
||||
public function getQuestion()
|
||||
{
|
||||
return $question;
|
||||
}
|
||||
|
||||
public function getAnswer()
|
||||
{
|
||||
return $answers;
|
||||
}
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
?>
|
||||
Reference in a new issue