https://github.com/thenoumandev/rubric-based-evaluation-system
System for evaluating students complete semester based on rubrics using database with pdf reports
https://github.com/thenoumandev/rubric-based-evaluation-system
csharp database graphical-interface itextsharp management-system reports
Last synced: 11 months ago
JSON representation
System for evaluating students complete semester based on rubrics using database with pdf reports
- Host: GitHub
- URL: https://github.com/thenoumandev/rubric-based-evaluation-system
- Owner: TheNoumanDev
- License: mit
- Created: 2022-02-12T08:22:52.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-03-22T21:28:30.000Z (almost 4 years ago)
- Last Synced: 2025-02-08T14:13:47.716Z (about 1 year ago)
- Topics: csharp, database, graphical-interface, itextsharp, management-system, reports
- Language: C#
- Homepage:
- Size: 6.31 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Rubrics Based Evaluation System (Database)
This is the main screen of the program.
# What is in this Project
- Managing Students, CLO's, Rubrics, Rubrics Level, Assessments of a specific course!
- Manage Attendance of the students
- Uses local **database** to store and retrieve data and perform functions.
- Generates different kinds of pdf reports using **ITextSharp**
## Tools & Requirement
- Visual Studio 2017
- .NET Framework 4.6.1
- Microsoft SQL Server Management Studio 18
# Installation
Goto cmd/command line in your computer and type
```
git clone https://github.com/Nouman0x45/Rubric-Based-Evaluation-System
```
- Open the DatabaseScript folder and load script in **Microsoft SQL Server Management Studio**
- Make connection of your database with the project if u dont know how search it on youtube 😅.
- Change the following string and then open project folder and then in configuration file put the command in connectionStr.
```
@"Data Source=Server Name;Initial Catalog=Database Name;Integrated Security=True;MultipleActiveResultSets=true"
```
- Run the project
## Author:
#### Muhammad Nouman Butt
You can get in touch with me on my LinkedIn Profile:
[ Muhammad Nouman Butt](https://www.linkedin.com/in/nouman0x45/)
[ Muhammad Nouman Butt](https://github.com/Nouman0x45)
If you liked the repo then kindly support it by giving it a star ⭐!
If you find any bug in the code or have any improvements in mind then feel free to generate a pull request.
If you face any issue, you can create a new issue in the Issues Tab and I will be glad to help you out.