math_exercice = implode(' + ', $numbers).' = '; // Return the answer return array_sum($numbers); } /** * Outputs the Captcha riddle. * * @param boolean html output * @return mixed */ public function render($html) { return $this->math_exercice; } } // End Captcha Math Driver Class