You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 21, 2022. It is now read-only.
An object oriented C++ Program which stores and maintains course feedback provided by students. [Semester Project]
Overview:
The program is designed to store and maintain data about feedbacks provided by students about courses offered by any university/educational institution. The feedback consists of various questions about the course, its content, efficiency of teaching methods, and so on. The feedback once submitted can be viewed/managed by the administrator. As a student, you can fill-out the feedback form and view your submitted feedbacks, while the administrator has much more flexibility. The abilities range from adding/removing students to adding/removing questions in feedback form. We achieve that by making use of file handling, and strings generally. But as we proceed further in this document, you will understand the full functionality of the program.
Features:
The program is be capable of following functionalities:
Administrator:
Log-in to the system using your Username/Password.
Manage the Feedback Form
View the Feedback Form
Add a New Question
Remove an Existing Question
Search in the Feedback Form
Manage Student
Check Total Number of Students
Search for a Student
Remove a Student
Add a New Student
Manage Feedbacks Submitted by Students
Check Total Number of Feedbacks Submitted
Print a Submitted Feedback
Remove a Submitted Feedback
Change your Password
Student:
Log-in to the system using your Username/Password.
View the Feedback Form
Fill-Out the Feedback Form
View your Submitted Feedback
Change your Password
Installation:
Simply run "Feedback.exe" executable file, and follow on-screen instructions.
Default Parameters:
ADMIN
Admin Username: admin
Admin Password: 45678
STUDENT
Student Username: wtw2sv
Student Password: wali2
For detailed instructions, refer to Users' Manual and Developers Documentation
About
🧾 An object oriented C++ Program which stores and maintains course feedback provided by students.