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.
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 ?
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 ?