- Version
- Download 1682
- File Size 1.58 MB
- File Count 1
- Create Date August 13, 2018
- Last Updated August 13, 2018
Elearning System for Filipino Subject using PHP and MySQL
Elearning System for Filipino Subject using PHP and MySQL
Database schema
tbllogin(id, username, password, email, accounttype(admin,student))
tblstudent(id, firstname, middlename, lastname, loginid)
tbllesson(id, topicname, yunit(yunit1, yunit2, yunit3, yunit4), contents, pdf)
tblquiz(id, lessonid, question, answer1, answer2, answer3, correctanswer,)
tblscore(id, tblquizid, score, numofitems, date)
System Flow
Flow of the system (administrator)
- Login to the system
- Admin will encode the list of the students
- Admin will encode the list of the lessons
- Admin will encode the quizzes
- Admin can view the quiz result of the students
Flow of the system student
- Login to the system
- Select lesson to view and take quiz
- View result
Free Download Source code
username: admin
password: admin
database: 2017elearning_db.sql