The Smart E-Tuition Information System is designed for students to register for online tuition without any hassle! Not to mention making it easier for administrators and tutors to manage their respective roles. There are currently three users in the system: a student, a tutor, and an administrator. The following are some of the features that each user can access depending on their type:
Students
- Register
- Login
- Make class registration
- View class details
- Manage personal data
- Give student feedback
Tutors
- Login
- Managing personal data
- Viewing class details
Administrators
- Login
- Manage tutor data
- Manage student data
- Manage class verification
- Manage class details
- View reports on student feedback
.sql (for database) and .aia (AI2 MIT App Inventor) can be obtained in the system folder.
In MySQL, the database name should be smartetuition
.
Put the database folder in your /htdocs and browse the URL with localhost/smartetuition!
Below are three users type which can be used for demo:
Type (userLevel) | Username | Password |
---|---|---|
Administrator (1) | admin | admin |
Tutor (2) | tutor | tutor |
Student (3) | student | student |
UiTM Kedah Youth Innovation 2022
CSC264 - Introduction To Web And Mobile Application
ISP250 - Information System Development