Student-Management-System icon indicating copy to clipboard operation
Student-Management-System copied to clipboard

I Can't add Exam

Open Kimbowa-Stuart opened this issue 2 years ago • 3 comments

The system throws in an error when i click on add exams

Kimbowa-Stuart avatar Apr 01 '22 05:04 Kimbowa-Stuart

I can not work exam feature in this current version.

amirhamza05 avatar Apr 04 '22 22:04 amirhamza05

So what can i do cause i wanted to use this system for my IT project?

On 4/5/22, Sk.Amir Hamza @.***> wrote:

I can not work exam feature in this current version.

-- Reply to this email directly or view it on GitHub: https://github.com/amirhamza05/Student-Management-System/issues/52#issuecomment-1088076802 You are receiving this because you authored the thread.

Message ID: @.***>

Kimbowa-Stuart avatar Apr 07 '22 21:04 Kimbowa-Stuart

change lines exam_list.php

foreach ($exam->select("select * from exam") as $key => $value) {
                            $id=$value['id'];
                            $program_id=$value['program_id'];
                            $sub_id=$value['sub_id'];

Aula72 avatar Jul 30 '22 18:07 Aula72