tecnickcom / tcexam

TCExam is a CBA (Computer-Based Assessment) system (e-exam, CBT - Computer Based Testing) for universities, schools and companies, that enables educators and trainers to author, schedule, deliver, and report on surveys, quizzes, tests and exams.
http://www.tcexam.org
Other
570 stars 402 forks source link

tce_show_result_allusers : problem when run in php ver 8 in delete , open , close .. #411

Closed attia7 closed 1 year ago

attia7 commented 1 year ago

at file admin/code/tce_show_result_allusers.php line : 434 echo 'input type="hidden" name="itemcount" id="itemcount" value="'.$itemcount.'>" />'.K_NEWLINE;

there is extra ">" sign after value="'.$itemcount.'>" />' Causes the function loop to stop in php ver 8 ; while it work in php 7 when removed it the system run normally are this char ">" required in this place ?

nicolaasuni commented 1 year ago

Thank you I will fix this soon in the 15.0.3 version.