On the new version in the test it is sending an error message because TechFry\Component\TfLearn\Administrator\Helper\Question.php file line 56 missing $ $correct_answer = $this->$function_name(); but your version is this $correct_answer = $this->function_name();
Joomla Fry
100%
Posts: 1108
July 01, 2026
Thank you for informing about the issue and diving deeper into the code.